Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
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....... videoFunction.?.........pageUrl...http://cdn.livestream.com/embed/.bigbrothercanada1?layout=4&color=0xe7e7e7&autoPlay=true&mute=false&iconColorOver=0x888888&iconColor=0x777777&allowchat=true..obj.ectEncoding...............player....instance391.......viewerId.. d581f19c3eadec1828991bd49269d5f3..devKey..kGO2kKNTS471iv-G6HNWV.S0LmuTRQfhkeRkW6v7vb9i4YDXmFk_8_2SH15O-gWk9T-gOnI17jx1hmGfrOI_OlTNMle-U1FTclV5B4bqXn3yM..version...WIN 11,6,602,171..embedUrl..,.http://bigbrothercanada.slice.ca/video/live/..os...Windows 7..browser...Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64.; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; .NE.T CLR 1.1.4322)......password.A....... 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! |
#2
|
|||
|
|||
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 |
#3
|
|||
|
|||
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! |
Tags: rtmpdump |
Thread Tools | |
Display Modes | |
|
|