louis77 / tuner

GNU/Linux app to discover and play internet radio stations
https://codeberg.org/tuner/tuner
GNU General Public License v3.0
192 stars 26 forks source link

radio station from radio-browser not working: https://radios-ec.cdn.nedmedia.io/radios/ec-lametro.m3u8 #84

Open klascano opened 2 years ago

klascano commented 2 years ago

Hi,

Great work with tuner.!

I cant play a radio station that i register in radio-browser "Radio MetroEC", however, also register another radio station and it's working "Radio Alegriarm".

image

image

image

I use tunner as flatpak in ubuntu 21.10.

Thanks.

louis77 commented 2 years ago

Hi @klascano

I've checked the station and it looks like radio-browser.info doesn't resolve the playlist URL to a playable stream. Tuner doesn't parse playlists and relies on the resolved URL. This is also why "UNKNOWN" is displayed as the codec.

Also the Favicon you have registered returns a HTTP 500 server error: https://www.lametro.com.ec/wp-content/uploads/sites/12/2021/10/logo-lametro.png

I'll open an issue on the radiobrowser repo, let's see what the maintainer says about it.

Curious, the Tuner app icon I see in your screenshot looks completely different from the original tuner icon. Do you use any special theme?

klascano commented 2 years ago

thanks for your reply louis, again tuner is great!.

indeed, radio-browser can reproduce the stream but something happen in tuner or radio-browser, so i'll wait some response.

The icon is from papirus icon theme, gnome arc theme and flatpak version.

louis77 commented 2 years ago

Alex from radio-browser explained the issue here: https://github.com/segler-alex/radiobrowser-api-rust/issues/145#issuecomment-1075686000

So, obviously we have to make Tuner able to resolve these URLs directly. I'll keep this issue open and put it on the roadmap.