Skip to content
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

Fix audio segment loading when main segments loaded out of sequence #6537

Merged
merged 3 commits into from
Jul 3, 2024

Conversation

robwalch
Copy link
Collaborator

@robwalch robwalch commented Jul 3, 2024

This PR will...

Fixes a shortcoming in #6491 that assumes the last fragment of the main playlist to be loaded is nearest to the end of the buffer.

Why is this Pull Request needed?

Prevents audio from not loading up to a previously appended video buffer range after appended audio was ejected.

This was a regression in dev discovered while testing #6529.

Are there any points in the code the reviewer needs to double check?

Resolves issues:

Checklist

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • API or design changes are documented in API.md

@robwalch robwalch added this to the 1.6.0 milestone Jul 3, 2024
@robwalch robwalch force-pushed the bugfix/audio-loading-regression-in-dev branch from 3a396ab to 5650e4c Compare July 3, 2024 19:01
@robwalch robwalch merged commit a3e0667 into master Jul 3, 2024
16 checks passed
@robwalch robwalch deleted the bugfix/audio-loading-regression-in-dev branch July 3, 2024 21:38
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.

1 participant