PDA

View Full Version : rtmpdump doesn't work


drbmn
09-24-2012, 06:55 AM
I'm trying to dl a stream from http://kaban.tv/rossiya-24-online

>rtmpdump -r rtmp://213.186.127.42:1935/live/rus24.stream
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close


I got another stream url with StreamTransport and rtmpdump fails there too. Newest curl fails either.

hasomaso
09-24-2012, 08:13 AM
this is right

rtmpdump -v -r "rtmp://213.186.127.42:1935/live//rus24.stream" -W "http://kaban.tv/uppod.swf" -p "http://kaban.tv/rossiya-24-online" -y "rus24.stream" -o "output.flv"

drbmn
09-24-2012, 08:47 AM
Well, seems the server requires -p option. I thought the streaming servers don't belong to that site.

You don't need -y option since it's already included in -r

Thanks :)