View Single Post
  #3  
Old 06-24-2014, 02:22 PM
skyDude14 skyDude14 is offline
Junior Member
 
Join Date: Aug 2012
Posts: 20
skyDude14 is on a distinguished road
Default

Re: how to record bbc sport live streams using rtmpdump?


Quote:
Originally Posted by blimey View Post
Here is a rtmpdump example for a bbc iplayer video;
Code:
rtmpdump -r "rtmp://iplayertokfs.fplive.net:1935/iplayertok?token=c3RhcnRfdGltZT0yMDE0MDYwMjEwNDQzNiZlbmRfdGltZT0yMDE0MDYwMjE0NDQzNiZkaWdlc3Q9ZTA5ODA5ZDM1Mjc0ZDU1MTVhYzc4OGNiODhkYTA2MTk=" -a "iplayertok?token=c3RhcnRfdGltZT0yMDE0MDYwMjEwNDQzNiZlbmRfdGltZT0yMDE0MDYwMjE0NDQzNiZkaWdlc3Q9ZTA5ODA5ZDM1Mjc0ZDU1MTVhYzc4OGNiODhkYTA2MTk=" -f "WIN 13,0,0,214" -W "http://emp.bbci.co.uk/emp/releases/smp-flash/revisions/1.9.23/1.9.23_smp.swf?1.9.23" -p "http://www.bbc.co.uk/iplayer/episode/b045p796/womens-fa-cup-final-2014-final-arsenal-ladies-v-everton-ladies" -y "mp4:3200kbps/modav/p01zlh4q_b045p78y_1401686080545" -o arsenal.flv
Get the rtmpe parameters for your desired video from the mediaselect url. Or, youtube-dl does it all automatically and passes to rtmpdump.
many thanks for your quick reply. is there any javascript that construct that rtmpdump command by giving it the url of mediaselect for live bbc stream ? i have difficulty making the rtmpdump command. i have to mention that mediaselct for live streams and catch up streams are diffrent so it is hard for me to make the rtmpdump command .

could you explain to me how to use youtube-dl ? i never used it before.hope you help me here too.Thanks
Reply With Quote