View Single Post
  #7  
Old 11-15-2011, 03:07 AM
malcom malcom is offline
Junior Member
 
Join Date: Nov 2011
Posts: 5
malcom is on a distinguished road
Default

Re: RTMP_Connect0, failed to connect socket. 111 (Connection refused)


Code:
malcom@Malcom-Linux:~$ rtmpdump -V -r "rtmpt://ll2.workcast.net:80/vod1/mp4:Game300-LanguageXXX-Rec2_0_20110828151412811_1.mp4" -a vod1 -f WIN 11,0,1,152-p "http://video.homelessworldcup.org/AuditoriumUsher.aspx?pak=6733772765126804&cpak=3412165343567627" -s "http://c466722.workcast.net/flowplayer.commercial-3.2.5.swf" -t "rtmpt://ll2.workcast.net:80/vod1" -y "mp4:Game300-LanguageXXX-Rec2_0_20110828151412811_1.mp4" -o plik.flv
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL                                                                                   
DEBUG: Parsing...
DEBUG: Parsed protocol: 1
DEBUG: Parsed host    : ll2.workcast.net
DEBUG: Parsed app     : vod1
DEBUG: Protocol : RTMPT
DEBUG: Hostname : ll2.workcast.net
DEBUG: Port     : 80
DEBUG: Playpath : mp4:Game300-LanguageXXX-Rec2_0_20110828151412811_1.mp4
DEBUG: tcUrl    : rtmpt://ll2.workcast.net:80/vod1
DEBUG: swfUrl   : http://c466722.workcast.net/flowplayer.commercial-3.2.5.swf
DEBUG: app      : vod1
DEBUG: flashVer : WIN
DEBUG: live     : no
DEBUG: timeout  : 30 sec
DEBUG: Setting buffer time to: 36000000ms
Connecting ...
DEBUG: RTMP_Connect1, ... connected, handshaking
and i waiting around 5 min.... nothing more happen

ON Windows 7:
Code:
C:\Users\Malcom\Desktop\rtmp>rtmpdump -V -r "rtmpt://ll2.workcast.net:80/vod1/mp
4:Game300-LanguageXXX-Rec2_0_20110828151412811_1.mp4" -a vod1 -f WIN 11,0,1,152-
p "http://video.homelessworldcup.org/AuditoriumUsher.aspx?pak=6733772765126804&c
pak=3412165343567627" -s "http://c466722.workcast.net/flowplayer.commercial-3.2.
5.swf" -t "rtmpt://ll2.workcast.net:80/vod1" -y "mp4:Game300-LanguageXXX-Rec2_0_
20110828151412811_1.mp4" -o plik.flv
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
DEBUG: Parsing...
DEBUG: Parsed protocol: 1
DEBUG: Parsed host    : ll2.workcast.net
DEBUG: Parsed app     : vod1
DEBUG: Protocol : RTMPT
DEBUG: Hostname : ll2.workcast.net
DEBUG: Port     : 80
DEBUG: Playpath : mp4:Game300-LanguageXXX-Rec2_0_20110828151412811_1.mp4
DEBUG: tcUrl    : rtmpt://ll2.workcast.net:80/vod1
DEBUG: swfUrl   : http://c466722.workcast.net/flowplayer.commercial-3.2.5.swf
DEBUG: app      : vod1
DEBUG: flashVer : WIN
DEBUG: live     : no
DEBUG: timeout  : 30 sec
DEBUG: Setting buffer time to: 36000000ms
Connecting ...
DEBUG: RTMP_Connect1, ... connected, handshaking
DEBUG: ReadN, No valid HTTP response found
ERROR: RTMP_Connect1, handshake failed.
DEBUG: Closing connection.

Last edited by malcom : 11-15-2011 at 03:33 AM. Reason: add win info
Reply With Quote