1.6.10#1
Draft
krseager wants to merge 497 commits into
Draft
Conversation
…-dev#7211) * Added `startOnSegmentBoundary` config option to sync start position with segment boundary * Resolves video-dev#7209 --------- Authored-by: Kyle Seager <ks3773@exo.att.com>
…pi-extractor-7.x chore(deps): update dependency @microsoft/api-extractor to v7.52.6
…pi-extractor-7.x chore(deps): update dependency @microsoft/api-extractor to v7.52.7
chore(deps): update babel monorepo to v7.27.1
chore(deps): update dependency @babel/preset-env to v7.27.2
…ng playback position (video-dev#7210)
chore(deps): update dependency wrangler to v3.114.8
…bdriver-4.x chore(deps): update dependency selenium-webdriver to v4.32.0
…-15.x chore(deps): update dependency lint-staged to v15.5.2
chore(deps): update dependency rollup to v4.40.2
…ig-prettier-10.x chore(deps): update dependency eslint-config-prettier to v10.1.3
…ig-prettier-10.x chore(deps): update dependency eslint-config-prettier to v10.1.5
(Fixes streaming of full segments in MUX Low-Latency HLS asset. config: `"lowLatencyMode": false`)
…-media-library-0.x chore(deps): update dependency @svta/common-media-library to v0.12.0
…-media-library-0.x chore(deps): update dependency @svta/common-media-library to v0.12.4
Ignore offsets related to default_display_window_flag in HEVC-TS demuxer
…r-138.x chore(deps): update dependency chromedriver to v138.0.3
…ig-prettier-10.x chore(deps): update dependency eslint-config-prettier to v10.1.8
…eslint-monorepo chore(deps): update typescript-eslint monorepo to v8.38.0
…-media-library-0.x chore(deps): update dependency @svta/common-media-library to v0.17.1
chore(deps): update dependency wrangler to v4.25.1
chore(deps): update dependency wrangler to v4.26.1
* Fix resetting of initPTS when muxed "audiovideo" sample start times are inconsistent Fixes video-dev#7431 * Continue loading parts even with gaps and warn when frag selects fallback likely due to a gap
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 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
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.
This PR will...
Why is this Pull Request needed?
Are there any points in the code the reviewer needs to double check?
Resolves issues:
Checklist