View Single Post
  #2  
Old 12-09-2011, 03:32 AM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: RTMPDUMP seems to be having problems with BBC iPlayer


There is not any problem:
Code:
C:\temp\rtmpdump>rtmpdump -r "rtmp://cp45413.edgefcs.net:1935/ondemand" -a "onde
mand" -f "WIN 11,0,1,152" -W "http://www.bbc.co.uk/emp/releases/worldwide/revisi
ons/617329_617319/617329_617319_emp.swf" -p "http://news.bbc.co.uk/democracylive
/hi/bbc_parliament/newsid_9640000/9640246.stm" -C O:1 -C O:0 -y "public/flash/dl
_politics/812000/812082_16x9_NewsWebFlash512" -o 812082_16x9_NewsWebFlash512.flv

RTMPDump v2.4 GIT-2011-07-11 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: RTMP_HashSWF: couldn't contact swfurl http://www.bbc.co.uk/emp/releases/w
orldwide/revisions/617329_617319/617329_617319_emp.swf (HTTP error 403)
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration              13567.88
INFO:   width                 512.00
INFO:   height                288.00
INFO:   videodatarate         320.00
INFO:   framerate             25.00
INFO:   videocodecid          4.00
INFO:   audiodatarate         48.00
INFO:   audiodelay            0.05
INFO:   audiocodecid          2.00
INFO:   canSeekToEnd          TRUE
60.611 kB / 0.69 sec (0.0%)
try this, maybe will work:
Code:
rtmpdump -r "rtmp://cp45413.edgefcs.net:80/ondemand/public/flash/dl_politics/812000/812082_16x9_NewsWebFlash512" -o 812082_16x9_NewsWebFlash512.flv
Reply With Quote