Multiple rooms Jamulus Mac OS #1473
-
Hi, I'm trying to setup multiple rooms on my Jamulus server that I'm running on my Mac. I found a couple of guides for Linux cloud based solution, but nothing for Mac OS. Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Hi - you can set up multiple servers on the command line with the
You will need to tell people to use that port number when they connect though (eg xxx.xxx.xxx.xxx:22125) and need port forwards for both servers of course. See this page for the other options. I think, but I'm not sure, that you may get port-forwarding or NAT issues with some routers when you do this, but give it a go. There is also the method of creating a custom directory server too, but that's only worth the effort if you want loads of rooms (and have loads of bandwidth for them). |
Beta Was this translation helpful? Give feedback.
Hi - you can set up multiple servers on the command line with the
--port
option. So to have one on port 22125 for example:/Applications/Jamulus.app/Contents/MacOS/Jamulus -s --port 22125 -n -e rock.jamulus.io:22424 -o "yourServerName1;yourCity;[country ID]"
You will need to tell people to use that port number when they connect though (eg xxx.xxx.xxx.xxx:22125) and need port forwards for both servers of course. See this page for the other options.
I think, but I'm not sure, that you may get port-forwarding or NAT issues with some routers when you do this, but give it a go.
There is also the method of creating a custom directory server too, but that's only worth the effort if you want load…