Handshake failed problem + no rtmpsuck outputHi,
I'm trying to rtmpdump some video's from two sites, for example: - http://rudolphsbakery.24kitchen.nl/i...runderbouillon - http://www.cobra.be/cm/cobra/cobra-m...9138/1.1353466 I tried setting up rtmpsuck to get help for the rtmpdump setup, but with: iptables -t nat -D OUTPUT -p tcp --dport 1935 -m owner \! --uid-owner root -j REDIRECT && rtmpsuck I don't get any output if I start either of these two videos in firefox. I do get output when I play a bbc-news video, so I'm assuming my setup is at least partly working. The second video I can dump succesfully using (I manually searched the source code etc.): rtmpdump -r "rtmpt://vrt.flash.streampower.be:443/sporza" -W "http://www.cobra.be/html/flash/common/player.swf" -y "2012/07/172914978CONNYFROB9692190.urlFLVLong.flv" -C O:1 -C O:0 -o test01.flv -v I don't understand the -C commands, but both that and the -v for live are necessary as far as I can see. For the first video I tried (I don't remember where I got the rtmpt path, not sure if it is correct): ./rtmpdump -r "rtmpt://fl.media04.kpnstreaming.nl:80/vod/_definst_//kpn/24kitchenV/BB120002_Boudewijns_bolognese_cupcakes.mp4" -o test.mp4 -v but this gives me "ERROR: RTMP_Connect1, handshake failed." Can anyone help me to: a) figure out how to dump the video from the first page (http://rudolphsbakery.24kitchen.nl) b) help me get results from rtmpsuck/rtmpsrv Thanks! |
Re: Handshake failed problem + no rtmpsuck outputCode:
rtmpdump -r rtmp://fl.media02.kpnstreaming.nl:80/vod/_definst_/ -a vod/_defin |
Re: Handshake failed problem + no rtmpsuck outputhttp://www.cobra.be/cm/cobra/cobra-m...9138/1.1353466
Code:
http://media.vrtnieuws.net/2012/07/172914978CONNYFROB9692190.urlFLVLong.flv |
Re: Handshake failed problem + no rtmpsuck outputOkay, thanks for the quick reply.
To begin with, svnpenn, your rtmpdump command doesn't work for me. I tried and get a RTMP_Connect1, handshake failed. I started thinking me running under linux might be a problem, so I tried the same thing in Windows but I get the same error. I also checked in linux which librtmp.so I'm using, and it is the one in the folder. Under windows I also looked for the specific version you ran with according to the output (2.4-34-ged8cfb4), but I still get the same error. Hopefully you can help me debug. Another question is, where did you get the rtmpdump command options? It very handy that you provide them here, but I would like to learn how to get this info myself (e.g. why the -f ... and -T ' '). Under linux: ldd ./rtmpdump Code:
linux-vdso.so.1 => (0x00007fff5ccc7000) Code:
./rtmpdump -r rtmp://fl.media02.kpnstreaming.nl:80/vod/_definst_/ -a vod/_definst_/ -f 'WIN 11,3,300,257' -W http://www.24kitchen.nl/sites/all/modules/madcap/media_kpnvideo/swf/flowplayer.swf -p http://rudolphsbakery.24kitchen.nl/info-fun/basisbereidingen/runderbouillon -y kpn/24kitchenV/BB120001_bouillon.mp4 -o BB120001_bouillon.flv -T '' -V |
Re: Handshake failed problem + no rtmpsuck outputNo one has any hints or things I could try?
Thanks... |
Re: Handshake failed problem + no rtmpsuck outputThis is working with official master. Also -T and -f are not required.
Code:
$ rtmpdump -r rtmp://fl.media02.kpnstreaming.nl:80/vod/_definst_/ -a vod/_defin |
All times are GMT -6. The time now is 03:03 AM. |