VladimirMi/InternetRadioPlayer

m3u8 example

Opened this issue · 2 comments

I tried adding a m3u8 URL, but I get an error saying 'Playlist file does not contain a stream url'

Can you give me an example of a working m3u8 file?

Thanks!

Hey.
For example http://media.radiojackie.com/redirector/frontend.m3u8
The m3u8 file format is essentially M3U encoded in UTF-8.
Your error may occur if the playlist file is incorrect or (more likely) contains HLS stream.
The application does not support HLS streams. Since the internal player can handle such streams, but the application cannot parse playlist files for them now, it is possible that HLS support will be available in a later version
Thanks

Same problem here. Please add HLS support as soon as posible!