SevenOutman / vue-aplayer

:cake: Easy-to-use music player for Vue 2.x
https://vue-aplayer.js.org
MIT License
1.32k stars 200 forks source link

chore(deps): update dependency hls.js to v0.12.2 #135

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
hls.js devDependencies minor 0.11.0 -> 0.12.2 source

Release Notes

video-dev/hls.js ### [`v0.12.2`](https://togithub.com/video-dev/hls.js/releases/v0.12.2) [Compare Source](https://togithub.com/video-dev/hls.js/compare/v0.12.1...v0.12.2) Happy holidays, Hls.js-ers! Santa left a bit of coal under the WebVTT-tree; luckily, we managed to sweep it away before too many good developers noticed (we hope). ### Hotfixes - Fixed a bug where WebVTT did not show after a discontinuity [#​2056](https://togithub.com/video-dev/hls.js/issues/2056) - Fixed a bug where WebVTT did not show when captions were enabled after a seek [#​2058](https://togithub.com/video-dev/hls.js/issues/2058). Thanks [@​mtoczko](https://togithub.com/mtoczko)! ### [`v0.12.1`](https://togithub.com/video-dev/hls.js/releases/v0.12.1) [Compare Source](https://togithub.com/video-dev/hls.js/compare/v0.12.0...v0.12.1) #### Hotfix - Fixed a bug where cue start times were not correctly calculated. [#​2044](https://togithub.com/video-dev/hls.js/pull/2044) ### [`v0.12.0`](https://togithub.com/video-dev/hls.js/releases/v0.12.0) [Compare Source](https://togithub.com/video-dev/hls.js/compare/v0.11.0...v0.12.0) #### New Features - Added a new config option, `liveBackBufferLength`, which allows developers to set the maximum amount of buffer behind the playhead during a live stream. Any buffer beyond the set max will be evicted; this should help in cases where the browser's natural buffer eviction was not sufficient. See for more info. [#​1845](https://togithub.com/video-dev/hls.js/issues/1845) #### Enhancements - Hls.js will now load VTT segments in sync with the corresponding media. This means that segments will load beginning at the playhead, and will only download up to the end of the buffer. Previous behaviour was to download and parse every VTT segment on start. [#​1882](https://togithub.com/video-dev/hls.js/issues/1882) - Key load failures will now cause Hls.js to immediately downswitch to a new variant on failure, instead of retrying 3 times before switching. [#​1836](https://togithub.com/video-dev/hls.js/issues/1836) #### Bugfixes - Ensure that streams are ended after the last fragment has buffered, even if has already been buffered. [#​2040](https://togithub.com/video-dev/hls.js/issues/2040) - Remux according to the initial video PTS so that streams begin at 0. This may fix stalling in streams with very small segments. [#​2030](https://togithub.com/video-dev/hls.js/issues/2030) - Fix missing alternate audio when the video codec is not specified in the manifest [#​1993](https://togithub.com/video-dev/hls.js/issues/1993) - Fixed an exception using `Set` in browsers which do not natively support it. [#​1984](https://togithub.com/video-dev/hls.js/issues/1984) - Restore `response` data in the load error events. [#​1977](https://togithub.com/video-dev/hls.js/issues/1977) - Fix stalling in Chrome when an abort error happens after seeking. [#​1925](https://togithub.com/video-dev/hls.js/issues/1925) - Fix playback of streams for which the segment URL looks like an mp4 fragment, but which are not mp4s. [#​1921](https://togithub.com/video-dev/hls.js/issues/1921) - Fix exceptions caused by attempting to load embedded audio tracks found in a manifest. [#​1907](https://togithub.com/video-dev/hls.js/issues/1907) - Fix parsing of segments which contain spaces in its URL. [#​1899](https://togithub.com/video-dev/hls.js/issues/1899) - Reuse textTracks when the track order between manifests is different. [#​1869](https://togithub.com/video-dev/hls.js/issues/1869) - Fix `FRAG_CHANGED` not firing on the first segment of the first level. [#​1872](https://togithub.com/video-dev/hls.js/issues/1872) - Fix `performance.now` usage in workers. [#​1866](https://togithub.com/video-dev/hls.js/issues/1866)

Renovate configuration

:date: Schedule: "before 2am" (UTC).

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot. View repository job log here.

renovate[bot] commented 5 years ago

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.