PDA

View Full Version : RTMPDump hangs at "Starting download at: 0.000 kB"


WallyWorld
12-07-2012, 11:30 AM
Hi,
I'm trying to dump an RTMP url, from the site http://cinemassacre.com/2012/01/25/board-james-doggie-doo/.

I used rtmpsrv and got the rtmpdump parameters

rtmpdump -r "rtmp://video1.screenwavemedia.com/Cinemassacre" -a "Cinemassacre" -f "LNX 11,2,202,243" -W "http://player.screenwavemedia.com/play/jwplayer/player.swf" -p "http://cinemassacre.com/2012/01/25/board-james-doggie-doo/" -y "mp4:Cinemassacre-13623_high.mp4" -o mp4_Cinemassacre-13623_high.flv


But then it just hangs after connecting, and does not download.

RTMPDump v2.4.7340f6d~git
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB


Am I missing something, or is this stream just undumpable?

hasomaso
12-07-2012, 12:27 PM
try this


http://img35.imageshack.us/img35/8085/unbenannttc.png


rtmpdump -r "rtmp://video1.screenwavemedia.com/Cinemassacre/mp4:Cinemassacre-13623_high.mp4" -W "http://player.screenwavemedia.com/play/jwplayer/player.swf" -p "http://cinemassacre.com/2012/01/25/board-james-doggie-doo/" -y "mp4:Cinemassacre-13623_high.mp4" -o "output.flv"

WallyWorld
12-07-2012, 01:21 PM
Great thanks. Good to know it works
I found out the problem is with my RTMPdump on Ubuntu. I downloaded a Windows binary and test it on that and it works perfectly.

So I tried updating RTMPdump, on my Ubunu machine, from git://git.ffmpeg.org/rtmpdump but after I compile I get "Sementation Fault"

WallyWorld
12-07-2012, 02:14 PM
Well I skipped trying to get it to work on the command line,
and just skipped ahead and tested it in XBMC, which is my final goal.

It Works great, thanks.

Its weird how RTMPdump doesn't work, but XBMC on the same machine does.

hasomaso
12-07-2012, 02:24 PM
we are very pleased when it worked ;)