Run centralserver only #1525
Replies: 3 comments 10 replies
-
Yes. please take a look at the server documentation at www.jamulus.io |
Beta Was this translation helpful? Give feedback.
-
Ok so I will have to implement this feature. Any opinions on either:
I guess the first option would be the cleaner approach. The server would not be listed, still people could join using the hostname or ip address. |
Beta Was this translation helpful? Give feedback.
-
As far as I know you can not set it to 0.
Christian Hoffmann ***@***.***> schrieb am Di., 20. Apr.
2021, 23:05:
… Hrm, as far as I understand, what you want to do is already possible by
using limiting the numchannels to 0, right? The only downside is that the
central server will still list itself, is this correct?
If this is the only problem, then why not special-case numchannels=0 in
the central server logic to avoid listing the central server itself?
I haven't checked if there are any obstacles such as "there has to be at
least one server listed" though.
split the centralserver command-line parameter into two seperate
parameters to a) set the address of the remote central server and b)
enable/disable local central server function
I think this would have been the cleaner approach (is always easy to say
this in hindsight!), but I don't see a way of implementing this while
keeping this backwards-compatible, do you?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1525 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOQQ4TYOUPPCOPJWDXVYNJDTJXUCXANCNFSM43A5D64A>
.
|
Beta Was this translation helpful? Give feedback.
-
Is it possible to run a server instance that itself acts only as a central server, managing a list of servers but is not joinable and itself does not appear in the server list?
I want to have a server with a fixed ip address handling the server list and be able to fire up cloud servers that register to this address without having to mess around with DNS changes. The fixed-IP server is running other services like web and mail server so it is not advisable to use this server for low latency audio processing.
Beta Was this translation helpful? Give feedback.
All reactions