View Single Post
  #1  
Old 02-26-2015, 06:45 PM
philj philj is offline
Junior Member
 
Join Date: Feb 2015
Posts: 10
philj is on a distinguished road
Default

Live stream versus redirected


Hi All

I am looking at http://www.skysportslive.tv/espn-uk-live-stream.php and the rmtpdump I have is (currently has problems)
Code:
rtmpdump -r "rtmp://31.220.0.206/redirect/" -a "redirect/" -f "LNX 11,2,202,442" -W "http://p.jwpcdn.com/6/11/jwplayer.flash.swf" -p "http://reytv.co/embedu.php?live=espnxuk&vw=620&vh=490" -y "espnxuk" -o espnxuk.flv -T '%Zrey(nKa@#Z'
But I need a direct live link like below (it does not work) rather then a redirected link like above. I there a way to work out the direct live rtmp:// link?

Code:
rtmpdump -v -r "rtmp://31.220.0.195:80/live/espnuk" -p "http://reytv.co" -T "%Zrey(nKa@#Z" -o testing.flv
Thanks in advance
Reply With Quote