Skip to content

Conversation

@dependabot-preview
Copy link

@dependabot-preview dependabot-preview bot commented Aug 19, 2020

Bumps hls.js from 0.13.2 to 0.14.9.

Release notes

Sourced from hls.js's releases.

v0.14.8

Bugfixes and Improvements

  • Fix edge-case in main audio-only with track descriptions #2943 resolves #2837
  • Fix PTS/DTS calculation on rollover #2930 resolves #1796
  • Require min cue duration of 0.25 on ID3 cues #2951 ensures that TextTrack "change" events fire for all appended VTTCues
  • Fix audio remuxer out of sequence sample drop regression #2960 resolves #2959

Enhancements

  • Silence redundant fragment selection logs

Other Improvements

  • Improve stability of function tests
  • Minimal logging on functional tests
  • Improve demo video size menu
  • Show multiple demo test tabs using modifier key

Big-big thanks to @itsjamie for the rollover timestamp handling and CI logging improvements, and all the review and feedback! 🥳 And many thanks to @jnatalzia for the id3 cue duration fix. ⌚ 👀

Summary video-dev/hls.js@v0.14.7...v0.14.8

v0.14.7

Bugfixes and Improvements

  • Fix regression in streams with PTS wrapping prior to DTS #2929
  • Fix regression where stream duration became shorter prior to discontinuities in segments with misaligned audio and video #2932
  • Prevent negative DTS time ranges in fragments #2908

Summary video-dev/hls.js@v0.14.6...v0.14.7

v0.14.6

Bugfixes and Improvements

  • Fix stalling on discontinuity with audio track #2919 resolves #2913, #2545
  • Fix initial audio video desync for fMP4 #2832
  • Prevent immediate level switch from performing unnecessary pause and seeks #2918

Misc

  • Functional test improvements #2921

This release is focused on stability in streams using alternate audio tracks. Live streams and streams with discontinuities frequently presented problems depending on the order in which playlists and media were received initially. With this release, regardless of that order, alt audio media will be synced to the variant playlist media, by deferring final parsing and appending of audio segments (not the fetching of) until they can be aligned with variant media PTS.

v0.14.5

Bugfixes and Improvements

This release fixes a long standing bug with IE11/Edge where video was not rendering when seeking to the start of a live stream just short of the buffer start. The bug is in IE11/Edge (it should render video once playback enters the buffered range containing video - it just doesn't when we perform two seeks before "seeked" moves into the range where playback starts), but doing a clean seek right into the start of the buffer avoids it. This was common in streams that have segments where audio samples start before video samples - or the buffered start is later than the manifest start time.

v0.14.4

Bugfixes and Improvements

Commits
  • fc71d81 Merge pull request #2964 from video-dev/bugfix/min-id3-cue-duration
  • 388ecd3 Only apply minimum ID3 cue duration when cue has none
  • b1041aa Merge pull request #2960 from video-dev/bugfix/drop-bad-audio-samples
  • bf95cdd Fix regression (v0.14.1) in audio-remuxer where bad samples mid fragment were...
  • f538668 Remove cue duration warning, as this is standard for represending event vs ti...
  • 0476198 Merge pull request #2951 from jnatalzia/jnatz/ensure_min_id3_cue_duration
  • 02bacb6 Disable flakey smooth switch test on stream with large start gap
  • 2a951f3 Require min cue duration of 0.25
  • e9c9bf3 Merge pull request #2930 from video-dev/bugfix/handle-wrapping-pts-timeoffset...
  • cf9a969 Package lock update.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 19, 2020
Bumps [hls.js](https://github.com/video-dev/hls.js) from 0.13.2 to 0.14.9.
- [Release notes](https://github.com/video-dev/hls.js/releases)
- [Changelog](https://github.com/video-dev/hls.js/blob/master/docs/release-process.md)
- [Commits](video-dev/hls.js@v0.13.2...v0.14.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/v0.4.2/hls.js-0.14.9 branch from e9421fb to 2c1aca7 Compare August 25, 2020 17:48
@dependabot-preview
Copy link
Author

Superseded by #51.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/v0.4.2/hls.js-0.14.9 branch August 27, 2020 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants