This repository has been archived by the owner on Jan 12, 2019. It is now read-only.
Releases: videojs/videojs-contrib-hls
Releases · videojs/videojs-contrib-hls
v5.15.0
v5.14.1
v5.14.0
v5.13.0
v5.12.2
v5.12.1
v5.12.0
- use
lastSegmentDuration + 2 * targetDuration
for safe live point instead of 3 segments #1271- do not let back buffer trimming remove within target duration of current time
- increase threshold for stuck playlist checking
- Fix video corruption on rendition switches in IE11 Win 8.1+ and Edge #1259
- segment-time-mapping event
- update contrib-media-sources to 4.6.0
- prioritize user enabled playlists over blacklist #1269
- never allow playlist selector to select a playlist that has been permanently blacklisted due to incompatible configuration
- When filtering playlists within the playlist selectors, if there are no enabled playlists (i.e. not blacklisted internally AND not disabled by the user) available, then fall back to using the list of playlists not disabled by the user regardless of blacklist state.
- make sure playlists blacklisted from an illegal media switch is permanently blacklisted, as there is no reason to try it again at a later time.
- The representation api will return a list that filters out just incompatible playlists instead of both incompatible playlists and temporary blacklisted playlists.
v5.11.1
v5.11.0
5.11.0 (2017-09-20)
- Update videojs-contrib-media-sources to 4.5.2 #1262
- let video.js remoteTextTrack auto cleanup take care of text track cleanup
- Blacklist incompatible playlists on probe if codec information not in master manifest #1257
- Seek to seekable start when seeking before the seekable window #1260
- MediaGroups: various bug fixes and refactor #1243
- Removes the Firefox 48 check for for supporting a change in audio info
- Fix delayed switching between audio tracks and intermittent desync.