tedconf / node-m3u8

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

Adding support for live playlists, EXT-X-ALLOW-CACHE, and EXT-X-PROGRAM-DATE-TIME #2

Closed jhurliman closed 11 years ago

jhurliman commented 11 years ago

This set of commits prevents EXT-X-ENDLIST from being written unless the playlist is explicitly set to VOD, and adds support for the EXT-X-ALLOW-CACHE and EXT-X-PROGRAM-DATE-TIME tags.

bog commented 11 years ago

Thanks for the pull request. Can you add tests around the EXT-X-ENDLIST/VOD logic?

jhurliman commented 11 years ago

Good call with the tests, I caught a bug with the VOD check. Fix and tests have been added.