View Single Post
  #2  
Old 03-02-2013, 07:32 PM
AmazingMatze AmazingMatze is offline
Member
 
Join Date: Sep 2011
Posts: 52
AmazingMatze is on a distinguished road
Default

Re: trouble recording Big Brother Canada Live Stream with rtmpdump


This 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"
I could only gather some data from the connect request because the site somehow detected that I am not a canadian citizen (although I used a canadian proxy).

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
The other feeds should work accordingly.
Reply With Quote