Okay, 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)
librtmp.so.0 => /opt/rtmpdump-v2.4-35/librtmp/librtmp.so.0 (0x00007f4089479000)
libssl.so.10 => /lib64/libssl.so.10 (0x0000003fcf200000)
libcrypto.so.10 => /lib64/libcrypto.so.10 (0x0000003fcba00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003fc3e00000)
libc.so.6 => /lib64/libc.so.6 (0x0000003fc2a00000)
libgssapi_krb5.so.2 => /lib64/libgssapi_krb5.so.2 (0x0000003fcca00000)
libkrb5.so.3 => /lib64/libkrb5.so.3 (0x0000003fcb600000)
libcom_err.so.2 => /lib64/libcom_err.so.2 (0x0000003fcae00000)
libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x0000003fcce00000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003fc3600000)
/lib64/ld-linux-x86-64.so.2 (0x0000003fc2600000)
libkrb5support.so.0 => /lib64/libkrb5support.so.0 (0x0000003fcc200000)
libkeyutils.so.1 => /lib64/libkeyutils.so.1 (0x0000003fcbe00000)
libresolv.so.2 => /lib64/libresolv.so.2 (0x0000003fc4a00000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x0000003fc5600000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003fc3200000)
libselinux.so.1 => /lib64/libselinux.so.1 (0x0000003fc4200000)
Under linux: rtmpdump error:
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
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
DEBUG: Protocol : RTMP
DEBUG: Hostname : fl.media02.kpnstreaming.nl
DEBUG: Port : 80
DEBUG: Playpath : kpn/24kitchenV/BB120001_bouillon.mp4
DEBUG: tcUrl : rtmp://fl.media02.kpnstreaming.nl:80/vod/_definst_/
DEBUG: swfUrl : http://www.24kitchen.nl/sites/all/modules/madcap/media_kpnvideo/swf/flowplayer.swf
DEBUG: pageUrl : http://rudolphsbakery.24kitchen.nl/info-fun/basisbereidingen/runderbouillon
DEBUG: app : vod/_definst_/
DEBUG: flashVer : WIN 11,3,300,257
DEBUG: live : no
DEBUG: timeout : 30 sec
DEBUG: SWFSHA256:
DEBUG: 90 0a d1 98 24 6d 86 52 c2 87 79 ab 32 c7 ec 11
DEBUG: 67 e3 39 12 bd 4a 89 ff 82 6f 20 07 76 a0 a5 77
DEBUG: SWFSize : 235331
DEBUG: Setting buffer time to: 36000000ms
Connecting ...
DEBUG: RTMP_Connect1, ... connected, handshaking
DEBUG: HandShake: Client type: 03
DEBUG: HandShake: Client digest offset: 430
DEBUG: HandShake: Initial client digest:
DEBUG: f3 e4 64 19 16 e2 69 91 1d 6d 6f 85 86 3b 41 fb
DEBUG: 1d 46 27 ff a5 ab a6 ec 31 84 32 7a f6 7f 90 a7
DEBUG: RTMPSockBuf_Fill, recv returned -1. GetSockError(): 11 (Resource temporarily unavailable)
ERROR: RTMP_Connect1, handshake failed.
DEBUG: Closing connection.