PDA

View Full Version : Cannot download flowplayer.org demo


svnpenn
03-04-2012, 10:28 AM
flowplayer.org/demos/plugins/streaming/rtmp-playlist.htm

rtmpdump -V -r "rtmp://rtmp01.hddn.com/play" -a "play" \
-f "WIN 11,1,102,55" \
-W "http://releases.flowplayer.org/swf/flowplayer-3.2.7.swf" \
-p "http://flowplayer.org/demos/plugins/streaming/rtmp-playlist.htm" \
-y "vod/demo.flowplayervod/Extremists.flv" -o Extremists.flv

DEBUG: Property: <Name: level, STRING: error>
DEBUG: Property: <Name: code, STRING: NetConnection.Connect.Rejected>
DEBUG: Property: <Name: description, STRING: Connection failed: Application rejected connection.>
DEBUG: Property: <Name: ex, OBJECT>
DEBUG: (object begin)
DEBUG: Property: <Name: redirect, STRING: rtmp://173.208.109.173:1935/play>
DEBUG: Property: <Name: code, NUMBER: 302.00>
DEBUG: (object end)
DEBUG: Property: <Name: clientid, NUMBER: 1716438702.00>
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.


.

What am I doing wrong here?

Bahman
03-04-2012, 10:42 AM
Nothing, Just use that redirected IP:
rtmpdump -r "rtmp://173.208.109.173:1935/play" -a "play" -f "WIN 11,2,202,197" -W "http://releases.flowplayer.org/swf/flowplayer-3.2.7.swf" -p "http://flowplayer.org/demos/plugins/streaming/rtmp-playlist.htm" -y "vod/demo.flowplayervod/Extremists.flv" -o Extremists.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: hasKeyframes TRUE
INFO: cuePoints:
INFO: audiodatarate 64.25
INFO: hasVideo TRUE
INFO: stereo TRUE
INFO: canSeekToEnd TRUE
INFO: framerate 30.00
INFO: audiosamplerate 22000.00
INFO: videocodecid 4.00
INFO: datasize 22855899.00
INFO: lasttimestamp 240.77
INFO: audiosamplesize 16.00
INFO: audiosize 2035001.00
INFO: hasAudio TRUE
INFO: audiodelay 0.00
INFO: videosize 20817094.00
INFO: metadatadate timestamp:1248782878899.62
INFO: metadatacreator inlet media FLVTool2 v1.0.6 - http://www.inlet-med
ia.de/flvtool2
INFO: lastkeyframetimestamp 240.77
INFO: height 360.00
INFO: filesize 22921624.00
INFO: hasMetadata TRUE
INFO: keyframes:
INFO: times:
INFO: filepositions:
INFO: audiocodecid 2.00
INFO: videodatarate 689.03
INFO: duration 240.81
INFO: hasCuePoints FALSE
INFO: width 640.00
43.760 kB / 2.07 sec (0.8%)
;)

svnpenn
03-04-2012, 10:54 AM
Well done sir, well done.