5

BBC Radio Streams

 1 year ago
source link: https://gist.github.com/bpsib/67089b959e4fa898af69fea59ad74bc3
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

BBC Radio Streams · GitHub

Instantly share code, notes, and snippets.

BBC Radio Streams

A combination of the UK link and a VPN has fixed it for me. Thanks for the responses.

Bob90 commented on Sep 3, 2021

@bpsib

Thank you so much!

How do you know all this?

bmix commented on Sep 17, 2021

edited

Just wanted to say: Thank you! (and to all the commenters, whose information is very valuable, to stay up to date) :-)

BTW: I seem to be able to easily connect to the URLs of the second playlist with Winamp5 on Windows from Germany.

Hi I cannot get BBC Five Live Sports Extra urls to work at all in the UK. Has anyone managed to get Sports Extra UK or non-UK? Thanks!

Hi all could anyone help please? Has anyone got an m3u8 link for bbc news channel, bbc five live, bbc five live sports extra and itv1 main channel?
thank you so much in advance
It’s a great great help

Hi all could anyone help please? Has anyone got an m3u8 link for bbc news channel, bbc five live, bbc five live sports extra and itv1 main channel?
thank you so much in advance
It’s a great great help

Yes mate I will send News Channel link. Also, has anyone got the BBC World News HD link. I live in the UK

rdrg109 commented on Oct 8, 2021

edited

Read this: Use and contribute to Wikidata instead

For those searching big lists of audio streams of radio stations: It is possible to get a big list using a SQL-like language from Wikidata. The following SPARQL query gets the radio stations in United Kingdom along with their corresponding streaming URLs. The query was executed in this site.

SELECT ?queryLabel ?stream
WHERE {
  ?query wdt:P31 wd:Q14350;
         wdt:P17 wd:Q145;
         wdt:P963 ?stream.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en,[AUTO_LANGUAGE]". }
}
LIMIT 5

For those who don't know about Wikidata: It is a sister project of Wikipedia. In this site, each concept (e.g. radio stations, countries, companies, etc.) is treated as an entity. Each entity can have properties. For example, BBC Radio 1 (link to the entity) has the following properties (see image below)

image

As you can see in the bottom, there's a property called streaming media URL which stores the streaming URL of radio stations.

In general, everything in Wikidata is treated as an entity with properties. For example, the following is a list of entities in Wikidata of the concepts mentioned in this text

For this reason and more reasons, please consider contributing to Wikidata by updating the audio stream of the radio stations that you know instead of creating more Github Gists. More useful examples on using SPARQL in the Wikidata knowledge base can be found in this site.

Hi! please try https://play.streamafrica.net/ originallt a url shortener, you can use this to wrap your links for permanent use

Hi stevenprisley10 thank you for you’re response…. Again apologies for for not understanding all the chat (I’m not very tech) have you got bbc one and bbc two as well as bbc news channel too pls? I’ve tried a few links in my dads machine but doesn’t se to take them :-(
Sorry for being a pain all
Thank you in advance pray

@rdrg109 Interesting idea, but:

  • Wikidata does not have an interface for exporting to playlists you can instantly use in your favourite player.
  • We can see that most BBC streams available there are just links to BBC Sounds which means that they are no livestream URLs.
  • Wikidata is not a portal for radio fans, so most people won't ever find the URLs and your work in the end is wasted. :(
I agree

On Fri, 15 Oct 2021, 5:42 pm Jürgen Fenn, ***@***.***> wrote: ***@***.**** commented on this gist. ------------------------------

@rdrg109 <https://github.com/rdrg109> Interesting idea, but:

- Wikidata does not have an interface for exporting to playlists you can instantly use in your favourite player. - We can see that most BBC streams available there are just links to BBC Sounds which means that they are no livestream URLs. - Wikidata is not a portal for radio fans, so most people won't ever find the URLs and your work in the end is wasted. :(

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://gist.github.com/67089b959e4fa898af69fea59ad74bc3#gistcomment-3928560>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AKPHXKC3RG2JSXBSMDIRVSDUHBRYLANCNFSM4YTYRNTA> . Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.

@rdrg109 Interesting idea, but:

  • Wikidata does not have an interface for exporting to playlists you can instantly use in your favourite player.
  • We can see that most BBC streams available there are just links to BBC Sounds which means that they are no livestream URLs.
  • Wikidata is not a portal for radio fans, so most people won't ever find the URLs and your work in the end is wasted. :(

I have a set of up-to-date UK and Irish radio data available at www.radiofeeds.co.uk
In the past, I've provided a parseable feed for Reciva Radios until they closed down their service.
I still provide a feed to the wonderful Logitech Squeezeboxes.

If I can have an understanding of what "radio fans" want and what they're using it for I might be able to create something that can be parsed/understood by whatever device/app you're all using.
As already mentioned above, I've created a tool for mplayer (as I'm assuming many home projects use mplayer as the base handler for webstreams).

