Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 12-09-2011, 04:22 AM
meedermow meedermow is offline
Junior Member
 
Join Date: Dec 2011
Posts: 6
meedermow is on a distinguished road
Default

RTMPDUMP seems to be having problems with BBC iPlayer


Hi there,

Whilst very much a n00b, I was always able to use a combination of RTMP Explorer with RTMP Dump to capture BBC iPlayer content.

I have been capturing The Leveson Enquiry - here:

http://news.bbc.co.uk/democracylive/...00/9640246.stm

And have always been able to capture the days proceedings, but now I seem to be having problems - error:

rtmpdump -r "rtmp://cp45413.edgefcs.net:1935/ondemand" -a "ondemand" -f "WIN 11,
0,1,152" -W "http://www.bbc.co.uk/emp/releases/worldwide/revisions/617329_617319
/617329_617319_emp.swf" -p "http://news.bbc.co.uk/democracylive/hi/bbc_parliamen
t/newsid_9640000/9640246.stm" -C O:1 -C O:0 -y "public/flash/dl_politics/812000/
812082_16x9_NewsWebFlash512" -o 812082_16x9_NewsWebFlash512.flv

Closing connection... done!

RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
ERROR: RTMP_Connect0, failed to connect socket. 10065 (Unknown error)


Can anyone point to where I'm going wrong?!

Thanks,

mm
Reply With Quote
  #2  
Old 12-09-2011, 04: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
  #3  
Old 12-09-2011, 04:37 AM
meedermow meedermow is offline
Junior Member
 
Join Date: Dec 2011
Posts: 6
meedermow is on a distinguished road
Default

Re: RTMPDUMP seems to be having problems with BBC iPlayer


Quote:
Originally Posted by Bahman View Post
There is not any problem:
Thanks for the response. How strange. I still can't get it to work - is it anything to do with the versions we're using?
Reply With Quote
  #4  
Old 12-09-2011, 04:44 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


Quote:
Originally Posted by meedermow View Post
How strange. I still can't get it to work - is it anything to do with the versions we're using?
I have used your rtmpdump version, and it's working fine as well!!
Code:
C:\temp\rtmpdump-20110925-git-6230845-win32>rtmpdump -r "rtmp://cp45413.edgefcs.
net:80/ondemand/public/flash/dl_politics/812000/812082_16x9_NewsWebFlash512" -o
812082_16x9_NewsWebFlash512.flv
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
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
0.414 kB / 0.00 sec (0.0%)
Did you try this:
Code:
rtmpdump -r "rtmp://cp45413.edgefcs.net:80/ondemand/public/flash/dl_politics/812000/812082_16x9_NewsWebFlash512" -o 812082_16x9_NewsWebFlash512.flv
if the problem still exist, use StreamTransport!!
Reply With Quote
  #5  
Old 12-09-2011, 04:51 AM
meedermow meedermow is offline
Junior Member
 
Join Date: Dec 2011
Posts: 6
meedermow is on a distinguished road
Default

Re: RTMPDUMP seems to be having problems with BBC iPlayer


Quote:
Originally Posted by Bahman View Post
Did you tried this:
That code worked perfectly - thanks so much. I tried StreamTransport last night twice and (perhaps because it's a large file: 650mb) it dropped out at about 70% each time

But I've got it now - so that's great - many thanks
Reply With Quote
  #6  
Old 12-09-2011, 04:59 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


That's my pleasure!!
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 09:23 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons