This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
v1.10.0
hasplayer.js is now published on npm: https://www.npmjs.com/package/hasplayer.js
Release Notes v1.10.0 (2017/04/14)
- Adapt EME's protection model 21Jan2015 to chrome 58 updates (secure origins and server certificate)
- Check requestMediaKeySystemAccess API availability when requesting key system access
- Add possibility to provide server certificate when loading a stream
- Filter unsupported video and audio qualities (codecs) to avoid switching to a unsupported quality while playing
- Remove outdated buffer according to 'BufferController.bufferToKeep' configuration parameter value (this avoids QuotaExceededError on Firefox)
- Bugs fixing:
- [HLS] Fix H.264 bytestream to MP4 conversion (i.e. support 3 or 4 bytes start codes)
- [HLS] Fix segment alignment when switching alternative track
- Consolidate automatic live session reloading after multiple segment download failures