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

Check-in on abandon rules check and abort in-flight frag when stuck on playlist loading #6763

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

robwalch
Copy link
Collaborator

@robwalch robwalch commented Oct 10, 2024

This PR will...

Check-in on abandon rules check and abort in-flight frag when stuck on playlist loading

Why is this Pull Request needed?

Switches down to a variant that should load at line speed when the higher bitrate in-flight fragment is late. If the playlist of the lower variant still hasn't arrived by the time estimated, and the original in-flight fragment is still active, abort it and switch down further if needed.

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

Fixes redundant switching level / level loading events that occur for VOD when playlist loading is significantly delays. These events cancel the fallback abandon rules check playlist timeout.

Resolves issues:

Resolves #6689 (provided throttled requests do not timeout)

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 Oct 23, 2024
@robwalch robwalch merged commit ca99183 into master Oct 23, 2024
16 checks passed
@robwalch robwalch deleted the bugfix/issue-6689 branch October 23, 2024 17:58
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.

Playback stalls in case of strong bandwidth fluctuations
1 participant