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 load-test client from sending PLIs for voice tracks #332

Merged
merged 1 commit into from
Feb 14, 2023
Merged

Conversation

streamer45
Copy link
Contributor

Summary

As part of improving the simulation I added some code to send a picture-loss-indication when receiving a track, similarly to what a real client (e.g. browser) would do. However I forgot to add a check on the track type so now we are sending them out for audio tracks as well which doesn't make sense and also causes an error spam on the server side.

@streamer45 streamer45 added the 2: Dev Review Requires review by a core committer label Feb 13, 2023
@streamer45 streamer45 self-assigned this Feb 13, 2023
Copy link
Member

@cpoile cpoile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or, this was load testing the error logging all along? :)

@streamer45 streamer45 added 3: Reviews Complete All reviewers have approved the pull request and removed 2: Dev Review Requires review by a core committer labels Feb 13, 2023
@streamer45 streamer45 added this to the v0.14.0 / MM v7.9 milestone Feb 13, 2023
@streamer45 streamer45 merged commit b9c9bd0 into main Feb 14, 2023
@streamer45 streamer45 deleted the fix-lt branch February 14, 2023 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3: Reviews Complete All reviewers have approved the pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants