forked from video-dev/hls.js
-
Notifications
You must be signed in to change notification settings - Fork 3
upgrade master-doris branch to hls.js@1.6.11 #114
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chore(deps): update dependency prettier to v3.6.2
chore(deps): update node.js to v22.17.0
…r-138.x chore(deps): update dependency chromedriver to v138.0.1
chore(deps): update dependency wrangler to v4.23.0
chore(deps): update dependency wrangler to v4.24.1
chore(config): migrate renovate config
…ovate-updates Dependency and renovate config updates
…r-138.x chore(deps): update dependency chromedriver to v138.0.2
…in-n-17.x chore(deps): update dependency eslint-plugin-n to v17.21.0
chore(deps): update dependency rollup to v4.44.2
…eslint-monorepo chore(deps): update typescript-eslint monorepo to v8.36.0
…eslint-monorepo chore(deps): update typescript-eslint monorepo to v8.37.0
…-media-library-0.x chore(deps): update dependency @svta/common-media-library to v0.16.0
Fixes regression introduced in v1.6.7 with video-dev#7380
* Interstitials improvements - Fix DateRange mapping in Live with fragment reference sliding (use `frag.setStart` over `frag.start =` to update tagAnchor ref) - Skip gaps between interstitial assets - Make MEDIA_ATTACHED async on transferMedia (this.media undefined in id3-track-controller onMediaAttached otherwise) - Add metadata cue timing to assets for better event timing - Removed unnecessary conditionals in changed files (added looser typing in cases where object[index] result may be undefined) Fixes video-dev#7426 * Fix `fragment.byteLength` with no byte range * Load next asset m3u8 on asset-list loaded (w/o append-in-place) * Prevent schedule from advancing past interstitials loading asset-lists (with no duration) * Handle append-in-line interstitials with shorter that playout-limit fill * Advance asset player buffering on asset error prior to starting interstitial * Update asset duration on first playlist update * Workaround asset buffered to end edge cases * Do not flush when QuotaExceededError is received by asset players while playing primary * Handle seeking to unplayable range caused by truncated interstitial
Don't error if mediaKeys are set in case of custom EME integration
Use instance logger in level-helper functions
* Force schedule update on asset or interstitial error (in case playout duration is not changed by error but schedule update is needed) * Handle seeking back in interstitial with faulty assets
…e-stream-controller, timeline-contoller, fragment-tracker...) Stop gap measure for video-dev#7460
This also addresses some formatting issues found by prettier.
… for playout-limit change (video-dev#7467) * Fix interstitial asset events not firing when attaching primary early for playout-limit change * Add log message helper for timeline position updates
…-program-ended-undefined
…tricted" before appending media (video-dev#7414) * Handle EME key status errors before appending segments Fixes video-dev#7413 (playback/switching fails on KEY_SYSTEM_STATUS_INTERNAL_ERROR 'internal-error' key status) * Fix handling of one-to-many KEY URI to Key IDs video-dev#7413 * Remove levels with "internal-error" key status errors and optimize key-bytes comparison Add "FIXME" comments for future MediaKeySessionContext multi-key handling improvements * Do not throw fatal keyLoadingPromise error when context changes on KEY_LOADING reproducible with `hls.once(Hls.Events.KEY_LOADING, () => hls.removeLevel(hls.loadLevel))`
* Wait to retry fragment request when `navigator.onLine` is false (uses polling for Firefox where "online" event never fires) Fixes video-dev#7471 * Only treat no-alternate segment request failures as gaps in live playlists (video-dev#7464, video-dev#7410) * Retry once per seeking out of current fragment range (even when offline) * Do not exhaust retries in tick loop while seeking * Only schedule immediate tick on seeking when buffer is empty and state is idle (video-dev#7472)
…s, and no-misused-promises (video-dev#7480) ESlint error messages explain reasoning
This reverts commit 9aeacf9.
yajin2021
approved these changes
Aug 27, 2025
eowino
approved these changes
Aug 27, 2025
grabofus
approved these changes
Aug 27, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.