Skip to content

v2.7.0

Compare
Choose a tag to compare
@gkatsev gkatsev released this 06 Apr 20:18
· 270 commits to main since this release

2.7.0 (2021-04-06)

Features

  • Add EXT-X-PART support behind a flag for LL-HLS (#1055) (b33e109)
  • mark Video.js as a peer dependency (#1111) (99480d5)
  • support serverControl and preloadSegment behind experimentalLLHLS flag (#1078) (fa1b6b5)
  • usage and logging on rendition change with reasons (#1088) (1b990f1)

Bug Fixes

  • audio only media group playlists, audio group playlists, and audio switches for audio only (#1100) (6d83de3)
  • better time to first frame for live playlists (#1105) (1e94680)
  • catch remove errors, remove all data on QUOTA_EXCEEDED (#1101) (86f77fe)
  • Only add sidxMapping on successful sidx request and parse. (#1099) (de0b55b), closes #1107
  • support automatic configuration of audio and video only DRM sources (#1090) (9b116ce)

Chores