radiobrowser-api-rust
radiobrowser-api-rust copied to clipboard
multiple bitrates
Hello,
first thank you for a great service (I'm using it with Shortwave).
Would make sense to add multiple codec format & bitrate to the entry?
- would be nice to application being able adapt stream speed depending on available bandwidth
- apps could simply decide which format wants to prefer or use
- it would make nice fail-over, when one stream fails, it could just iterate to another one
EDIT: it's kinda duplicate, I haven't found any issue related to bitrate, but it seems that #72 is similar request.
this would need a bigger change in the backend and it would have implications for the structure. I understand the wish completely, but i do not have a good solution yet. at the moment a single database row is a single stream. this makes handling much easier. and the automatic check that is happening every day needs to be rethought for that.