You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for the heads-up.
The thing is, we would need to fetch the playable station URL for all stations listed in the directory as vTuner expects to know the station URL in advance.
That would very much slow down the directory listing and put quite a strain on your Radiobrowser API.
Possible solutions that come to mind:
Generate a playable station URL in YCast
Proxy station URLs and transparently using Radiobrowser's v2/json/url/stationid only when the station is directly requested.
Another solution would be that the Radiobrowser API hands out a new URL for the bare stream file for every station response, e.g.:
Some stations only hand out playlist links, not direct links to the stream (e.g.
pls
orm3u
).We could use a way to handle that.
The text was updated successfully, but these errors were encountered: