Deployment of Openvidu using multiple hosts

Hello,

I have a question around the scalability limits regarding deployment on one machine only.
I would like to know if it is interesting to deploy openvidu on several machines (docker compose services on différents hosts) with docker swarm and is it playable to build such an architecture or not ?

Thanks for your help.

YI

OpenVidu CE is not designed with scalability in mind. You can try to distribute the services yourself, but take into account that WebRTC is very sensible to network topologies.

If you need scalability, I recommend you to take a look to OpenVidu PRO. You can have autoscaling, manual or automatic media node placement for sessions, etc. We are working right now in allowing to execute COMPOSED recording in media nodes.

Regards

Thanks for your tips.
I will try the first approach to see what it looks like.

Reagrds,