[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: capture real audio stream



On 08/29/2007 02:57 AM, Lorenzo Bettini wrote:

I'm trying with this one

http://www.bbc.co.uk/radio2/musicclub/events_andrewlloydwebber.shtml

and can't find such links, not even with Page Info (as suggested by Joachim); could it be they changed something in their site?
[...]

This is a tough one.

Click the "Listen" link. A new window pops up. Then find the link named "Listen using stand-alone Real Player"; right click that link and select "Copy to clipboard."

In an X terminal, use "curl" to view that link, e.g.

curl "http://www.bbc.co.uk/radio2/realmedia/fmg2.ram";

That line returns a URL starting with "rtsp://"

Use copy and paste to download that URL with the downloader of your choice, e.g.

mplayer -dumpstream "rtsp://rmlive.bbc.co.uk/bbc-rbs/..."


HTH



Reply to: