View Single Post
  #2  
Old 03-12-2015, 10:28 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Livestreamer / Streamlive Help???


Quote:
Originally Posted by lajvguy View Post
Hello,

Can somebody please help me to get this link to work with livestreamer?

https://www.streamlive.to/view/68966...stream-channel

Thank you in advance!
hi livestreamer no longer works for now
rtmpdump works but it's not easy because there are two dynamics parameters
token (-T) and Name of application to connect to on the RTMP server
(-a)


Code:
rtmpdump -v -r "rtmp://watch2.streamlive.to:1935/edge/_definst_/" -a "edge/_definst_/?xs=_we_b2VwejlxNW9pdmZsYmN3fDE0MjYyMjE1MjN8MzEuMy4xNTYuMTB8NTUwMjY4NmI1YzM1Mnw5Nzg0MGQ1NTBhYzNmZWY5Yjc3ZjBjYzU0YTA2YmMzZTBlNGY3YWRl." -f "WIN 16,0,0,235" -W "https://www.streamlive.to/ads/streamlive.swf" -p "https://www.streamlive.to/view/68966/Syfy-live-stream-channel" -y "oepz9q5oivflbcw" -o "2015-03-13_05-02-06_oepz9q5oivflbcw.flv"  -T "ueb0960240c71d5212c4a309a33dd92e"
RTMPDump v2.4 GIT-2015-01-15 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   duration                0.00
INFO:   width                   462.00
INFO:   height                  260.00
INFO:   videodatarate           292.97
INFO:   framerate               29.97
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            Tue Mar 03 12:24:51 2015
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
39693.421 kB / 981.20 sec
with in red the dynamics parameters
Reply With Quote