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

feat: An attempt to forward a handle's media stream with multiple threads for videoroom. #3323

Conversation

wswaaa123
Copy link

Hi, this PR tries to add multithreaded packet forwarding support for videoroom.

I found that when a meeting is distributed by multiple people, if a handle forwards multiple media streams in the same thread, the "Discarding too old outgoing packet" situation will occur, then the whole server stucks. I wonder if this problem can be tackled with multiple threads forwarding a single handle's media stream on sufficient server resources. So this PR is an attempt to forward a handle's media stream with multiple threads.

@januscla
Copy link

Thanks for your contribution, @wswaaa123! Please make sure you sign our CLA, as it's a required step before we can merge this.

@lminiero
Copy link
Member

@wswaaa123 have you checked #3067? That's exactly what that patch does. Please test and provide feedback to that.

@lminiero
Copy link
Member

Closing as a duplicate of an already existing PR. If you believe your patch provides anything that one doesn't already, please provide more info.

@lminiero lminiero closed this Jan 26, 2024
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.

None yet

3 participants