Data channel T^T?

Communication is cut off due to overload while using data channel communication.

Is there a good solution?

When you say “data channel” are you referring to signal sending feature in OpenVidu?

1 Like

yes signal data channel

We use standard websocket implementation in SpringBoot framework to implement signaling in OpenVidu.

Can you share what environment you have, what is the load and what are the issues you are having?

In the future, it is possible we change that technology for a more performant alternative like STOMP with message broker. Until then, if your signal usage doesn’t allow to use OpenVidu signaling, I recommend you to use alternative system for signaling management.

Best regards

1 Like

Dear Michael

Our problem is as follows

The guest user must get approval from the host to access the video.

The process of obtaining approval was implemented as a signal.

By the way
Up to 10 people are fine, but if more than 10 people enter, a time out error occurs and all functions are paralyzed.

  1. Is it difficult to withstand the openvidu server alone?

  2. Should I implement websocket separately with spring boot?

  3. Is there any other solution?

To my knowledge, there is nothing but optimizing client performance…

Help Michael