-
-
Notifications
You must be signed in to change notification settings - Fork 773
Open
Labels
Description
Is your feature request related to a problem? Please describe.
I've noticed that just_audio supports ICY metadata for a shoutcast-like streaming, but it's not working for HLS (and probably other kind of modern streaming protocols).
Describe the solution you'd like
Exoplayer currently informs metadata for HLS, and presumably all other streaming protocols, with a single interface called onMediaMetadata instead of onMetadata which is used at the moment. I don't know how this may be implemented on iOS or other platforms.
Describe alternatives you've considered
Using onMediaMetadata should be considered.
Additional context
By the way, I'm developing apps for radio stations, so this is a pretty common usecase.
Thanks!