PDA

View Full Version : RTMP send error 10053


someguy9
01-30-2012, 09:18 PM
Hello all,

I am trying to download the stream from http://www.bet.com/video/hiphopawards/2011/cyphers/hha-digitalcypher-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:


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!

Bahman
01-30-2012, 11:16 PM
Remove --live:
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.swf" -p "http://www.bet.com/video/hiphopawards/2011/cyphers/hha-digitalcypher-s9.html" -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

RTMPDump v2.4 GIT-2011-12-22 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: duration 522.89
INFO: moovPosition 112570313.00
INFO: width 640.00
INFO: height 360.00
INFO: videocodecid avc1
INFO: audiocodecid mp4a
INFO: avcprofile 77.00
INFO: avclevel 30.00
INFO: aacaot 2.00
INFO: videoframerate 29.97
INFO: audiosamplerate 44100.00
INFO: audiochannels 2.00
INFO: trackinfo:
INFO: length 15670000.00
INFO: timescale 29970.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype avc1
INFO: length 23059456.00
INFO: timescale 44100.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype mp4a
34.199 kB / 1.07 sec (0.2%)

someguy9
01-31-2012, 11:38 AM
Hi Bahman,

Thanks for the response. I took your advice and removed the "--live" parameter, but I am still getting an error (see below).

Any ideas? Thanks!

C:\Documents and Settings\admin\rtmpdump>rtmpdump -r "rtmp://cp14305.edgefcs.net
:1935/ondemand" -a "ondemand" -f "WIN 11,1,102,55" -W "http://appassets.kickstat
ic.com/compiled/176704/AppShell_502288.swf" -p "http://www.bet.com/video/hiphopa
wards/2011/cyphers/hha-digitalcypher-s9.html" -C O:1 -C O:0 -y "mp4:14305/videoh
ub/hiphopawards/2011/betcom_hd_hha_digitalcypher_s9a_640x360_1800.mp4" -o betcom
_hd_hha_digitalcypher_s9a_640x360_1800.flv -V
RTMPDump v2.4 GIT-2011-12-22 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
DEBUG: Protocol : RTMP
DEBUG: Hostname : cp14305.edgefcs.net
DEBUG: Port : 1935
DEBUG: Playpath : mp4:14305/videohub/hiphopawards/2011/betcom_hd_hha_digitalcyph
er_s9a_640x360_1800.mp4
DEBUG: tcUrl : rtmp://cp14305.edgefcs.net:1935/ondemand
DEBUG: swfUrl : http://appassets.kickstatic.com/compiled/176704/AppShell_50228
8.swf
DEBUG: pageUrl : http://www.bet.com/video/hiphopawards/2011/cyphers/hha-digital
cypher-s9.html
DEBUG: app : ondemand
DEBUG: flashVer : WIN 11,1,102,55
DEBUG: live : no
DEBUG: timeout : 30 sec
DEBUG: SWFSHA256:
DEBUG: 0b ed 05 a0 0b ca d0 13 9f e7 e2 9a bc bf 74 1d
DEBUG: 67 93 92 9c ff e3 ed 7e 94 2e c2 e7 13 df 40 e0
DEBUG: SWFSize : 1158923
DEBUG: Setting buffer time to: 36000000ms
Connecting ...
ERROR: RTMP_Connect0, failed to connect socket. 10061 (Unknown error)
DEBUG: Closing connection.

chap
01-31-2012, 12:23 PM
someguy9
http://stream-recorder.com/forum/showpost.php?p=19821&postcount=6

You must re-edit your HOSTS file back to its original state (otherwise you'll simply get an error message).

someguy9
01-31-2012, 01:29 PM
Yes, that works. Thanks for your help everyone!