Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit eb8785c

Browse files
committed
RELEASE NOTES
1 parent da658ea commit eb8785c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Diff for: RELEASES NOTES.txt

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
### Release Notes v1.9.0 (2017/03/08)
2+
* Consolidate EME/Protection layer management:
3+
* - Start playback only once ProtectionController is initialized (avoids conflicts on Chrome when setting MediaKeys on <video>)
4+
* - Reset Streams and the <video> source before resetting ProtectionController and MediaKeys (avoid playback issue on Firefox)
5+
* - Correct application-level's license persistence management
6+
* - 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+
122
### Release Notes v1.8.0 (2017/01/23)
223
* Implements license persistence at application layer (protection model 21Jan2015) according to player configuration (by default no license persistence)
324
* [MSS] Add support for MSS static streams starting at t > 0 (live delinearization use case)

0 commit comments

Comments
 (0)