Parse metadata from radio stream .m3u8

I use import { AudioPlayer } from '@amzn/react-native-w3cmedia'; for implement radio stream player.
It works good for me. I need understand - how I can parse metadata from radio stream .m3u8. Cuz I need to show current radio channel or another information from radio stream. Have you any ideas?

Hi @Viktor_Kravchuk,

Thanks for reaching out! Our team is looking into this and will get back.

Hi @Viktor_Kravchuk ,

Our team is investigating this issue and will provide an update as soon as we have additional information.

Hi @Viktor_Kravchuk ,

For your use case, can you please use shaka player for hls playback, which is detailed here

For reading stream details shaka player apis can be used and its documentation can be read from official JSDoc: Class: shaka.Player

Let us know if you have any further queries. We will be happy to assist you further.

Regards,
Abhay