From 11cfc67425d18c0c903dae417ca4c006fd90b118 Mon Sep 17 00:00:00 2001 From: Matthew Neil Date: Wed, 10 May 2017 15:53:15 -0400 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 063e3221..79f254ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ CHANGELOG ========= +-------------------- +## 5.5.2 (2017-05-10) +* Fix playback stalls when everything appears okay [#1100](https://github.com/videojs/videojs-contrib-hls/pull/1100) + * add playback watcher check for unknown player waiting + * do not do unknownwaiting check when the tech fires a native waiting event + * dont track current time waiting when at the end of the buffer + * call techWaiting_ when we detect a stall at the end of buffer + +-------------------- +## 5.5.1 (2017-05-04) +* Use specified mediasequence for VOD expired sync instead of assuming 0 [#1097](https://github.com/videojs/videojs-contrib-hls/pull/1097) + * use synccontroller for expired +* fix: CODEC to mime-type conversion now takes into account all possible scenarios [#1099](https://github.com/videojs/videojs-contrib-hls/pull/1099) + -------------------- ## 5.5.0 (2017-04-25) * Update mux.js to 4.1.3 and media-sources to 4.4.4 [#1098](https://github.com/videojs/videojs-contrib-hls/pull/1098)