Forum Articles
  Welcome back Join CF
You are here You are here: Home | Forum | Fujitsu Siemens Amilo D 1845 overheating!

You are currently viewing our boards as a guest which gives you limited access to view most of the discussions, articles and other free features. By joining our Virgin Media community you will have full access to all discussions, be able to view and post threads, communicate privately with other members (PM), respond to polls, upload your own images/photos, and access many other special features. Registration is fast, simple and absolutely free so please join our community today.


Welcome to Cable Forum
Go Back   Cable Forum > Computers & IT > General IT Discussion

Recording BBC radio 'Listen Again' programmes.
Reply
 
Thread Tools
Old 10-11-2007, 13:16   #1
ronald146m
Inactive
 
Join Date: Jun 2003
Posts: 388
ronald146m is a splendid one to beholdronald146m is a splendid one to beholdronald146m is a splendid one to beholdronald146m is a splendid one to beholdronald146m is a splendid one to beholdronald146m is a splendid one to beholdronald146m is a splendid one to beholdronald146m is a splendid one to beholdronald146m is a splendid one to behold
Recording BBC radio 'Listen Again' programmes.

Hi
Does anyone have experience recording 'Listen again' radio programmes from the BBC websites?

There seems to be 3 categories.

First one is very simple, some programmes provide a podcast to download. No problems with this one.

Second one has an rtsp://..... link that can be found by right-clicking and downloading the link in the 'Listen using stand-alone Real Player' tab. Then that rtsp link can be used to make a recording. No problem here.

The third type is the one that I'm having trouble with. This type just opens up with BBC Radio Player. The only link that I can find is an aod link but I don't know how to extract any useful information from it. Is there some software such as a 'URL sniffer' that can do this?
For example, when you click on the 'Listen again to this show' for Sounds of the sixties it starts playing. How do I find what is the link to make a recording from?
Here:-http://www.bbc.co.uk/radio2/shows/sounds60s/?focuswin
ronald146m is offline   Reply With Quote
Advertisement
Old 11-11-2007, 16:32   #2
Alien
Inactive
 
Alien's Avatar
 
Join Date: Jul 2003
Location: UK
Services: VM Phone, V+, VM 10Mb
Posts: 2,655
Alien is cast in bronzeAlien is cast in bronzeAlien is cast in bronzeAlien is cast in bronze
Alien is cast in bronzeAlien is cast in bronzeAlien is cast in bronzeAlien is cast in bronzeAlien is cast in bronzeAlien is cast in bronzeAlien is cast in bronze
Re: Recording BBC radio 'Listen Again' programmes.

Quote:
Originally Posted by ronald146m View Post
The third type is the one that I'm having trouble with. This type just opens up with BBC Radio Player. The only link that I can find is an aod link but I don't know how to extract any useful information from it. Is there some software such as a 'URL sniffer' that can do this?
For example, when you click on the 'Listen again to this show' for Sounds of the sixties it starts playing. How do I find what is the link to make a recording from?
Here:-http://www.bbc.co.uk/radio2/shows/sounds60s/?focuswin
First, you'll need Orbit Downloader. You'll need to view the source code of the little frame that the media player is in on the left, & look for the 3rd occurance of ".rpm" [without the quotes].

Take that partial URL:
/radio/aod/shows/rpms/radio2/soundsixties.rpm
Then add http://www.bbc.co.uk on the beginning of it. Now, copy that, then in Orbit Downloader Click the New button & select a place to download the file to, which it should do pretty quickly, as it's basically a kind of playlist. Open that file in a text editor, e.g. Notepad, & copy the whole URL from there, including the long string of what looks like gibberish. Now go back to Orbit & download this file. Then find something to do for a couple of hours, as it looks like either the BBC's server is really busy, or else they're limiting it to only about 5-6KB/s!
Alien is offline   Reply With Quote
Old 11-11-2007, 18:14   #3
ronald146m
Inactive
 
Join Date: Jun 2003
Posts: 388
ronald146m is a splendid one to beholdronald146m is a splendid one to beholdronald146m is a splendid one to beholdronald146m is a splendid one to beholdronald146m is a splendid one to beholdronald146m is a splendid one to beholdronald146m is a splendid one to beholdronald146m is a splendid one to beholdronald146m is a splendid one to behold
Re: Recording BBC radio 'Listen Again' programmes.

