2021-01-18 14:14:14 +01:00
|
|
|
You can run Jamulus as a client, as well as a headless public or private server.
|
2021-01-18 14:09:43 +01:00
|
|
|
|
2021-01-18 14:14:14 +01:00
|
|
|
There are two service files for starting in headless mode.
|
|
|
|
Additional two service files for switching recording and for start new recording.
|
2021-01-18 14:09:43 +01:00
|
|
|
|
2021-01-18 14:14:14 +01:00
|
|
|
Launching a headless public server
|
|
|
|
==================================
|
2021-01-18 14:09:43 +01:00
|
|
|
|
2021-01-18 14:14:14 +01:00
|
|
|
1. Change the settings in /etc/sysconfig/jamulus
|
2021-01-18 14:09:43 +01:00
|
|
|
|
2021-01-18 14:14:14 +01:00
|
|
|
2. Then start the server with:
|
2021-01-18 14:09:43 +01:00
|
|
|
|
|
|
|
systemctl start jamulus-public.service
|
|
|
|
|
|
|
|
or
|
|
|
|
|
|
|
|
systemctl start jamulus-private.service
|
|
|
|
|
2021-01-18 14:14:14 +01:00
|
|
|
For a private server, you must enable port forwarding in your router
|
|
|
|
and open UDP port: 22124 in your firewall.
|
2021-01-18 14:09:43 +01:00
|
|
|
|
2021-01-18 14:14:14 +01:00
|
|
|
Connecting to your private server
|
2021-01-18 14:09:43 +01:00
|
|
|
=================================
|
2021-01-18 14:14:14 +01:00
|
|
|
To connect locally to your private server, you must use localhost as the server in the GUI.
|