Releases: globocom/m3u8
Releases · globocom/m3u8
0.7.0
- EXTINF tag must not violate floating point spec
- Drop Python 2 support
- Allow users to use proxies
- Allow users to use a custom HTTP client
- Rounded framerate to 3 decimal places per spec
- Support VIDEO-RANGE in StreamInfo
0.6.0
- Order DATERANGE x-s predictably
- EXT-X-GAP support
- Added ability for extra parameters to be passed to Key class
- Add DATERANGE tag support
- Add support for EXT-X-PRELOAD-HINT
0.5.4
- Fixes a problem when a playlist comes with negative numbers, keeping them as they are.
0.5.3
- Allow individual EXT-X-MAP tag for segment
0.5.2
- Add SCTE35 CUE-OUT and CUE-IN support
- Add #EXT-X-SESSION-KEY support
0.5.1
- Missing SSL package import to create an unverified context
0.5.0
- Parse EXT-X-VERSION as an int as per spec
- Option to disable SSL verification
- Ensure correct dumping of rendition report when LAST-PART is 0
0.4.0
- Refactor StreamInfo (uses a class now)
- Introduce session_data tag support
- Ensure that final line is terminated as per spec
0.3.12
- Add support for (preliminary) low latency protocol extensions
- Fix quote handling on ASSOC-LANGUAGE and INSTREAM-ID
- Don't assume EXTINF titles are quoted
0.3.11
- Add FRAME-RATE tag on
dumps
- Stop using outdated Python versions (3.3, 3.4)