Anton Lindström
Anton Lindström
Hi! Thank you for your feedback. I haven't really used that tag myself but if you think it make sense to have multiple tags for a single segment, let's do...
Hi, Yes, currently you'll have to find the previous non-empty key. It's the same for all media segment attributes. I guess it would be handy if the parser could do...
Hi! Thank you for your PR (#45). I like this, but I also want this library to follow the terminology used in the specification it tries to implement: [RFC 8216](https://datatracker.ietf.org/doc/html/rfc8216)....
Hm.. is that specified somewhere? Can't find it in the HLS rfc... I think it is sufficient to specify the audio codec in EXT-X-STREAM-INF?
Yes, that workaround fixes the problem!
Enabled 3D header REQ-VIDEO-LAYOUT https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis
Hello and thanks for the PR. 1. Can you add test vectors for REQ-VIDEO-LAYOUT? 2. Would it make sense to model it as a list of strings? Like CODECS https://github.com/carlanton/m3u8-parser/blob/master/src/main/java/io/lindstrom/m3u8/model/Variant.java#L40....
Hi Roger, Thanks for the PR. Not sure if I want to go back to jdk 8. Why do you want to to this? Also, you can already configure the...
Thanks! That works! Is it possible generate an i-frame-only playlist that reference the main video content with byte ranges? (`#EXT-X-BYTERANGE`). That method is better from a CDN point-out-view since the...
Currently I'm doing something like this to deserialize and serialize the video manifest but I get the xmlns:dashif thing on dashif:Laurl. ```java package io.lindstrom.mpd; import com.ctc.wstx.api.WriterConfig; import com.ctc.wstx.stax.WstxInputFactory; import com.ctc.wstx.stax.WstxOutputFactory;...
Hello! `EXT-X-IMAGE-STREAM-INF` is currently not supported. Pull requests are welcome :-) It's not part of the HLS RFC but it shouldn't be that hard to implement: https://github.com/image-media-playlist/spec/blob/master/image_media_playlist_v0_4.pdf @cbarbosa2: `EXT-X-STREAM-INF` is...