Multi server setup

Hi there,

We are currently hosting multiple servers with each unique domains to use VideoRooms.
Is it possible to connect multiple servers to one domain, instead of adding a whole new Janus server instance with a new domain?

When the load on our servers is higher, we usually add a new server to spread the total users between all the different servers.

What is the ideal situation of solving a higher usage?

Kind regards,
Jesse de Wild

If you mean the address you use to talk to Janus, you could put all Janus instances behind the same http proxy (e.g., nginx). If you mean something like a multitenant service, that’s related to scalability, which I discussed at CommCon a few years ago:

Long story short, orchestration is up to you, and depends on the application/topology.