Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

simple tv

(http://stream-recorder.com/forum/showthread.php?t=14672)

killerman 12-07-2012 01:14 PM

simple tv


 
Hi,

can anyone help to grab videos from this site? I need to watch them in VLC not in browser, can anyone help?

Code:

http://simple-tv.com/

hasomaso 12-07-2012 02:20 PM

Re: simple tv


 
use rtmpexplorer+rtmpsuck

example EUROSPORT


Code:

rtmpdump -v -r "rtmpe://94.242.221.103/5_hd" -a "5_hd" -f "WIN 11,5,502,110" -W "http://clients.cdnet.tv/flashplayer/player.swf" -p "http://clients.cdnet.tv/flashbroadcast.php?channel=1023&session=SeENY90jR6AkbV5MKbRny7Ga7FRh65fM&date=1354913987" -y "channel_5_hd.stream" -T "Rd#n@k72JDh" -o "eurosport.flv"





KSV 12-07-2012 09:46 PM

Re: simple tv


 
it seems all those sites are using same flash player. (ultimatv.net, rushdtv.ru, simple-tv.com).

Code:

-T "Rd#n@k72JDh"

hasomaso 12-08-2012 12:15 AM

Re: simple tv


 
thanks KSV :rolleyes:

killerman 12-08-2012 02:26 AM

Re: simple tv


 
many thanks

Dee Jay 12-08-2012 02:55 AM

Re: simple tv


 
Hi, If i want watch stream "RTMPE" via VLC or other Player, what the script for this?
Thanks!

hasomaso 12-08-2012 03:17 AM

Re: simple tv


 
Quote:

Originally Posted by Dee Jay (Post 57240)
Hi, If i want watch stream "RTMPE" via VLC or other Player, what the script for this?
Thanks!

this parameter see above is for vlc via .bat file

Dee Jay 12-08-2012 03:39 AM

Re: simple tv


 
you can give me example for this URL: rtmpe://94.242.214.188/5/channel_5.stream

hasomaso 12-08-2012 03:50 AM

Re: simple tv


 
Quote:

Originally Posted by Dee Jay (Post 57242)
you can give me example for this URL: rtmpe://94.242.214.188/5/channel_5.stream

here please

for 32Bit

Code:

rtmpdump -v -r "rtmpe://94.242.221.103/5_hd" -a "5_hd" -f "WIN 11,5,502,110" -W "http://clients.cdnet.tv/flashplayer/player.swf" -p "http://clients.cdnet.tv/flashbroadcast.php?channel=1023&session=SeENY90jR6AkbV5MKbRny7Ga7FRh65fM&date=1354913987" -y "channel_5_hd.stream" -T "Rd#n@k72JDh" | c:\progra~1\videolan\vlc\vlc -
for 64Bit

Code:

rtmpdump -v -r "rtmpe://94.242.221.103/5_hd" -a "5_hd" -f "WIN 11,5,502,110" -W "http://clients.cdnet.tv/flashplayer/player.swf" -p "http://clients.cdnet.tv/flashbroadcast.php?channel=1023&session=SeENY90jR6AkbV5MKbRny7Ga7FRh65fM&date=1354913987" -y "channel_5_hd.stream" -T "Rd#n@k72JDh" | c:\progra~2\videolan\vlc\vlc -

Dee Jay 12-08-2012 04:06 AM

Re: simple tv


 
Okay Thanks!
If i want watch "rtmpe" channels from android phone, or android TV Box, how i can do this, and make playlist of channel with name?
If this possible?
Thanks!

killerman 12-10-2012 11:22 AM

Re: simple tv


 
sorry its my fault, all working with this token

Dee Jay 12-13-2012 01:30 PM

Re: simple tv


 
Please give me example for rtmpdump for this URL: http://www.mako.co.il/makolive&video... 290c10acRCRD
Live Stream begins after 20 seconds.
Thanks!

killerman 12-21-2012 03:29 PM

Re: simple tv


 
they something change, dont work for me now, there isnt HQ stream, and rtmpsuck o rtmpexplorer dont work for me, any idea?

chap 12-21-2012 03:58 PM

Re: simple tv


 
Quote:

Originally Posted by Dee Jay (Post 57454)
Please give me example for rtmpdump for this URL: http://www.mako.co.il/makolive&video... 290c10acRCRD
Live Stream begins after 20 seconds.
Thanks!

Code:

rtmpdump -r "rtmp://s4qfl.castup.net:1935/993850044-123.flv" -y "_definst_?ct=UA&rg=EE&aid=385&tkn=20121221224804&ts=0&cu=C70A36EE-F415-4AB9-8BAB-C386995C75DC" -o "m.flv"
Code:

rtmpdump -r "rtmp://s4qfl.castup.n
et:1935/993850044-123.flv" -y "_definst_?ct=UA&rg=EE&aid=385&tkn=20121221224804&
ts=0&cu=C70A36EE-F415-4AB9-8BAB-C386995C75DC" -o "m.flv"
RTMPDump v2.4-75-g5c685f3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:  width                1280.00
INFO:  height                720.00
INFO:  framerate            25.00
INFO:  videokeyframe_frequency2.00
INFO:  audiocodecid          mp4a
INFO:  audiodatarate        64.00
INFO:  audiosamplerate      48000.00
INFO:  audiochannels        2.00
INFO:  audiodevice          Elemental Technologies Live
INFO:  videodevice          Elemental Technologies Live
INFO:  videocodecid          avc1
INFO:  videodatarate        819.00
4044.395 kB / 37.29 sec
-


Dee Jay 12-22-2012 01:51 AM

Re: simple tv


 
How you detect the right url for the stream?
You can show me please?

svnpenn 12-22-2012 10:25 AM

Re: simple tv


 
Code:

rtmpdump -r rtmp://s4qfl.castup.net/993850044-123.flv -y _definst_ -o a.flv
RTMPDump v2.4-76-g9ac8171
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:  width                1280.00
INFO:  height                720.00
INFO:  framerate            25.00
INFO:  videokeyframe_frequency2.00
INFO:  audiocodecid          mp4a
INFO:  audiodatarate        64.00
INFO:  audiosamplerate      48000.00
INFO:  audiochannels        2.00
INFO:  audiodevice          Elemental Technologies Live
INFO:  videodevice          Elemental Technologies Live
INFO:  videocodecid          avc1
INFO:  videodatarate        819.00
1130.125 kB / 11.67 sec


Dee Jay 12-22-2012 12:49 PM

Re: simple tv


 
I ask, how you detect the url of stream from the site?
And as you know that it is "_definst_" and not another?
teach me please!

killerman 12-23-2012 03:42 AM

Re: simple tv


 
can somebody look at
Code:

http://simple-tv.com
what they change please. My konwledge about this is at the end


All times are GMT -6. The time now is 05:28 PM.