adam
e6b38991a9
py-m3u8: updated to 0.8.0
...
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
2021-01-15 12:35:36 +00:00
adam
d22619b5a5
py-m3u8: updated to 0.7.1
...
0.7.1:
Fixed base path when query string has slashes
Fixed load file decode issue in non-english platform
2020-08-21 09:08:22 +00:00
adam
600d66d471
py-m3u8: updated to 0.7.0
...
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
2020-07-27 12:21:01 +00:00
adam
6b386f1a3b
py-m3u8: updated to 0.6.0
...
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
2020-05-04 15:25:21 +00:00
adam
6d8efe5220
py-m3u8: updated to 0.5.4
...
0.5.4:
Fixes a problem when a playlist comes with negative numbers, keeping them as they are.
2020-01-20 11:53:07 +00:00
adam
b993616902
py-m3u8: updated to 0.5.3
...
0.5.3:
Allow individual EXT-X-MAP tag for segment
2019-12-11 12:52:21 +00:00
adam
5143ff074a
py-m3u8: updated to 0.5.2
...
0.5.2:
Add SCTE35 CUE-OUT and CUE-IN support
Add #EXT-X-SESSION-KEY support
2019-11-28 13:47:50 +00:00
adam
d3e90095e2
py-m3u8: updated to 0.5.1
...
0.5.1:
Missing SSL package import to create an unverified context
2019-11-05 07:56:24 +00:00
adam
e1a686b6a0
py-m3u8: updated to 0.5.0
...
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
2019-10-02 15:35:52 +00:00
adam
c355b1ec95
py-m3u8: updated to 0.4.0
...
0.4.0:
Refactor StreamInfo (uses a class now)
Introduce session_data tag support
Ensure that final line is terminated as per spec
2019-09-13 08:05:46 +00:00
adam
a3e66d8209
py-m3u8: updated to 0.3.12
...
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
2019-08-21 10:17:15 +00:00
adam
2574e20c3f
py-m3u8: updated to 0.3.11
...
0.3.11:
Add FRAME-RATE tag on dumps
Stop using outdated Python versions (3.3, 3.4)
2019-08-07 12:27:40 +00:00
adam
7297f8104a
py-m3u8: updated to 0.3.10
...
0.3.10:
dumps has now a consistent behavior with loads including EXT-X-PROGRAM-DATE-TIME
2019-06-21 08:33:35 +00:00
adam
9527816d70
py-m3u8: updated to 0.3.9
...
0.3.9
Fix bug on loading raw content without URI
Include README to packaging distribution
Fix README.rst syntax (error to publish package on PyPI)
2019-05-22 20:00:56 +00:00
adam
1a993b670f
py-m3u8: updated to 0.3.8
...
0.3.8:
Drop Python 2.6 support
Include X-EXT-MAP on dumps
Add basic support for parsing custom tags
2019-04-24 15:08:27 +00:00
adam
f6cefbc6b3
py-m3u8: updated to 0.3.7
...
0.3.7:
* add support for uri when loading m3u8 from a string
2018-12-06 20:23:59 +00:00
adam
32ab287b2f
py-m3u8: updated to 0.3.6
...
0.3.6:
support hls attributes video, audio, subtitles and cc
support hls tag #EXT-X-DISCONTINUITY-SEQUENCE
2018-10-14 12:05:45 +00:00
adam
8569e83d85
py-m3u8: updated to 0.3.5
...
0.3.5
add support to tag EXT-X-START
2017-11-10 07:59:24 +00:00
adam
ce75b7f01d
py-m3u8: update to 0.3.4
...
0.3.4
some bug fixes
adds support to commas on title
adds support CLOSED-CAPTIONS
2017-10-16 10:48:49 +00:00
adam
f92cd33846
0.3.3:
...
Bug fixes.
2017-09-07 06:21:10 +00:00
adam
02f9003b5f
0.3.2:
...
adds EXT-X-MAP tag
2017-07-21 08:38:46 +00:00
joerg
df968d5f12
Update to m3u8-0.3.0:
...
- Support for per-segment key handling
2016-11-20 21:13:04 +00:00
joerg
1177a27031
Add m3u8-0.2.10:
...
This module provides a parser for M3U8 playlists as used by Apple's HTTP
Live Streaming (HLS) and Dynamic Adaptive Streaming over HTTP (DASH).
2016-09-15 14:26:12 +00:00