atmfrank commented on Oct 15, 2021

edited

I am a little bit of our outlier for this discussion. But let me share my use case. I maintain a personal collection of "hi-res" radio stations. My criteria is MP3-320 or better and mainly I am interested in audiophile FLAC streams. The challenge is to keep this collection up-to-date and in a format that is ubiquitous. I use a Dropbox folder share which I make available to all my devices. Then I run a bulk import of .pls or .m3u files, provided the app allows imports (only a few do: Foobar, VLC). Any advanced datastore should be able to output simple PLS or M3U format.

I use LMS, Foobar, VLC, Volumio, USB Pro (Android only). Some of these apps don't even have an import function, let alone an API pull function. For LMS, Volumio and USB Pro, I end up maintaining the radio stations URL's manually, which is painful. For LMS, any interface that automatically populates "Favorites" would be welcome. I am not sure of this helps the intended project scope.

For a while this was useful: someone created this URL radio list, but it is now hopelessly outdated: http://radiobit.50webs.com/

Cheers,

bmix commented on Nov 14, 2021

edited

@vinnielo1:

If I can have an understanding of what "radio fans" want and what they're using it for I might be able to create something that can be parsed/understood by whatever device/app you're all using.

Could you just place ALL stations in a single PLS file (or per category/quality)? This is understood by most players. Or M3U and M3U8. Or did I misunderstand your offer? Thanks.

apex22 commented on Feb 7

As of today BBC Radio London has stopped working, is there an alternate link or will this be sadly permanent now...
http://stream.live.vc.bbcmedia.co.uk/bbc_london

vinnielo1 commented on Feb 7

This'll be due to the winter games. The stream will return after.

apex22 commented on Feb 7

edited

That was my first impression also, but there is no Sports programming on BBC Radio London at the moment. it neither works on www.radiofeeds.co.uk, but the BBC Sounds app works. Also BBC Radio Three Counties is not working via the stream, I fear the BBC have cut off all local radio station streams.

vinnielo1 commented on Feb 7

I would've explained their decision and which of the streams this affects, but it seems you've made up your own mind so I won't bother.

tjoepstil commented on Feb 7

When I tune in I get a pre recorded message saying the stations are unavailable due to technical or contractual problems.

http://stream.live.vc.bbcmedia.co.uk/bbc_london
http://stream.live.vc.bbcmedia.co.uk/bbc_three_counties_radio

So they are still there...

Author

bpsib commented on Feb 7

edited

@apex22:

As of today BBC Radio London has stopped working, is there an alternate link or will this be sadly permanent now...
http://stream.live.vc.bbcmedia.co.uk/bbc_london

It's because the BBC have geo-locked the local radio streams again to the UK during the Winter Olympics so the international streams have the pre-recorded message. They also did this last year during the Olympics and Paralympics. The international streams will be available again after the Winter Olympics.

You can get BBC London for now at http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/sbr_low/ak/bbc_london.m3u8 and BBC Three Counties at http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/sbr_low/ak/bbc_three_counties_radio.m3u8 as long as you are in the UK.

tjoepstil commented on Feb 7

That cannot be so, because I cannot access these streams from within the UK either.

Author

bpsib commented on Feb 7

