Some progress
Our iTunes listening days are over.<snip>
BBC in iTunes is no longer!
Not so quickly (maybe

)
If you look at this here:
http://www.bbc.co.uk/radio2/wm_asx/aod/radio2.asx
This will play in Safari (presumably via Flip4Mac).
I actually pulled the XML in via the command-line:
Code:
/usr/bin/wget http://www.bbc.co.uk/radio2/wm_asx/aod/radio2.asx
-O /tmp/radio2.xml
You'll see all the Radio 2 WMA asx streams in the XML nodes:
Code:
<ref href="mms://wmlive-acl.bbc.co.uk/wms/bbc_ami/radio2/
radio2_bb_live_eq1_sl0?BBC-
UID=14393f9875589e188124b50a6159b72cc39e8bb7d03012e1027810a4041d3254
&SSO2-UID=" />
These have changed from that used by the OP to create the WMA Quicktime streams:
Code:
wmlive-acl.bbc.co.uk/wms/radio3/radio3_nb_e1s1
I loaded one of these newer Radio 2 streams into QuickTime sucessfully (I then repeated the process for Radio 1-5 just to be sure).
I was able to use OxED to edit the original URL in the Radio 2 .mov file to the original Radio 3 URL:
changing this field:
Code:
mms://wmlive-acl.bbc.co.uk/wms/[B]radio2/radio2_nb_e1s1[/B]
to this:
Code:
mms://wmlive-acl.bbc.co.uk/wms/[B]radio3/radio3_nb_e1s1[/B]
Which was sucessful (i.e the Radio 2 .mov stream file worked, but picked up the Radio 3 stream).
However when I tried to do this for the longer URL from the XML file which includes the UID, the stream wouldn't load into iTunes. I suspect this is because there's a field in the .mov file that restricts or defines the length of the stream URL. So I created a tinyurl:
http://tinyurl.com/c4j6wz
of this stream's URL and put the tiny URL into the stream .mov file but still no joy. When I have a moment I'll check if the paid for version of Filp4Mac allows me to save a stream to a .mov file (I can't tell from the quick look at the feature list). I'm not sure if this is something QuickTime Pro (or QuickTime in Snow Leopard) can do out of the box.
As far as other streams are concerned, the BBC only stream WMA for the national stations (as well as RealAudio RAM streams), the local stations (suchs as London) are only in RAM. This website is quite usueful for looking up streams:
http://www.radiofeeds.co.uk
You can read more about how the BBC are sorting out their streams here:
http://www.bbc.co.uk/blogs/radiolabs/2009/03/coyopas_guts.shtml