Merge pull request #696 from strukturag/update-readme

Remove deprecated section on multiple signaling servers from README.
This commit is contained in:
Joachim Bauch 2024-04-03 10:53:05 +02:00 committed by GitHub
commit 4f26d6e2a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.