PDA

View Full Version : blogTV - need help capturing with rtmpdump


johnmills
07-17-2011, 08:37 PM
So, I'm trying to figure out how to capture a live stream from blogTV (http://anonym.to/?http://www.blogtv.com/Livenow) using rtmpdump.exe (not interested in using any of the pay programs). The command given by rtmpsrv.exe doesn't work and gives an error (see below).

Command given by rtmpsrv.exe:
rtmpdump -r "rtmp://edge.fms183.blogtv.com:1935/?rtmp://fms186.blogtv.com/BlogTV/1562016_1296068" -a "?rtmp://fms186.blogtv.com/BlogTV/1562016_1296068" -f "WIN10,3,181,34" -W "http://www.blogtv.com/Flash/application7_8.swf" -p "http://www.blogtv.com/people/kgrccountry1" -C S:0 -C S: -C S:1562016_1296068 -y "1562016_1296068" -o 1562016_1296068.flv

Error:
INFO: Connected...
ERROR: Closing connection: NetStream.Play.StreamNotFound

Here are the debug and verbose logs for the command:

Debug (-z): http://pastebin.com/U2JGAxJ5
Verbose (-V): http://pastebin.com/A5MRrc54

I'd appreciate any help/suggestions! :o

KSV
07-17-2011, 10:31 PM
it's working normally. you are missing live flag which will be automatically added if you are using mine compiled binary.

http://i.imgur.com/72HgX.jpg

johnmills
07-18-2011, 01:32 PM
Oh, awesome. Wasn't aware of the new RTMPdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) 2.4 version. Works now. Thanks! :D