Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion wiki/en/en-Command-Line-Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ You can see all possible options your version supports by starting Jamulus with
| `-n` |`--nogui` | Disable GUI | (client and server) |
| `-o` |`--serverinfo` | Server location details in the format: <br/>`[name];[city];[locale value]` (see [values](https://doc.qt.io/qt-5/qlocale.html#Country-enum))| (public servers only) |
| `-p` |`--port` | Local UDP port number. Default is 22124 | (server only) |
| `-P` |`--delaypan` | Start with delay panning enabled | (server only) see [Server Setup](https://jamulus.io/wiki/Server-Win-Mac#other+options) |
| `-Q` |`--qos` | Request quality of service in the IP header octet.<br> (e.g. --qos 0)&nbsp;&nbsp;&nbsp;DF=0, AF31=104, CS4=128 default, EF=184 | see [Tips & Tricks](Tips-Tricks-More#quality-of-service) (global option)
| `-R` |`--recording` | Include a writeable path where the files should be stored (in quotes if needed). | (server only) See description in [Server Setup](Server-Win-Mac#recording). |
| `-R` |`--recording` | Include a writeable path where the files should be stored (in quotes if needed). | (server only) see [Server Setup](Server-Win-Mac#recording). |
| | `--norecord` | Start recorder with recording disabled | (server only) |
| `-s` |`--server` | Start in server mode | (server only) [See note](Choosing-a-Server-Type) |
| `-t` |`--notranslation` | Disable translations | (client and server) |
Expand Down
13 changes: 10 additions & 3 deletions wiki/en/en-Server-Win-Mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ If you do not check "Make My Server Public", you will be running a private serve

_If you want to **run a client on the same machine** you should **connect the client to `127.0.0.1`** for best performance. (Similarly, if you want to connect a client on another machine on your LAN, use the server's LAN IP address)._


### Other options

<img width="549" alt="jamulus-server" src="https://user-images.githubusercontent.com/4561747/114275476-79e7e580-9a1a-11eb-8e6b-09d9f956c689.png">

### Recording

Turn on server recording by first setting the Recording Directory in the Options tab. Recording starts once the first person connects to the server, and stops when the last person leaves. Use the "New Recording" button to create a new sub-directory in which the recordings will be stored. Note that Recordings are per track in [Audacity](https://www.audacityteam.org/) `.lof` format and [REAPER](https://en.wikipedia.org/wiki/REAPER) `.rpp`. Open the respective files to listen to them in those applications.
Expand All @@ -44,14 +49,16 @@ _Note: When your server is recording, clients will display a message that record

For headless servers: you can control the recording function [using these instructions](Server-Linux#controlling-recordings).

### Delay panning

### Other options
This option uses small differences in sound arrival time between the two ears. It produces a stereo effect similar to natural human hearing when compared to normal "volume" panning. Note that to achieve the effect, all clients should be set to 'mono in / stereo out' (or to 'stereo', but only if transmitting a stereo signal).

### Custom Central Server Address

<img width="549" alt="jamulus-server" src="https://user-images.githubusercontent.com/4561747/95724775-accd3e80-0c6e-11eb-90ba-7131e9c15316.png">
Leave this field empty unless you need to list your server on a [private central server](Choosing-a-Server-Type#3-central))

**Windows users** - If you want the server to start automatically on system start, enable the corresponding check box.

(Leave the "Custom Central Server Address" field empty unless you need to list your server on a [private central server](Choosing-a-Server-Type#3-central))

***

Expand Down