(
rtmpdump usage question)
I have this stream URL (from
StreamTransport, which can download it OK, but in its full playing time of course) -
rtmp://pub-fz.cdn.iinet.net.au/public//mp4:waso/waso/waso-rib-ep001-hq.mp4
I am using rtmpdump with -r URL -o filename.mp4 but get this error -
Code:
RTMPDump v2.2d (r463)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
ERROR: RTMP_Connect0, failed to connect socket. 10061 (Unknown error)
OR
Code:
RTMPDump v2.2d (r463)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close
Can someone tell me what is this indicating?
[Edit]
eliminated the problem due to having a 0-byte output file, due to earlier failed attempts. Now, my simple test batch file deletes the output file.