Skip to content

fix(LCEVC): Create segmentIndex on makeAbortDecision_ #8838

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 3 commits into from
Jul 3, 2025

Conversation

v-nova-romas
Copy link
Contributor

The NetworkInformation.downlink API is unavailable on Firefox. Without this API, the player starts playback in a lower quality and performs an ABR switch once sufficient network data is available. This PR ensures the switch / abort logic creates the segmentIndex for dependencyStream correctly in this edge case.

v-nova-romas and others added 3 commits June 18, 2025 10:50
The `NetworkInformation.downlink` API is unavailable on Firefox. Without this API, the player starts playback in a lower quality and performs an ABR switch once sufficient network data is available. This PR ensures the switch / abort logic creates the `segmentIndex` for `dependencyStream` correctly in this edge case
@avelad avelad added type: bug Something isn't working correctly priority: P2 Smaller impact or easy workaround labels Jul 3, 2025
@avelad avelad added this to the v4.16 milestone Jul 3, 2025
@avelad avelad self-requested a review July 3, 2025 15:04
@shaka-bot
Copy link
Collaborator

Incremental code coverage: 35.71%

@avelad avelad merged commit 57c7d73 into shaka-project:main Jul 3, 2025
31 of 35 checks passed
avelad pushed a commit that referenced this pull request Jul 7, 2025
The `NetworkInformation.downlink` API is unavailable on Firefox. Without
this API, the player starts playback in a lower quality and performs an
ABR switch once sufficient network data is available. This PR ensures
the switch / abort logic creates the `segmentIndex` for
`dependencyStream` correctly in this edge case.
avelad pushed a commit that referenced this pull request Jul 7, 2025
The `NetworkInformation.downlink` API is unavailable on Firefox. Without
this API, the player starts playback in a lower quality and performs an
ABR switch once sufficient network data is available. This PR ensures
the switch / abort logic creates the `segmentIndex` for
`dependencyStream` correctly in this edge case.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: P2 Smaller impact or easy workaround type: bug Something isn't working correctly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants