Welcome to another alpha release of v1.0.0. This is an early preview release of version 1.0. It includes a refactor of the buffering pipeline and support for Apple Low-Latency HLS. This release is is a small patch to fix dropped ID3 metadata and remove the progressive getter/setter.
This release was cut from the feature/v1.0.0 branch for which there is an open PR #3072. Please provide feedback there.
New Features / Breaking Changes
See #3072 for v1 feature set
Bug Fixes
- Parse all ID3 tags (not only PRIV, TXXX and WXXX tags). #3284
API Changes
- Removed
hls.progressive
getter/setter. Theprogressive
option should be set in the config at instantiation and not at runtime.
Known Issues
EXT-X-PRELOAD-HINT
is not supported and won't be until after v1.0.0.
Summary
Demo Page
https://hls-js-cdbb8b1d-1ac3-4ee3-880c-bc9dda32c966.netlify.app/demo/
Changes
v1.0.0-alpha.3...v1.0.0-alpha.4
Feedback
To provide feedback see #3072