Hi alien
Thanks for the reply.

I've downloaded Orbit and cranked it up through Wine. It looks as though it might work.
But I already have Linux tools for downloading. It's just a matter of finding the right link to feed in.

When I look through that media player's frame source there are 554 lines of code to inspect.
When I do a search for rpm it comes up with many many hits.

This is the one that is needed:-
<embed src="/radio/aod/shows/rpms/radio2/soundsixties.rpm"
It's on line number 208.

Then, like you said, add http://www.bbc.co.uk to the front.
To give:-
http://www.bbc.co.uk/radio/aod/shows...undsixties.rpm

Then I copy and paste it into my Linux gizmo.
What happens then is that Real Player opens up and as the programme is playing it dumps a stream onto my HDD as a wav file. In real time.
Then afterwards I can change it to mp3 or whatever.

So it's do-able.

There's just a bit of donkey work trawling through all that code for a link. Though, if it's always the third or fourth occurrence, that makes it easier to find. And I would still need to do that search when using Orbit.

I was hoping for a piece of silver-bullet software that would hook it out for me.

But it's getting better, thanks for the "rpm" pointer/clue.
ronald146m is offline   Reply With Quote
Old 11-11-2007, 19:40   #4
Alien
Inactive
 
Alien's Avatar
 
Join Date: Jul 2003
Location: UK
Services: VM Phone, V+, VM 10Mb
Posts: 2,655
Alien is cast in bronzeAlien is cast in bronzeAlien is cast in bronzeAlien is cast in bronze
Alien is cast in bronzeAlien is cast in bronzeAlien is cast in bronzeAlien is cast in bronzeAlien is cast in bronzeAlien is cast in bronzeAlien is cast in bronze
Re: Recording BBC radio 'Listen Again' programmes.

Quote:
Originally Posted by ronald146m View Post
I've downloaded Orbit and cranked it up through Wine. It looks as though it might work.
But I already have Linux tools for downloading. It's just a matter of finding the right link to feed in.
Ah, didn't realise you were in Linux.

Quote:
Originally Posted by ronald146m View Post
When I look through that media player's frame source there are 554 lines of code to inspect.
When I do a search for rpm it comes up with many many hits.
Odd, I have Firefox set to send source code to PSPad, & when I told it to list search results for .rpm it only showed 4; 5 if I do it without the preceding ".".

Quote:
Originally Posted by ronald146m View Post
This is the one that is needed:-
<embed src="/radio/aod/shows/rpms/radio2/soundsixties.rpm"
It's on line number 208.
Well, I'm running Proxomitron, which adds 6 lines to the beginning of every page, so for me it's line 214, but yeah.

Quote:
Originally Posted by ronald146m View Post
Then, like you said, add http://www.bbc.co.uk to the front.
To give:-
http://www.bbc.co.uk/radio/aod/shows...undsixties.rpm

Then I copy and paste it into my Linux gizmo.
What happens then is that Real Player opens up and as the programme is playing it dumps a stream onto my HDD as a wav file. In real time.
Then afterwards I can change it to mp3 or whatever.

So it's do-able.
Ah, well that isn't an option for me, as I refuse to install RealPlayer on my machine. It would take a rather compelling reason for me to even install just the codec [Real Alternative].

Quote:
Originally Posted by ronald146m View Post
There's just a bit of donkey work trawling through all that code for a link. Though, if it's always the third or fourth occurrence, that makes it easier to find. And I would still need to do that search when using Orbit.

I was hoping for a piece of silver-bullet software that would hook it out for me.

But it's getting better, thanks for the "rpm" pointer/clue.
Well, I don't know if it'll still work when Orbit's used under Wine, but try going to the Tools menu & select Grab++. In Windows, when you have the Grab++ window open, if you refresh [or just load if it was already open] the page with the media file on it it should show up in a list of resources for that page in the Grab++ window, as it captures their URLs. If it's going to work you'll most likely see the file you want listed after it starts playing in the page. No idea if it'll work under Wine though.
Alien is offline   Reply With Quote
Reply

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:50.


Server: lithium.zmnt.uk
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
All Posts and Content are © Cable Forum