videojs / m3u8-parser

An m3u8 parser.
Other
471 stars 98 forks source link

feat: parse content steering tags and attributes #176

Closed adrums86 closed 1 year ago

adrums86 commented 1 year ago

Feature

Add support for parsing #EXT-X-CONTENT-STEERING tags, required SERVER-URI property and associated PATHWAY-ID attributes.

References

https://developer.apple.com/streaming/HLSContentSteeringSpecification.pdf https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis#section-4.4.6.6

adrums86 commented 1 year ago

Good call on the docs. Added the supported tag in this PR: https://github.com/videojs/m3u8-parser/pull/177