View Single Post
  #7  
Old 01-01-2015, 06:00 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: How to record from this website America tv and CNN?


Hi,

so livestreamer dosen't work anymore at the moment so in this case you can use rtmpdump but you also need to use token which is dynamic and not very long valid so thats the problem.
Code:
C:\rtmpdump -v -r "rtmp://watch2.streamlive.to:1935/edge/_definst_/" -a "edge/_definst_/?xs=_we_MnRhZzRkemd3b2Y1bWEyfDE0MjAxNjAzODl8NzcuMTc2LjMyLjI0OXw1NGE1ZWMxZDA3YzRifDMyODQ4MmM4ZWUzNWNhZTVjMmM1NjA1ODhiZTYzODk2NDhmZDJjNmY." -f "WIN 14,0,0,179" -W "http://www.streamlive.to/player/player_ilive_embed.swf" -p "http://www.streamlive.to/embedplayer.php?width=640&height=470&channel=38804&autoplay=true" -y "2tag4dzgwof5ma2" -T "Y18d15bc2910ede8dc0b2084062ae8bc" | "vlc" -
RTMPDump v2.4 GIT-2014-07-07 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   duration                0.00
INFO:   width                   640.00
INFO:   height                  360.00
INFO:   videodatarate           800.00
INFO:   framerate               1000.00
INFO:   videocodecid            7.00
INFO:   audiodatarate           32.00
INFO:   audiosamplerate         44100.00
INFO:   audiosamplesize         16.00
INFO:   stereo                  TRUE
INFO:   audiocodecid            10.00
INFO:   presetname              Custom
INFO:   creationdate            Thu Dec 11 05:39:09 2014
INFO:   videodevice             AVerMedia BDA Analog Capture Secondary
INFO:   avclevel                31
INFO:   avcprofile              66
INFO:   videokeyframe_frequency 5
INFO:   audiodevice             AVerMedia BDA Analog Capture Secondary
INFO:   audiochannels           2
INFO:   audioinputvolume        75
INFO:   encoder                 Lavf54.63.100
INFO:   filesize                0.00
1584.700 kB / 16.44 sec
Just wait for a livestreamer update so that you can use the simple way with only the channel page url of streamlive.to.

greetz
Reply With Quote