segler-alex / radiobrowser-api

radio browser server api
GNU Affero General Public License v3.0
73 stars 15 forks source link

"v2/json/url/stationid" returns wrong url #10

Closed haecker-felix closed 7 years ago

haecker-felix commented 8 years ago

For some stations the server return wrong urls.

For example: Radio YleX

it returns: http://yleuni-f.akamaihd.net/i/yleliveradiohd_7@113884/segment147547381_128_a-b.ts?sd=10&rebase=on

which cannot be found. It should be marked as broken or it should return the correct url.

This happen on all yle (finish) stations.

ghost commented 7 years ago

I have the same problem with the m2o radio.

In Gradio:

** Message: audio-player.vala:155: Connecting to: http://radiom2o-lh.akamaihd.net/i/RadioM2o_Live_1@42518/segment148596899_96_a-b.ts?sd=10&rebase=on
** Message: station-registry.vala:58: [1] is now playing
** Message: audio-player.vala:72: Not Found

The right URL is http://radiom2o-lh.akamaihd.net/i/RadioM2o_Live_1@42518/master.m3u8 instead.

haecker-felix commented 7 years ago

Fixed.