View Single Post
  #17  
Old 07-17-2010, 06:11 AM
revart1 revart1 is offline
Junior Member
 
Join Date: Jul 2010
Posts: 7
revart1 is on a distinguished road
Default

Need help recording BBC iPlayer radio (Error: Closing connection: Netstream.Failed)


I have visited the BBC Prom 2010 site below.

Code:
http://www.bbc.co.uk/proms/2010/whatson/1607.shtml
There is a link to "Listen to this programme".

and, I could find the link to flash audio stream as follows.

Quote:
rtmpt://bbcmedia.fcod.llnwd.net/a1414/e3/mp4:radio3/secure_auth/international/RBN2_radio_3_-_friday_1700_b00swrdy_2010_07_16_20_03_24.mp4?as=a dobe-hmac-sha256&av=1&te=connect&mp=radio3/secure_auth/international/RBN2_radio_3_-_friday_1700_b00swrdy_2010_07_16_20_03_24.mp4& et=1279382303&fmta-token=15573f6e5466ab61552d3333d6afa494cdf529a0688d b133bc2e26cfa9aa5442
and, I have tried to dowload a audio file as follows.

rtmpdump -r "rtmpt://bbcmedia.fcod.llnwd.net/a1414/e3/mp4:radio3/secure_auth/international/RBN2_radio_3_-_friday_1700_b00swrdy_2010_07_16_20_03_24.mp4?as=a dobe-hmac-sha256&av=1&te=connect&mp=radio3/secure_auth/international/RBN2_radio_3_-_friday_1700_b00swrdy_2010_07_16_20_03_24.mp4& et=1279382303&fmta-token=15573f6e5466ab61552d3333d6afa494cdf529a0688d b133bc2e26cfa9aa5442" -o test.flv

and, the result is

Quote:
ERROR: Closing connection: Netstream.Failed
What did I wrong?
Reply With Quote