FRadioPlayer icon indicating copy to clipboard operation
FRadioPlayer copied to clipboard

HLS metadata

Open nanook21 opened this issue 4 years ago • 2 comments

Thanks for this great project.

I'm testing it with some HLS streams, and it seems to play fine, but I've noticed a bug with the metadata where it shows the Title for both the Artist and Title. You can see an example with this stream URL:

http://216.235.87.4:80/7302_48k.aac/playlist.m3u8

I believe the reason for this is because it's assuming that metadata comes in one field separated by " - ". That is accurate in Icecast streams, but with HLS, the Artist and Title are in separate ID3 tags.

Any chance of implementing support for ID3 metadata as well? This SO might help: https://stackoverflow.com/questions/58099131/how-to-read-id3-tags-other-metadata-from-an-hls-stream-in-swift-avkit

nanook21 avatar Apr 30 '20 21:04 nanook21

Hey @nanook21

Yes, this feature will be added in the next releases.

Thanks!

fethica avatar Jun 15 '20 17:06 fethica

Hi Fethica,

I am wondering if this has been implementing completely? I have noticed that I could get the meta data for HLS but not getting artwork details as part of common key tags. Please let me know

Regards, Hima

HimaKrishna avatar Nov 12 '20 19:11 HimaKrishna