Releases: globocom/m3u8
Releases · globocom/m3u8
3.3.0
3.2.0
3.1.0
3.0.0
- 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
BREAKING CHANGES!
segment_map
is no longer just a map. It is now a list with allEXT-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
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
- 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
- Add Github actions to test the code
- Treat S3 as a URL instead of a local file
0.8.0
- 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
- Fixed base path when query string has slashes
- Fixed load file decode issue in non-english platform