Iurii Khvorost

Results 6 comments of Iurii Khvorost

Hi @iDevelopper ! Yes, there is a bug with #EXTINF attribute e.g.: ``` swift struct EXTINF2: Decodable { public let duration: Double public let title: String public let artist: String...

Yes, the fix will be available in the next release version.

Fixed in [1.2.0](https://github.com/ikhvorost/M3U8Decoder/releases/tag/1.2.0). Thanks.

Hi @iDevelopper ! There is new [2.0.0](https://github.com/ikhvorost/M3U8Decoder/releases/tag/2.0.0) version of the tool and this version has predefined `segments` property to deal with Media Segments now, e.g.: ``` swift let m3u8 =...

Hi @anelad! Thanks for your notice about the performance issues. Could you provide a link to your large m3u8 file to test and compare with other parsers?

Hi @anelad! There is new [2.0.0](https://github.com/ikhvorost/M3U8Decoder/releases/tag/2.0.0) version of the tool with parsing optimization. This version has predefined `segments` property to deal with Media Segments now, e.g.: ``` swift struct MediaPlaylist:...