View Single Post
  #1  
Old 01-30-2012, 09:18 PM
someguy9 someguy9 is offline
Junior Member
 
Join Date: Jan 2012
Posts: 8
someguy9 is on a distinguished road
Default

RTMP send error 10053


Hello all,

I am trying to download the stream from http://www.bet.com/video/hiphopaward...cypher-s9.html.

I went to my hosts file, commented out "127.0.0.1 localhost", and added the line "127.0.0.1 cp14305.edgefcs.net". I then run rtmpdump and it gives me the following output:

Code:
C:\Documents and Settings\admin\rtmpdump>rtmpsrv
RTMP Server v2.4 GIT-2011-12-22 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!

rtmpdump -r "rtmp://cp14305.edgefcs.net:1935/ondemand" -a "ondemand" -f "WIN 11,
1,102,55" -W "http://appassets.kickstatic.com/compiled/176704/AppShell_502288.sw
f" -p "http://www.bet.com/video/hiphopawards/2011/cyphers/hha-digitalcypher-s9.h
tml" --live -C O:1 -C O:0 -y "mp4:14305/videohub/hiphopawards/2011/betcom_hd_hha
_digitalcypher_s9a_640x360_1800.mp4" -o betcom_hd_hha_digitalcypher_s9a_640x360_
1800.flv

Closing connection... done!

RTMPDump v2.4 GIT-2011-12-22 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Duplicate request, skipping.
Closing connection... done!

ERROR: WriteN, RTMP send error 10053 (42 bytes)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Can anyone help me with this error?

I am running rtmpdump 2.4 in a Windows XP virtual machine.

Thanks in advance!
Reply With Quote