M3U8 v0.10 Release Notes

Release Date: 2017-03-19 // about 7 years ago
  • 🚀 The release introduces two features:

    ➕ Add closed captions to writer. Refs #79, #80 Thanks to @mbowBC for this contribution.

    0️⃣ Customizable TimeParse() function allows broad support for time formats beside RFC3339. It allows parse playlists for devices that not strictly conform dates and times standards. By default it uses FullTimeParse() that implemented parsing that follows date representations from ISO/IEC 8601:2004.
    Refs #78 Thanks to @md2k for this contribution.

    💅 Comments slightly polished.