open-m3u8 icon indicating copy to clipboard operation
open-m3u8 copied to clipboard

Open Source m3u8 Parser

Results 23 open-m3u8 issues
Sort by recently updated
recently updated
newest added

unsupported ext tag detected: EXT-QQHLS-PIC-WIDTH - #EXT-QQHLS-PIC-WIDTH:0 i do not know how to solve it

Hi, I'm very interested in your library, and was wondering if there are plans for supporting custom EXT-X tags. I'm specifically interested in the EXT-X-CUE tags for scte-35 markers, which...

PlaylistParser parser = new PlaylistParser(inputStream , Format.EXT_M3U, Encoding.UTF_8); Playlist playlist = parser.parse(); parse() method throw EOFExcention,how can i fix it?

Hi. I've run across a new issue. Maybe just evolution of m3u8 playlists, but a new tag that's not supported. com.iheartradio.m3u8.ParseException: unsupported ext tag detected: EXT-X-INDEPENDENT-SEGMENTS - #EXT-X-INDEPENDENT-SEGMENTS at com.iheartradio.m3u8.ParseException.create(ParseException.java:35)...

Trying to parse a m3u8 playlist using library, but exception thrown `com.iheartradio.m3u8.ParseException: bad format found for an EXT tag: EXTINF - #EXTINF:-1 tvg-logo="http://some_url.com/logo.png" group-title="INFO",* test IPTV` #EXTINF:-1 tvg-logo="http://some_url.com/logo.png" group-title="INFO",* test...

Hi, I just wanted to say thank you for making this library available. It's always nice to see people (especially companies) giving back to the open source community. I also...

Fixing https://github.com/iheartradio/open-m3u8/issues/58

According to the HLS specification, also linked in the documentation, the FORCED attribute should only be present with subtitles: "The FORCED attribute MUST NOT be present unless the TYPE is...