Closed wswaaa123 closed 9 months ago
Thanks for your contribution, @wswaaa123! Please make sure you sign our CLA, as it's a required step before we can merge this.
@wswaaa123 have you checked #3067? That's exactly what that patch does. Please test and provide feedback to that.
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.
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.