Releases: videojs/http-streaming
Releases · videojs/http-streaming
v1.11.2
v1.11.1
v1.10.6
v1.10.5
v1.10.4
v1.10.3
v1.10.2
1.10.2 (2019-05-13)
Bug Fixes
- clear the blacklist for other playlists if final rendition errors (#479) (fe3b378), closes #396 #471
- development: rollup watch, via
npm run watch
, should work for es/cjs (#484) (ad6f292) - HLSe: slice keys properly on IE11 (#506) (681cd6f)
- package: update mpd-parser to version 0.8.1 🚀 (#490) (a49ad3a)
- package: update mux.js to version 5.1.2 🚀 (#477) (57a38e9), closes #503 #504
- source-updater: run callbacks after setting timestampOffset (#480) (6ecf859)
- livestream timeout issues (#469) (cf3fafc), closes segment#16 segment#15 segment#16 segment#15 segment#16
- remove both vttjs listeners to prevent leaking one of them (#495) (1db1e72)
Performance Improvements
v1.10.1
v1.10.0
1.10.0 (2019-04-12)
Features
- add option to cache encrpytion keys in the player (#446) (599b94d), closes #140
- add support for dash manifests describing sidx boxes (#455) (80dde16)
Bug Fixes
- clear the blacklist for other playlists if final rendition errors (#396) (6e6c8c2)
- on dispose, don't call abort on SourceBuffer until after remove() has finished (3806750)