From 166f742bb37eee11be132e89f8ce7a1cc96fbe0b Mon Sep 17 00:00:00 2001 From: Matthew Neil Date: Thu, 6 Jul 2017 15:39:01 -0400 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc8b4797..804046d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ CHANGELOG ========= +-------------------- +## 5.8.0 (2017-07-06) +* Abr Improvements [#1176](https://github.com/videojs/videojs-contrib-hls/pull/1176) + * Use a starting `bandwidth` value of `0.0625 MB/s` on Android devices + * Do not allow an up-switch in quality until a certain amount of forward buffer has been filled, `BUFFER_LOW_WATER_LINE` + * Dynamically increase the `BUFFER_LOW_WATER_LINE` and `GOAL_BUFFER_LENGTH` from `0 - > 30` and `30 -> 60` respectively during the first 30 seconds of playback + * Abort segment requests before completion if bandwidth reported by the XHR `progress` event shows that network conditions are not fast enough to complete the request without causing rebuffering + -------------------- ## 5.7.0 (2017-06-27) * update mux.js to 4.1.5 and videojs-contrib-media-sources to 4.4.6 [#1180](https://github.com/videojs/videojs-contrib-hls/pull/1180)