RadioDroid icon indicating copy to clipboard operation
RadioDroid copied to clipboard

metadata of HLS streams is ignored

Open bjacke opened this issue 2 years ago • 1 comments

the metadata of HLS (m3u8) sreams is ignored but it should be displayed just like for plain http streams.

Example:

https://mp3.querfunk.de/qfhi (plain http stream metadata shown) https://mp3.querfunk.de/qfhi/hls.m3u8 (HLS stream, no metadata shown)

(both streams are available in radiodroid)

bjacke avatar Feb 07 '23 11:02 bjacke

here is an open source radio app (openradio), which is reading the HLS metadata correctly: https://bitbucket.org/ChernyshovYuriy/openradio/src/master/ - maybe that helps to get this right in RadioDroid also.

bjacke avatar Feb 24 '23 13:02 bjacke