A compatible player is needed to play them. Many don't support the HLS (.m3u8) streams.

tjoepstil commented on Feb 7

I dont use the HLS (.m3u8) streams. Or a player.

apex22 commented on Feb 7

@bpsib Many thanks for assuaging my fears, and also thanks for providing working links in the meantine.

Leth4Dead commented on Apr 16

Hello, can someone give me a working link to Nation Radio Cardiff, Wales? thank you

gedye commented on Apr 16

If you mean the station that is listed as Nation Radio (South East Wales), these two links work for me:-

http://listen-nation.sharp-stream.com/tcnation.mp3?ref=RF (128k stereo)

http://edge-audio-06-thn.sharp-stream.com:80/nationwalesdab.mp3 (320k stereo)

From: Leth4Dead ***@***.***> Sent: 16 April 2022 08:11 To: bpsib ***@***.***> Cc: gedye ***@***.***>; Comment ***@***.***> Subject: Re: bpsib/BBC-Radio-HLS-UK.m3u

@Leth4Dead commented on this gist.

_____

Hello, can someone give me a working link to Nation Radio Cardiff, Wales? thank you

— Reply to this email directly, view it on GitHub <https://gist.github.com/67089b959e4fa898af69fea59ad74bc3#gistcomment-4134662> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ATDKLI25W7RRCPMEFLFMIR3VFJRZXANCNFSM4YTYRNTA> . You are receiving this because you commented.Message ID: ***@***.***>

Leth4Dead commented on Apr 16

This Works! Thanks Alot!

If you mean the station that is listed as Nation Radio (South East Wales), these two links work for me:- http://listen-nation.sharp-stream.com/tcnation.mp3?ref=RF (128k stereo) http://edge-audio-06-thn.sharp-stream.com:80/nationwalesdab.mp3 (320k stereo) From: Leth4Dead @.> Sent: 16 April 2022 08:11 To: bpsib @.> Cc: gedye @.>; Comment @.> Subject: Re: bpsib/BBC-Radio-HLS-UK.m3u @Leth4Dead commented on this gist.

_____ Hello, can someone give me a working link to Nation Radio Cardiff, Wales? thank you — Reply to this email directly, view it on GitHub https://gist.github.com/67089b959e4fa898af69fea59ad74bc3#gistcomment-4134662 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ATDKLI25W7RRCPMEFLFMIR3VFJRZXANCNFSM4YTYRNTA . You are receiving this because you commented.Message ID: @.***>

vinnielo1 commented on Apr 16

@vinnielo1:

If I can have an understanding of what "radio fans" want and what they're using it for I might be able to create something that can be parsed/understood by whatever device/app you're all using.

Could you just place ALL stations in a single PLS file (or per category/quality)? This is understood by most players. Or M3U and M3U8. Or did I misunderstand your offer? Thanks.

I prefer OPML to M3U. M3U seems to be more for static applications rather than one that's updated often by pulled off the web.

What I offer right now is a direct pointer to all UK and Irish station stream directly from mplayer, so you don't need to know their stream address(es). All you need to know is the station's unique three-letter code as found at http://lsn.to/list
Is this of any use to anyone?

imranhaf commented on Apr 16

Hi can I have stream URL for national geographic or animal World. Thanks

Sent from Yahoo Mail on Android

On Sat, Apr 16, 2022 at 12:56 PM, ***@***.***> wrote: @vinnielo1 commented on this gist.

@vinnielo1:

If I can have an understanding of what "radio fans" want and what they're using it for I might be able to create something that can be parsed/understood by whatever device/app you're all using.

Could you just place ALL stations in a single PLS file (or per category/quality)? This is understood by most players. Or M3U and M3U8. Or did I misunderstand your offer? Thanks.

I prefer OPML to M3U. M3U seems to be more for static applications rather than one that's updated often by pulled off the web.

What I offer right now is a direct pointer to all UK and Irish station stream directly from mplayer, so you don't need to know their stream address(es). All you need to know is the station's unique three-letter code as found at http://lsn.to/list Is this of any use to anyone?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: ***@***.***>


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK