Skip to content

Releases: video-dev/hls.js

v1.2.5

05 Nov 02:56
Compare
Choose a tag to compare

Summary

HLS.js v1.2.5 includes bug fixes and improvements over the last release.

Changes Since The Last Release

v1.2.4...v1.2.5

Bugfixes and Improvements

  • ID3: add duration to metadata samples, mimic Safari behavior on unbounded cues (#4967) @jprjr
  • Bugfix: Subtitles not working on live with EXT-X-PROGRAM-DATE-TIME gaps (#4999) @erankor
  • Bugfix: Exception when xhr.response is null (#4980) @asashakira
  • Bugfix: MPEG-2 TS segments not starting with TS packet sync byte (#5006) @robwalch
  • Bugfix: MPEG-2 TS DTS/PTS overlap between segments #4976 (#4977) @robwalch
  • Bugfix: HEVC 608 captions (#4972) @erankor
  • Bugfix: Support Opus lowercase CODECS entry (#4526) @stolen
  • Bugfix: Live stream not seeking to start position (#4951) @kmamal

Tasks

Documentation

  • Added deprecated event descriptions to API.md and MIGRATING.md (#5009) @tailgo

Demo Page

https://hls-js-acf592b8-566a-4553-aa84-d2d6adcdc0db.netlify.app/

API and Breaking Changes

If you are upgrading from version v0.14.17 or lower, see the MIGRATING guide for API changes between v0.14.x and v1.0.0.

Feedback

Please provide feedback via Issues in GitHub. For more details on how to contribute to HLS.js, see our CONTRIBUTING guide.

v1.2.4

30 Sep 22:41
Compare
Choose a tag to compare

Summary

HLS.js v1.2.4 includes bug fixes and improvements over the last release.

Changes Since The Last Release

v1.2.3...v1.2.4

Demo Page

https://hls-js-357e5663-c334-422c-88d9-fcfbf938b5dc.netlify.app/demo/

API and Breaking Changes

If you are upgrading from version v0.14.17 or lower, see the MIGRATING guide for API changes between v0.14.x and v1.0.0.

Feedback

Please provide feedback via Issues in GitHub. For more details on how to contribute to HLS.js, see our CONTRIBUTING guide.

v1.2.3

13 Sep 01:26
4ddf764
Compare
Choose a tag to compare

Summary

HLS.js v1.2.3 includes bug fixes and improvements over the last release.

Changes Since The Last Release

v1.2.2...v1.2.3

  • Bugfix: Caption missing after seeking back to start when stream is played from discontinuity break (#4889) @littlespex
  • Bugfix: Load last VTT fragment in infinite loop (WebVTT with AES-128) (#4901) @mtoczko
  • Bugfix: Initial timestamps must be unsigned for tfdt v1 box for Safari iPad OS 16/Ventura (#4900) @robwalch
  • CI: Fix npm publishes not happening (#4892) @tjenkinson

Demo Page

https://hls-js-a7277301-16b6-4ae9-b56a-dbb2ae208a9c.netlify.app/demo/

API and Breaking Changes

If you are upgrading from version v0.14.17 or lower, see the MIGRATING guide for API changes between v0.14.x and v1.0.0.

Feedback

Please provide feedback via Issues in GitHub. For more details on how to contribute to HLS.js, see our CONTRIBUTING guide.

v1.2.2

09 Sep 21:56
6216ab9
Compare
Choose a tag to compare

Summary

HLS.js v1.2.2 includes bug fixes and improvements over the last release.

Changes Since The Last Release

v1.2.1...v1.2.2

Demo Page

https://hls-js-e9b6f668-5edb-4682-a6af-034455d028b1.netlify.app/

API and Breaking Changes

If you are upgrading from version v0.14.17 or lower, see the MIGRATING guide for API changes between v0.14.x and v1.0.0.

Feedback

Please provide feedback via Issues in GitHub. For more details on how to contribute to HLS.js, see our CONTRIBUTING guide.

v1.2.1

17 Aug 01:28
Compare
Choose a tag to compare

Summary

HLS.js v1.2.1 includes bug fixes and improvements over the last release.

Changes Since The Last Release

v1.2.0...v1.2.1

Demo Page

https://hls-js-c682795c-032a-4c39-9374-225b776c04f6.netlify.app/

API and Breaking Changes

If you are upgrading from version v0.14.17 or lower, see the MIGRATING guide for API changes between v0.14.x and v1.0.0.

Feedback

Please provide feedback via Issues in GitHub. For more details on how to contribute to HLS.js, see our CONTRIBUTING guide.

v1.2.0

27 Jul 00:55
85daa49
Compare
Choose a tag to compare

Summary

HLS.js v1.2.0 adds enhanced interoperability and accessibility via improved support for various timed metadata, captions, and subtitle formats, along with bug fixes and improvements.

Changes Since The Last Release

v1.1.5...v1.2.0

Demo Page

https://hls-js-bbdf933d-da48-407d-aaf3-68cc4ee058e7.netlify.app/demo/

API and Breaking Changes

If you are upgrading from version v0.14.17 or lower, see the MIGRATING guide for API changes between v0.14.x and v1.0.0.

Feedback

Please provide feedback via Issues in GitHub. For more details on how to contribute to HLS.js, see our CONTRIBUTING guide.

v1.2.0-beta.2

20 Jul 21:23
a14be41
Compare
Choose a tag to compare
v1.2.0-beta.2 Pre-release
Pre-release

Summary

HLS.js v1.2.0-beta.2 includes bug fixes and improvements over the last release.

Changes Since The Last Release

v1.2.0-beta.1...v1.2.0-beta.2

  • Paused-but-seeking video buffer hole gap jump support (#4667) @karendolan
  • Fix loop loading of segments caused by backtracking logic (#4801) @robwalch
  • Fix stalls in streams with segments that have no media (#4800) @robwalch
  • Bugfix: Handle single sample MPEG2-TS video segments (#4794) @robwalch
  • Bugfix: Slow start on stream with CAN-BLOCK-RELOAD=YES (#4793) @robwalch
  • Bugfix: Include NAL filler data in AVC samples (#4789) @robwalch
  • Guard against exceptions caused by destroying player in buffer stall error callbacks (#4786) @robwalch
  • Bugfix: hls.subtitleDisplay doesn't toggle visibility until track selection (#4785) @robwalch
  • Fix typos in design doc (#4790) @saikatmitra91

Demo Page

https://hls-js-b6cc3ed7-a51c-46de-9812-73e071127353.netlify.app/demo/

API and Breaking Changes

If you are upgrading from version v0.14.17 or lower, see the MIGRATING guide for API changes between v0.14.x and v1.0.0.

Feedback

Please provide feedback via Issues in GitHub. For more details on how to contribute to HLS.js, see our CONTRIBUTING guide.

v1.2.0-beta.1

14 Jul 20:38
eef114d
Compare
Choose a tag to compare
v1.2.0-beta.1 Pre-release
Pre-release

Summary

HLS.js v1.2.0-beta.1 is a pre-release of v1.2.0. This release adds enhanced interoperability and accessibility via improved support for various timed metadata, captions, and subtitle formats, along with bug fixes and improvements.

Changes Since The Last Release

v1.1.5...v1.2.0-beta.1

Demo Page

https://hls-js-35b3c8f7-2907-42de-bc7a-4fde8f228842.netlify.app/demo/

API and Breaking Changes

If you are upgrading from version v0.14.17 or lower, see the MIGRATING guide for API changes between v0.14.x and v1.0.0.

Feedback

Please provide feedback via Issues in GitHub. For more details on how to contribute to HLS.js, see our CONTRIBUTING guide.

v1.1.5

16 Feb 15:51
Compare
Choose a tag to compare

Summary

HLS.js v1.1.5 includes bug fixes and improvements over the last release.

Changes Since The Last Release

v1.1.4...v1.1.5

  • Fixes a bug with ll-hls where ended events would not fire under certain conditions.

Demo Page

https://hls-js-eb7b4375-60e8-4617-93ce-d0d9ef584df1.netlify.app/

API and Breaking Changes

If you are upgrading from version v0.14.17 or lower, see the MIGRATING guide for API changes between v0.14.x and v1.0.0.

Feedback

Please provide feedback via Issues in GitHub. For more details on how to contribute to HLS.js, see our CONTRIBUTING guide.

v1.1.4

10 Feb 17:57
Compare
Choose a tag to compare

Summary

HLS.js v1.1.4 includes bug fixes and improvements over the last release.

Changes Since The Last Release

v1.1.3...v1.1.4

Demo Page

https://hls-js-42cf332b-b861-4821-9db0-81644f465908.netlify.app/demo/

API and Breaking Changes

If you are upgrading from version v0.14.17 or lower, see the MIGRATING guide for API changes between v0.14.x and v1.0.0.

Feedback

Please provide feedback via Issues in GitHub. For more details on how to contribute to HLS.js, see our CONTRIBUTING guide.