Skip to content

Releases: videojs/http-streaming

v1.11.2

17 Jan 19:02
Compare
Choose a tag to compare

1.11.2 (2019-11-12)

Bug Fixes

  • only do ondemand eme key initialization on non-ie11 browsers (#682) (fbfe68f)

v1.11.1

07 Oct 16:14
Compare
Choose a tag to compare
v1.11.1 Pre-release
Pre-release

Bug Fixes

  • improve timestampOffset calculation for fmp4s (#666) (bedc824)

v1.10.6

28 Aug 19:09
Compare
Choose a tag to compare
v1.10.6 Pre-release
Pre-release

1.10.6 (2019-08-28)

Bug Fixes

Performance Improvements

  • save 15430 gzipped bytes with better mux.js imports (#628) (4e69d21)

v1.10.5

16 Aug 16:39
Compare
Choose a tag to compare

1.10.5 (2019-08-16)

Chores

Tests

  • zero-length: update segment and unskip test (#635) (665b526)

v1.10.4

16 Aug 16:40
Compare
Choose a tag to compare

1.10.4 (2019-06-27)

Bug Fixes

  • verify sidx is present before doing anything related to it (#561) (15d753c), closes #457 #557

Chores

v1.10.3

30 May 21:19
Compare
Choose a tag to compare

1.10.3 (2019-05-30)

Bug Fixes

  • only reset syncController if we passed a discontinuity (#502) (409634f)

Chores

  • package: update mux.js to version 5.1.3 🚀 (#510) (55d764a)

v1.10.2

30 May 21:20
Compare
Choose a tag to compare

1.10.2 (2019-05-13)

Bug Fixes

Performance Improvements

  • don't enable captionParser for audio or subtitle loaders (#487) (358877f)

v1.10.1

16 Apr 21:20
Compare
Choose a tag to compare

1.10.1 (2019-04-16)

Bug Fixes

  • dash-playlist-loader: clear out timers on dispose (#472) (2f1c222)

Reverts

  • "fix: clear the blacklist for other playlists if final rendition errors (#396)" (#471) (dd55028)

v1.10.0

12 Apr 15:12
Compare
Choose a tag to compare

1.10.0 (2019-04-12)

Features

  • add option to cache encrpytion keys in the player (#446) (599b94d), closes #140
  • add support for dash manifests describing sidx boxes (#455) (80dde16)

Bug Fixes

  • clear the blacklist for other playlists if final rendition errors (#396) (6e6c8c2)
  • on dispose, don't call abort on SourceBuffer until after remove() has finished (3806750)

Documentation

  • README: update broken link to full docs (#440) (fbd615c)

v1.9.3

21 Mar 18:23
Compare
Choose a tag to compare

1.9.3 (2019-03-21)

Bug Fixes

Documentation