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 reduceMaxBufferLength with under-reported bitrate #6539

Merged

Conversation

robwalch
Copy link
Collaborator

@robwalch robwalch commented Jul 3, 2024

This PR will...

Make sure reduceMaxBufferLength can reach a min length of fragment duration resulting in buffer full error.

Why is this Pull Request needed?

With under-reported bitrate the player may try to reload media that cannot be appended after reducing max buffer length close to but not all the way to the needed minimum.

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

Resolves issues:

Resolves #6535

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

…duration resulting in buffer full error

Resolves #6535
@robwalch robwalch added this to the 1.5.13 milestone Jul 3, 2024
@robwalch robwalch merged commit cedf96d into patch/v1.5.x Jul 3, 2024
13 of 14 checks passed
@robwalch robwalch deleted the bugfix/patch-reduce-max-buffer-under-reported-bitrate branch July 3, 2024 21:33
robwalch added a commit that referenced this pull request Jul 3, 2024
* patch/v1.5.x:
  Make sure `reduceMaxBufferLength` can reach a min length of fragment duration resulting in buffer full error (#6539)
  Fix parsing of multiple codecs when converting from AVC1 to AVCOTI
  Fix XSS vulnerability by validating user input stream URL.
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