SFU #873
Unanswered
pierreandre
asked this question in
Q&A
SFU
#873
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
We're building a large scale WebRTC SFU (Selective Forwarding Unit) system. It will be audio only. I want to use a single UDP port on the server to prevent port exhaustion. Our system is also hosted on Azure Service Fabric behind a load balancer. A single port will work a lot better for that.
It doesn't look very easy, as there is no way to pass in an existing socket to RTCPeerConnection and sockets are created using static methods in the NetServices class. Has anyone attempted something like this?
Beta Was this translation helpful? Give feedback.
All reactions