Remove deprecated section on multiple signaling servers from README.

This is covered by the "Clustering" section above.
This commit is contained in:
Joachim Bauch 2024-04-03 10:46:40 +02:00
parent 879e1ca5b0
commit ddfd976627
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -380,23 +380,3 @@ Usage:
config file to use (default "server.conf")
-maxClients int
number of client connections (default 100)
## Running multiple signaling servers
IMPORTANT: This is considered experimental and might not work with all
functionality of the signaling server, especially when using the Janus
integration.
The signaling server uses the NATS server to send messages to peers that are
not connected locally. Therefore multiple signaling servers running on different
hosts can use the same NATS server to build a simple cluster, allowing more
simultaneous connections and distribute the load.
To set this up, make sure all signaling servers are using the same settings for
their `session` keys and the `secret` in the `backend` section. Also the URL to
the NATS server (option `url` in section `nats`) must point to the same NATS
server.
If all this is setup correctly, clients can connect to either of the signaling
servers and exchange messages between them.