How to add radio station to Volumio

Hi,

I tried to add url to web radio, but link doesn’t work

If I tried the link in browser, all is good.

Any idea how to add ABC JAZZ to Volumio?

I don’t think Volumio or any other default music playing app can deal with this.
It appears that every 10 seconds a new stream is pushed to your browser with 10 seconds of music. The browser can deal with it, so their native app. But a 3rd party app doesn’t understand this logic.

Open a chrome browser, press F12 and select Network => All.
You se every 10 seconds a new url ending with aac is pushed. Taking one of these url’s it only plays 10 seconds of music.

What did work:
At 63kbps:
https://www.abc.net.au/res/streaming/audio-live/shout-aac/abcjazz.pls
At 190Kbps:
https://mediaserviceslive.akamaized.net/hls/live/2038319/abcjazz/masterhq.m3u8
At 202Kbps:
https://mediaserviceslive.akamaized.net/hls/live/2038319-b/abcjazz/masterhq.m3u8

Checkout this site for a full list:
Where can I find direct stream URLs for ABC Radio stations

Be aware that the link provided by kchap, points to containers with 4 streams. You need to download and take 1 of the 4 streams. Guess this is where it went wrong in the first place.

1 Like

Thanks a lot. You are genius.