m3u8-parser
m3u8-parser copied to clipboard
Enabled 3D header REQ-VIDEO-LAYOUT https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis
I am trying to parse a 3D video manifest and it requires REQ-VIDEO-LAYOUT
tag
As per the draft RFC https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis
Have updated the changes accordingly, please have a look and let me know if something to be updated
@carlanton please have a look at the changes, let me know if you have some suggestions
Hello and thanks for the PR.
- Can you add test vectors for REQ-VIDEO-LAYOUT?
- 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.
Best regards, Anton