tedconf / node-m3u8

Streaming parser for m3u8 files in node
MIT License
189 stars 77 forks source link

Support for unknown boolean tags #26

Closed nabeards closed 6 years ago

nabeards commented 6 years ago

Adds support for any boolean tags that are unknown. My particular use case was for EXT-X-INDEPENDENT-SEGMENTS, but this would allow for any other boolean tags that may be added future of the spec.

nabeards commented 6 years ago

If someone with write access can share the CI failure, I'll gladly fix.

nabeards commented 6 years ago

This has created some other issues. Closing until I can resolve them.