Skip to content

chore(deps): update dependency hls.js to v1 #235

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
hls.js 0.12.4 -> 1.6.2 age adoption passing confidence

Release Notes

video-dev/hls.js (hls.js)

v1.6.2

Compare Source

Summary

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

Changes Since The Last Release

  • Fix live "discontinuity sequence mismatch" regression (#​7168) @​robwalch
  • Do not skip loading of parts that were previously buffered (#​7167)

Demo Page

https://e5abc373.hls-js-dev.pages.dev/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.6.1

Compare Source

Summary

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

Changes Since The Last Release

  • Fix streaming interruption from exception thrown setting MediaSource duration (#​7148) @​robwalch
  • Make appendBuffer errors fatal when HTMLMediaElement.error is present (#​7147)
  • Guard against exceptions when parsing incomplete codec boxes (#​7146)
  • Warn on muxed mp4 with alt-audio (unsupported media configuration) (#​7153)
  • Support disabling alternate audio with config (#​7154)
  • Timeout mediakeySession.remove() and only call for persistent-license sessions (#​7050) @​JackPu
  • Add workaround for Xbox One keyStatuses.forEach callback not work well (#​7150)

Demo Page

https://26b6689f.hls-js-dev.pages.dev/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.6.0

Compare Source

Summary

HLS.js v1.6.0 introduces support for HLS Interstitials with new API features, media support, and playback enhancements.

New features in release version 1.6

API changes in release version 1.6

  • Added config.detectStallWithCurrentTimeMs
  • Added config.nudgeOnVideoHole
  • Added config.enableInterstitialPlayback set to false to disable Interstitial playback without turning off Interstitials parsing and events
  • Added config.interstitialsController set to null to disable Interstitials support completely
  • Added config.interstitialAssetListLoadPolicy defines the loading policy of X-ASSET-LIST JSON
  • Added config.liveSyncOnStallIncrease (#​6455) @​vk342
  • Added config.maxDevicePixelRatio to limit browser value when capping level to media element dimensions (#​6825) @​signalwerk
  • Added config.videoPreference.videoCodec video codec selection preference option (#​6483)
  • Added config options specifically for Interstitial asset player instances:
    • config.primarySessionId identifies the parent player session that spawned the asset player (read from hls.sessionId)
    • config.assetPlayerId identifies logs from asset players
    • config.timelineOffset offsets MSE appends for gapless playback
  • Support config.fetchSetup optional async result (#​6714) @​zce
  • Added hls.bufferedToEnd read-only indicates when EOS has been appended (media is buffered from currentTime to end of stream)
  • Added hls.bufferingEnabled read-only flag toggled with pauseBuffering() and resumeBuffering()
  • Added hls.hasEnoughToStart getter returns whether enough is buffered to seek to start position (#​6571)
  • Added hls.inFlightFragments
  • Added hls.interstitialsManager read-only InterstitialsManager or null. The InterstitialsManager is an interface for accessing program information and methods for seeking across items and skipping Interstitials.
  • Added hls.latestLevelDetails read-only LevelDetails object of the most up-to-date HLS variant Playlist data
  • Added hls.loadLevelObj read-only Level object of selected level (variant) or null
  • Added hls.loadingEnabled read-only flag toggled with hls.startLoad() and hls.stopLoad()
  • Added hls.pathwayPriority Content-Steering setting (#​6295) @​PavelFomin90
  • Added hls.pathways getter (#​6997) @​grabofus
  • Added hls.sessionId read-only Hls instance UUID - used to assign a value to the _HLS_primary_id query parameter of interstitial requests
  • Added hls.startPosition read-only the resolved startPosition that playback will begin at once media is appended
  • Support setting hls.targetLatency (#​6473) @​vk342
  • Added hls.transferMedia() detaches and returns MediaSource and SourceBuffers non-destructively
  • Added hls.url read-only value of the currently playing url (from hls.loadSource(url)) (#​6411) @​ibobo
  • Added Events.MEDIA_ENDED event (#​6141)
  • Added Events.EVENT_CUE_ENTER (for internal use)
  • Added levelInfo: Level to LevelLoadingData and LevelLoadedData event data
  • Added track: MediaPlaylist to TrackLoadingData and TrackLoadedData event data (audio and subtitle events)
  • Added withoutMultiVariant: boolean to LevelLoadedData event
  • Added LevelDetais.expired read-only indicates live playlist data is no longer valid for fragment loading
  • Added LevelDetais.requestScheduled to improve live playlist reload scheduling
  • Added read-only Fragment.bitrate and Fragment.byteLength getters
  • Several Fragment properties have been replaced with accessors: get baseurl(), get/set stats(), get/set programDateTime(). Class property accessors are not enumerable. This impacts copying object properties and serialization. Fragment.stats remain enumerable with (#​6999)
  • Enhancements:
    • hls.startLoad() takes a second optional argument to skip seeking on start (otherwise, HLS.js seeks following to the first optional startPosition argument on append)
    • hls.attachMedia() supports transferring MediaSource and SourceBuffers from Hls instances with hls.transferMedia()
    • hls.recoverMediaError() seeks to the value of currentTime before the source reset is performed (#​6297)
  • New Events:
    • ASSET_LIST_LOADING when a request is made for an X-ASSET-LIST JSON object
    • ASSET_LIST_LOADED when a response is received for an X-ASSET-LIST JSON object
    • INTERSTITIALS_UPDATED when Interstitials are added, removed, or the schedule is updated following a variant playlist update or updated asset durations from X-ASSET-LIST JSON or asset playlist and media parsing
    • INTERSTITIALS_BUFFERED_TO_BOUNDARY when the forward buffer reaches the boundary of the following schedule item (Interstitial event or primary segment)
    • INTERSTITIAL_ASSET_PLAYER_CREATED when an asset player instance is created to stream an Interstitial asset (will always be before attaching media to the asset player)
    • INTERSTITIAL_STARTED when streaming of an Interstitial event containing one or more assets has begun (may occur before X-ASSET-LIST JSON is loaded or playback has started)
    • INTERSTITIAL_ENDED when streaming of an Interstitial event containing one or more assets has ended - before resuming primary or starting the next event
    • INTERSTITIAL_ASSET_STARTED when streaming of an Interstitial asset has begun (following the beginning of the event or the end of the last asset)
    • INTERSTITIAL_ASSET_ENDED when streaming of an Interstitial asset has ended (before the next asset or the event ending)
    • INTERSTITIAL_ASSET_ERROR when an error occurs starting or streaming an Interstitial asset (this can include non-fatal errors such as stalling and errors that will end streaming of the asset, resulting in the schedule advancing to the next asset or fallback to primary)
    • INTERSTITIALS_PRIMARY_RESUMED when playback of primary content has begun or resumed from an Interstitial event
    • BUFFERED_TO_END when the last audio and video segments in the playlist have been appended (EOS signaled on all SourceBuffers)
    • AUDIO_TRACK_UPDATED similar to LEVEL_UPDATED fired for any update to audio group playlists
    • SUBTITLE_TRACK_UPDATED similar to LEVEL_UPDATED fired for any update to subtitle group playlists
  • Updated Events
    • MEDIA_ATTACHING, MEDIA_ATTACHED, MEDIA_DETACHING, and MEDIA_DETACHED include additional information (depending on whether media is being transferred)
  • New Errors
    • Type: NETWORK_ERROR

      • details: ASSET_LIST_LOAD_ERROR network error loading asset list
      • details: ASSET_LIST_LOAD_TIMEOUT network timeout error loading asset list
      • details: ASSET_LIST_PARSING_ERROR asset list was not valid JSON or missing required data
    • Type: OTHER_ERROR

      • details: INTERSTITIAL_ASSET_ITEM_ERROR an issue interrupted or prevented asset playback. This will result in skipping the remainder of the asset or falling back to primary content. The event error will contain more details. This type of error differs from the INTERSTITIAL_ASSET_ERROR events forwarded from asset player errors.
      • details: ATTACH_MEDIA_ERROR when calling attachMedia with falsey media argument (#​6556) @​agajassi
      • Support more key system error detail (#​6807) @​JackPu
        • details: KEY_SYSTEM_DESTROY_CLOSE_SESSION_ERROR
        • details: KEY_SYSTEM_DESTROY_MEDIA_KEYS_ERROR
        • details: KEY_SYSTEM_DESTROY_REMOVE_SESSION_ERROR

Enhancements

Project exports

Bug Fixes

Documentation

CI

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.

If upgrading from version v1.3.x or lower, the introduction of ESM exports may require changes to hls.js import statements and WebWorker setup to achieve comparable performance (https://github.com/video-dev/hls.js/issues/7106#issuecomment-2737860461).

Feedback

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

v1.5.20

Compare Source

Summary

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

Changes Since The Last Release

Demo Page

https://5982f183.hls-js-dev.pages.dev/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.5.19

Compare Source

Summary

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

Changes Since The Last Release

Demo Page

https://d5248d51.hls-js-dev.pages.dev/demo/

Feedback

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

v1.5.18

Compare Source

Summary

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

Changes Since The Last Release

Demo Page

https://30afa7b1.hls-js-dev.pages.dev/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.5.17

Compare Source

Summary

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

Changes Since The Last Release

  • Fixed: setAudioOption skips track selection at index 0 (cherry-picked from #​6775) @​matvp91

Demo Page

https://ea9762d3.hls-js-dev.pages.dev/demo/

Feedback

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

v1.5.16

Compare Source

Summary

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

Changes Since The Last Release

Demo Page

https://37c2c81d.hls-js-dev.pages.dev/demo/

Feedback

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

v1.5.15

Compare Source

Summary

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

Changes Since The Last Release

Demo Page

https://4e4dc178.hls-js-dev.pages.dev/demo/

Feedback

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

v1.5.14

Compare Source

Summary

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

Changes Since The Last Release

Demo Page

https://54b0b8e6.hls-js-dev.pages.dev/

Feedback

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

v1.5.13

Compare Source

Summary

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

Changes Since The Last Release

HLS.js changes:

Demo Page changes:

Demo Page

https://7e3969ad.hls-js-dev.pages.dev/demo/

Feedback

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

v1.5.12

Compare Source

Summary

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

Changes Since The Last Release

Demo Page

https://001e7642.hls-js-dev.pages.dev/demo/

Feedback

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

v1.5.11

Compare Source

Summary

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

Changes Since The Last Release

Demo Page

https://f7ddc5db.hls-js-dev.pages.dev/demo/

Feedback

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

v1.5.10

Compare Source

Summary

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

Changes Since The Last Release

Demo Page

https://56631b07.hls-js-dev.pages.dev/

Feedback

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

v1.5.9

Compare Source

Summary

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

Changes Since The Last Release

  • Fix missing details if subtitle changed synchronously after loaded and before onLoaded callback (#​6424) @​iamboorrito
  • Fix: Handle irregular white-space in segment URIs (#​6396) @​robwalch
  • Fix backtracking when an appended segment has no buffered timerange (#​6434)
  • Fix 608 parser handling of redundant control codes (Fixes #​6427)
  • Fix 608 caption TextTrack Cue seek/discontinuity timing (regression introduced in v1.5.0 with #​5557)
  • Fix JS AES fallback when browserCrypto.subtle returns undefined (rather than null) (#​6446)
  • Emit FRAG_PARSING_ERROR on unsupported M2TS codec (#​6447)

Demo Page

https://978f0c41.hls-js-dev.pages.dev/

Feedback

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

v1.5.8

Compare Source

Summary

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

Changes Since The Last Release

Demo Page

https://e867d9c3.hls-js-dev.pages.dev/demo/

Feedback

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

v1.5.7

Compare Source

Summary

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

Changes Since The Last Release

Demo Page

https://e655f194.hls-js-dev.pages.dev/demo/

Feedback

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

v1.5.6

Compare Source

Summary

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

Changes Since The Last Release

Demo Page

https://50c883ad.hls-js-dev.pages.dev/demo/

Feedback

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

v1.5.5

Compare Source

Summary

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

Changes Since The Last Release

  • Fix subtitle stream controller buffered TimeRanges (#​6205)

Demo Page

https://62e182dc.hls-js-dev.pages.dev/demo/

Feedback

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

v1.5.4

Compare Source

Summary

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

Changes Since The Last Release
  • Account for overlapping sidx sub-segment durations by parsing earlierst-presentation-time (#​6192)
  • Support startLevel above max level index (#​6190)
  • Align playlists streaming start position with mismatched end-list tags (#​6189)
Demo Page

https://a68faad5.hls-js-dev.pages.dev/

Feedback

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

v1.5.3

Compare Source

Summary

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

Changes Since The Last Release

  • Fix regression in hls.light.js selection (#​6155)

Demo Page

https://c4ee6181.hls-js-dev.pages.dev/

Feedback

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

v1.5.2

Compare Source

Summary

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

Changes Since The Last Release

  • Use average for level sorting and abandon rules check ([#​6135](htt

Configuration

📅 Schedule: Branch creation - "* 0-3 * * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from b52bd97 to a0ea9b1 Compare October 18, 2021 22:23
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from a0ea9b1 to 4f2f56d Compare October 27, 2021 20:37
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from 4f2f56d to de59c57 Compare March 7, 2022 12:23
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from de59c57 to 0082302 Compare September 25, 2022 18:42
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from 0082302 to d21c09e Compare November 20, 2022 16:38
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from d21c09e to 05a8344 Compare March 16, 2023 12:06
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from 05a8344 to f685c36 Compare March 24, 2023 23:17
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from f685c36 to 8b1033a Compare April 17, 2023 11:47
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from 8b1033a to 43c5cfd Compare May 28, 2023 12:07
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from 43c5cfd to fdaeb66 Compare June 6, 2023 00:09
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from fdaeb66 to a7ae4af Compare June 15, 2023 20:38
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch 2 times, most recently from 5d4d4d1 to f930329 Compare July 3, 2023 23:22
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch 2 times, most recently from 86bc994 to 4260340 Compare July 18, 2023 22:37
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch 2 times, most recently from d221511 to a8b9b1c Compare September 1, 2023 15:56
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from a8b9b1c to f8bfc16 Compare December 7, 2023 04:57
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from f8bfc16 to 4296d3a Compare December 18, 2023 17:12
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch 2 times, most recently from 1788a81 to 9a27b64 Compare January 11, 2024 00:18
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch 2 times, most recently from 123b742 to 94a63f2 Compare January 30, 2024 00:06
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch 2 times, most recently from b31481a to 95f9e69 Compare February 14, 2024 00:42
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from 95f9e69 to f57ebca Compare February 17, 2024 19:10
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from f57ebca to 74ee542 Compare February 27, 2024 01:35
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from 74ee542 to f31a803 Compare April 10, 2024 23:21
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch 2 times, most recently from 626366b to 190c372 Compare June 3, 2024 18:38
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from 190c372 to e7248f4 Compare June 4, 2024 22:54
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch 2 times, most recently from 298c5ae to ce46d2e Compare July 4, 2024 00:20
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from ce46d2e to 897cc82 Compare August 5, 2024 19:45
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from 897cc82 to 7d119aa Compare August 22, 2024 04:28
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from 7d119aa to be6d0dd Compare October 8, 2024 23:09
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from be6d0dd to 833ab68 Compare October 17, 2024 23:44
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from 833ab68 to fd043a8 Compare December 17, 2024 20:09
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from fd043a8 to ef8f4d5 Compare January 11, 2025 01:24
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from ef8f4d5 to a64458a Compare January 22, 2025 02:09
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from a64458a to bc9ef82 Compare March 27, 2025 19:55
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from bc9ef82 to e6e08e9 Compare April 4, 2025 19:33
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from e6e08e9 to f236ffa Compare April 10, 2025 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants