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.10.0
5.10.0 (2017-08-22)
- CEA608: support for cc2-cc4, special/extended characters, formatting #1096
- All four CC tracks are now available
- If CLOSED-CAPTIONS are specified in the master manifest, the corresponding CC text tracks will be labled appropriately, otherwise will be labled CC1 - CC4
- Underline and italics will now be rendered.
- Special thanks to @squarebracket
v5.9.0
5.9.0 (2017-08-16)
- Add option to select lowest bitrate video rendition available on startup #1212
- always activate loading in segment loaders after a seek #1234
- Wait for
canplay
event from tech beforePlaybackWatcher
begins monitoring #1230- Fixes InvalidStateError in Win10 IE11
- Blacklist playlist for 2 minutes on early abort to prevent cache loop #1220
- Prevent rendition switch loop due to inconsistent network/caching
- Don't fire bandwidthupdate when aborting early
- make sure text tracks added by hls are properly disposed #1228
- Fixing Backward Seeking in IE11 Win8.1 #1225