Skip to content

Releases: globocom/m3u8

3.3.0

20 Aug 12:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.0...3.3.0

3.2.0

11 Aug 00:08
Compare
Choose a tag to compare

3.1.0

3.0.0

25 Jul 01:54
Compare
Choose a tag to compare
  • Follow RFC 8261 section 4.3.4.2 for CLOSED-CAPTIONS
  • Add support for stable variant/rendition IDs
  • Use millisecond accuracy for EXT-X-PROGRAM-DATE_TIME
  • Dropy support for Python 3.5

2.0.0

28 Apr 11:18
Compare
Choose a tag to compare

BREAKING CHANGES!

  • segment_map is no longer just a map. It is now a list with all EXT-X_MAP. Previous version of this tag was not useful because every segment has its own initialization section
  • Remove quotes from BYTERANGE attribute

1.0.0

14 Jan 15:24
Compare
Choose a tag to compare

BREAKING CHANGES!

This is version 1.0.0 of m3u8 and it includes a breaking change if you were using custom parser functions.

  • Extend custom_tags_parser functionality
  • Remove coveralls

0.10.0

12 Jan 15:07
Compare
Choose a tag to compare
  • Add ext-x-bitrate hls tag
  • Fix hardcoded /tmp directory in test
  • Add support for Content Steering tag
  • Clear scte35 state on cue-in

0.9.0

01 Jun 23:34
Compare
Choose a tag to compare
  • Add Github actions to test the code
  • Treat S3 as a URL instead of a local file

0.8.0

23 Dec 23:47
Compare
Choose a tag to compare
  • Added additional parsing for simple CUE-OUT with Duration key
  • Added _cueout_duration to _parse_cueout
  • Added AVERAGE-BANDWIDTH to IFramePlaylist
  • Added VIDEO-RANGE to IFramePlaylist
  • Added new playlist delta attributes from v10
  • Added HDCP-LEVEL to StreamInfo and IFramePlaylist

0.7.1

06 Aug 03:20
Compare
Choose a tag to compare
  • Fixed base path when query string has slashes
  • Fixed load file decode issue in non-english platform