-
|
Hello, The load balancer sends the webRTC signalling request to one of the edge server and when the same client tries to establish webRTC connection, the load balancer sends the request to different server and the connection cannot be established. Anyone faced a similar scenario like this? How to resolve it? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
I think you need to use a sticky (session-based) load balancer. HAProxy can do this. What are you using now? |
Beta Was this translation helpful? Give feedback.
-
|
I always use DNS RR method because when you have too many viewers, your Load Balancer might not be able to handle it. |
Beta Was this translation helpful? Give feedback.
-
|
Configure each OME server to have a different port for TURN server and a separate Ingress for each port on TCP level, routing traffic to the correct server. |
Beta Was this translation helpful? Give feedback.
Configure each OME server to have a different port for TURN server and a separate Ingress for each port on TCP level, routing traffic to the correct server.