rutgersc / m3u8-rs

m3u8 parser for rust
MIT License
99 stars 27 forks source link

Add HDCP-LEVEL and CHANNELS fields. #26

Closed thaytan closed 3 years ago

thaytan commented 3 years ago

Add support for parsing / generating HDCP-LEVEL in a VariantStream and CHANNELS in AlternativeMedia. The fields were added after draft-pantos-http-live-streaming-19.txt and brings things up to date with RFC 8216.

thaytan commented 3 years ago

Rebased on master