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

Commit 4fb7720

Browse files
committed
RELEASE NOTES
1 parent dad9aab commit 4fb7720

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

RELEASES NOTES.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
### Release Notes v1.6.0 (2016/10/04)
2+
* Handle Firefox's MSE and <video> timestamping based on CTS/PTS (and not DTS like on other browsers)
3+
* Add 'subType' information for tracks (MediaPlayer.getTracks()) to differentiate HoH subtitles
4+
* Add configuration parameter 'liveDelay' (that enables to get around 412 precondition failed errors raised by some MSS streaming servers)
5+
* Add support for subtitles as images
6+
* Add possibility to attach an HTML div element to be used to render rich TTML subtitles
7+
* Enhance TTML subtitles parsing and display (showBackground, opacity, font style, size and resolution, etc)
8+
* Add AES128 decryption support for HLS streams
9+
* Bugs fixing:
10+
* - Fix regression on segments processing errors catching
11+
* - Fix issue on buffer gaps on Edge in case of discording timestamps between the manifest and the segments
12+
* - Fix KEY_ERR_OUTPUT ('output-restricted') error not raised when restarting (stop then play) a stream
13+
* - Fix HLS sessions reloading when some segment download failed
14+
* - Fix potential incorrect seeking to another previously buffered range
15+
* - Fix 'ended' event not raised when playing was started at time > 0
16+
* - Fix ABR resetting when trick mode was previously enabled
17+
118
### Release Notes v1.5.0 (2016/09/07)
219
* Raise "MEDIA_KEYERR_OUTPUT" error when output display is restricted by a Widevine license
320
* Enhance TTML to WebVTT transcoding for subtitles on multiple lines and empty subtitles

0 commit comments

Comments
 (0)