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?