Skip to content

Improved date/time parsing and closed captions

Compare
Choose a tag to compare
@grafov grafov released this 19 Mar 22:47
· 69 commits to master since this release

The release introduces two features:

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

  • 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.