You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 20, 2022. It is now read-only.
* - Listen for 'waitingforkey' event only once the license is usable
7
+
* - Add new error code MEDIA_KEYERR_EXPIRED for expired licences (instead of MEDIA_ERR_ENCRYPTED)
8
+
* Enrich MEDIA_ERR_CODEC_UNSUPPORTED error's data
9
+
* Stop/reset current playback when an error is raised
10
+
* [MSS] Consider empty FourCC field only for audio streams
11
+
* [HLS] Add error code HLS_INVALID_PACKET_ERROR in case of invalid MPEG2-TS chunks (for example if unsuccessfully decrypted)
12
+
* [HLS] Add error code HLS_INVALID_KEY_ERROR in case of invalid AES keys
13
+
* Bugs fixing:
14
+
* - [HLS] Fix H.264 IDR access units detection
15
+
* - [HLS] Fix segment lists processing when switching among alternative tracks
16
+
* - [HLS] Fix reset process when AES key file is being downloaded
17
+
* - [HLS] Fix DVR window refresh when playback is paused
18
+
* - [MSS] Fix MP4 media fragments processing in case of trick play (when sample_duration is set as default in tfhd)
19
+
* - Fix VTT parser if X-TIMESTAMP-MAP filed is missing
20
+
* - Fix ABR DownloadRatioRule's bandwidth calculation in case of aborted requests
21
+
1
22
### Release Notes v1.8.0 (2017/01/23)
2
23
* Implements license persistence at application layer (protection model 21Jan2015) according to player configuration (by default no license persistence)
3
24
* [MSS] Add support for MSS static streams starting at t > 0 (live delinearization use case)
0 commit comments