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

[MM-61426] Migrate to pion v4 #161

Merged
merged 7 commits into from
Dec 17, 2024
Merged

[MM-61426] Migrate to pion v4 #161

merged 7 commits into from
Dec 17, 2024

Conversation

streamer45
Copy link
Contributor

Summary

PR migrates to the new pion/webrtc v4 and related dependencies.

Of note, I conducted a quick load test to ensure performance was on par, and it didn't go as expected (20-30% worse). After some digging, I discovered the issue being on the client side, meaning the updated client is now sending significantly more (one order of magnitude) RTCP messages (twcc especially), which are causing additional load on the server. Disabling that interceptor brings the performance back to the expected level.

What this means is that the server performs equally (less than 5% variance) when load-tested by a non-updated client. I'll need to review this separately because I don't yet know how this new client behaviour compares to a real client (e.g. web browser) (https://mattermost.atlassian.net/browse/MM-61476) but the backend update can proceed.

Ticket Link

https://mattermost.atlassian.net/browse/MM-61426

@streamer45 streamer45 added 2: Dev Review Requires review by a core committer Do Not Merge Should not be merged until this label is removed labels Nov 1, 2024
@streamer45 streamer45 added this to the v1.0.0 / MM 10.3 milestone Nov 1, 2024
@streamer45 streamer45 requested a review from cpoile November 1, 2024 14:13
@streamer45 streamer45 self-assigned this Nov 1, 2024
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.

Seems simple enough, thanks.
Nice work on performance testing!

client/rtc.go Show resolved Hide resolved
@cpoile cpoile added 3: Reviews Complete All reviewers have approved the pull request and removed 2: Dev Review Requires review by a core committer labels Nov 1, 2024
@streamer45 streamer45 removed this from the v1.0.0 / MM 10.3 milestone Nov 11, 2024
@streamer45
Copy link
Contributor Author

This will take longer as there's another regression with how we track metrics for outgoing tracks due to how the connection closing logic changed.

@streamer45
Copy link
Contributor Author

Load tests look good. I'll merge this soon.

@streamer45 streamer45 removed the Do Not Merge Should not be merged until this label is removed label Dec 17, 2024
@streamer45 streamer45 merged commit 6f179b0 into master Dec 17, 2024
2 checks passed
@streamer45 streamer45 deleted the MM-61426 branch December 17, 2024 22:18
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.

2 participants