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 update bandwidth estimation configuration and available bitrate when updating max outgoing bitrate #779

Merged
merged 1 commit into from
Mar 1, 2022

Conversation

ggarber
Copy link
Contributor

@ggarber ggarber commented Feb 28, 2022

Description:

When updating the max outgoing bitrate we need to update it also in the webrtc bandwidth estimator configuration or it won't be applied until the desired bitrate changes. Also the availableBitrate needs to be updated or the SFU will keep sending a bitrate larger than maxOutgoingBitrate for an undetermined amount of time.

Test Plan:
Ran producer and consumer locally with SVC/Simulcast enabled and configure different maxOutgoingBitrates checking that the forwarded layers change accordingly.

@ibc
Copy link
Member

ibc commented Feb 28, 2022

Thanks. Will merge once @jmillan approves.

@ibc ibc merged commit 7417beb into versatica:v3 Mar 1, 2022
@ibc
Copy link
Member

ibc commented Mar 1, 2022

Release in 3.9.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants