Skip to content

v2.3.1

Compare
Choose a tag to compare
@joeyparrish joeyparrish released this 22 Jan 19:43
· 4023 commits to main since this release

2.3.1 (2018-01-22)

New features:

  • Update Widevine HLS parsing support for SAMPLE-AES-CTR
  • DRM content is now implied by DRM config, fixes some ad insertion cases
  • Add support for mp4a.40.34 mp3 in HLS
  • Allow ES6 syntax
  • Replaced deprecated gjslint with eslint

Bugfixes:

  • Fix display of duration in Chrome cast dialog
  • Compensate for rounding errors in multi-period manifests
  • Delay gap-jumping until after seeking is complete
  • Fix SegmentTemplate w/ duration for live
  • Handle MPEGTS timestamp rollover issues, including WebVTT HLS
  • Fix MP4 timescale assumptions in HLS
  • Update muxjs to use new keepOriginalTimestamps option
  • Avoids line-length limits when building on Windows
  • Force JS files to use unix newlines on Windows
  • Fix selection of text streams with no role

Docs:

  • Add FAQ entry for file:// requests in Electron
  • Fixed typos and extraneous tags
  • Added missing @exportDoc annotations
  • Fix upgrade guide links