trouble recording Big Brother Canada Live Stream with rtmpdumpThe Big Brother Canada Live Streams are here:
http://bigbrothercanada.slice.ca/video/live/ They are only available to Canadian IPs I've managed to record streams using rtmpdumphelper (which uses rtmpsuck) Here is a screen shot of rtmpsuck called by rtmpdumphelper. I was not able to copy the text from this window. http://imgur.com/wZvSCiF and here is a relevant capture using Wireshark Code:
connect.?..........app...mogulus-edge/bigbrothercanada1..flashVer...WIN 11,6,602,171..swfUrl...http://cdn.livestream.com/chro.melessPlayer/v21/playerapi.swf?color=0xe7e7e7&mute=false&allowchat=true&jsEnabled=false&iconColor=0x777777&iconColorOver=0x88888.8&autoPlay=true&time=..tcUrl..Rrtmp://xbigbrothercanada1x.e.channel.livestream.com/mogulus-edge/bigbrothercanada1..fpad....capab.ilities.@m........audioCodecs.@.........videoCodecs.@o....... I also tried Replay Media Catcher and I can capture many streams at once but it's very processor intensive, the streams also need to be playing in the browser and they randomly stop playing after a while. I would like to use rtmpdump to capture the streams but I can't figure out the correct parameters. Hopefully I could script it so that streams resume capture if they drop. Any help would be greatly appreciated! |
Re: trouble recording Big Brother Canada Live Stream with rtmpdumpThis command did the trick for me:
Code:
rtmpdump -v -r "rtmp://cp86438.live.edgefcs.net/live" -a "live" -f "WIN 11,6,602,171" -W "http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf" -p "http://cdn.livestream.com/embed/bigbrothercanada1?layout=4&color=0xe7e7e7&autoPlay=true&mute=false&iconColorOver=0x888888&iconColor=0x777777&allowchat=true" -y "livestream6_93@24304" -o "BB_livestream.flv" However I got the missing parameters "r" and "y" from your uploaded picture. Btw: If selecting text from the inside of your command prompt doesn't work, you have to rightclick on the top window bar and you should be able to select "Edit -> Mark". Then Select the text you want to copy and rightclick on it. This copies the text to the clipboard. If you are using KSV's Version of RTMPDump/RTMPSuck it will automatically create a batchfile for you. I guess this should be the most recent version: Code:
http://stream-recorder.com/forum/showpost.php?p=60019&postcount=10 |
Re: trouble recording Big Brother Canada Live Stream with rtmpdumpThanks for the reply, your rtmp command works!
I actually found a much simpler solution to my problem though I use Livestreamer https://github.com/chrippa/livestreamer Code:
livestreamer www.livestream.com/bigbrothercanada# best -o output.flv It works great. Thanks again for looking into it! |
All times are GMT -6. The time now is 11:47 AM. |