redline0316
11-11-2011, 12:34 AM
I am looking to use rtmpdump to capture the free area of http://dxlive.com/home
I'm not sure what I am doing wrong? Thanks in advance.
# ./rtmpdump -r "rtmp://204.1.154.40/video_chat3_free_dx/961911406" -p "http://dxlive.com/home" -s "http://jp.dxlive.com/flash/chat/freePreview20.swf" -f "WIN 11,0,1,152" -o temp.flv -a "video_chat3_free_dx/961911406" -V
RTMPDump v2.2e
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
DEBUG: Protocol : RTMP
DEBUG: Hostname : 204.1.154.40
DEBUG: Port : 1935
DEBUG: Playpath : 961911406
DEBUG: tcUrl : rtmp://204.1.154.40:1935/video_chat3_free_dx/961911406
DEBUG: swfUrl : http://jp.dxlive.com/flash/chat/freePreview20.swf
DEBUG: pageUrl : http://dxlive.com/home
DEBUG: app : video_chat3_free_dx/961911406
DEBUG: flashVer : WIN 11,0,1,152
DEBUG: live : no
DEBUG: timeout : 30 sec
DEBUG: Setting buffer time to: 36000000ms
Connecting ...
DEBUG: RTMP_Connect1, ... connected, handshaking
DEBUG: HandShake: Type Answer : 03
DEBUG: HandShake: Server Uptime : 1344123780
DEBUG: HandShake: FMS Version : 4.0.3.1
DEBUG: HandShake: Handshaking finished....
DEBUG: RTMP_Connect1, handshaked
DEBUG: Invoking connect
INFO: Connected...
DEBUG: HandleServerBW: server BW = 2500000
DEBUG: HandleClientBW: client BW = 2500000 2
DEBUG: HandleChangeChunkSize, received: chunk size change to 4096
DEBUG: RTMP_ClientPacket, received: invoke 252 bytes
DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object begin)
DEBUG: Property: <Name: level, STRING: error>
DEBUG: Property: <Name: code, STRING: NetConnection.Connect.Rejected>
DEBUG: Property: <Name: description, STRING: Connection failed.>
DEBUG: Property: <Name: description, STRING: [ Server.Reject ] : Adaptor: _defaultRoot_, VHost: 204.1.154.40, App: video_chat3_free_dx/961911406, (onConnect call failed)>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <_error>
ERROR: rtmp server sent error
DEBUG: RTMP_ClientPacket, received: invoke 18 bytes
DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <close>
ERROR: rtmp server requested close
DEBUG: Closing connection.
I'm not sure what I am doing wrong? Thanks in advance.
# ./rtmpdump -r "rtmp://204.1.154.40/video_chat3_free_dx/961911406" -p "http://dxlive.com/home" -s "http://jp.dxlive.com/flash/chat/freePreview20.swf" -f "WIN 11,0,1,152" -o temp.flv -a "video_chat3_free_dx/961911406" -V
RTMPDump v2.2e
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
DEBUG: Protocol : RTMP
DEBUG: Hostname : 204.1.154.40
DEBUG: Port : 1935
DEBUG: Playpath : 961911406
DEBUG: tcUrl : rtmp://204.1.154.40:1935/video_chat3_free_dx/961911406
DEBUG: swfUrl : http://jp.dxlive.com/flash/chat/freePreview20.swf
DEBUG: pageUrl : http://dxlive.com/home
DEBUG: app : video_chat3_free_dx/961911406
DEBUG: flashVer : WIN 11,0,1,152
DEBUG: live : no
DEBUG: timeout : 30 sec
DEBUG: Setting buffer time to: 36000000ms
Connecting ...
DEBUG: RTMP_Connect1, ... connected, handshaking
DEBUG: HandShake: Type Answer : 03
DEBUG: HandShake: Server Uptime : 1344123780
DEBUG: HandShake: FMS Version : 4.0.3.1
DEBUG: HandShake: Handshaking finished....
DEBUG: RTMP_Connect1, handshaked
DEBUG: Invoking connect
INFO: Connected...
DEBUG: HandleServerBW: server BW = 2500000
DEBUG: HandleClientBW: client BW = 2500000 2
DEBUG: HandleChangeChunkSize, received: chunk size change to 4096
DEBUG: RTMP_ClientPacket, received: invoke 252 bytes
DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object begin)
DEBUG: Property: <Name: level, STRING: error>
DEBUG: Property: <Name: code, STRING: NetConnection.Connect.Rejected>
DEBUG: Property: <Name: description, STRING: Connection failed.>
DEBUG: Property: <Name: description, STRING: [ Server.Reject ] : Adaptor: _defaultRoot_, VHost: 204.1.154.40, App: video_chat3_free_dx/961911406, (onConnect call failed)>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <_error>
ERROR: rtmp server sent error
DEBUG: RTMP_ClientPacket, received: invoke 18 bytes
DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <close>
ERROR: rtmp server requested close
DEBUG: Closing connection.