View Single Post
  #7  
Old 11-17-2010, 07:06 PM
gxdata gxdata is offline
Western Wombat
 
Join Date: Feb 2009
Posts: 332
gxdata is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


(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.

Last edited by gxdata : 11-17-2010 at 07:42 PM. Reason: more complete info
Reply With Quote