Jamulus Icon. Link zur Startseite
Navigationsmenü öffnen

Befehlszeilen Optionen

Befehle für Client und Server

  • -h oder --help Hilfetext anzeigen

  • -i oder --inifile Speicherort der Initialisierungsdatei festlegen (überschreibt die Vorgabe)
  • -n oder --nogui GUI abschalten (zur Verwendung im Headless-Modus)

  • -p oder --port Legt die lokale UDP-Portnummer fest. Standard ist 22124
  • --jsonrpcport Ermöglicht die Steuerung der App durch den JSON-RPC-API-Server, setzt die TCP-Portnummer (EXPERIMENTAL, APIs können sich ändern; nur von localhost aus zugänglich). Siehe die JSON-RPC-API-Dokumentationsdatei.
  • --jsonrpcsecretfile Erforderlich bei Verwendung von --jsonrpcport. Legt einen Pfad zu einer Textdatei fest, die eine Authentifizierungszeichenfolge für den Zugriff auf die JSON-RPC-API enthält.
  • -Q oder --qos Legt den Wert des DS Byte für den Quality of Service fest. Standard ist 128 (DSCP/CS4). QoS wird von Windows ignoriert. Um es zu aktivieren, siehe diese Seite
  • -t oder --notranslation UI-Sprachübersetzungen deaktivieren
  • -6 oder --enableipv6 Aktivieren der IPv6-Adressierung (IPv4 ist immer aktiviert)
  • -v oder --version Versionsinformationen ausgeben und beenden

Befehle für den Client

  • -M oder --mutestream Startet Jamulus im stummen Zustand

  • --mutemyown Persönlichen Mix stummschalten (nur im „headless“ Modus)

  • -c oder --connect Beim Start mit der angegebenen Serveradresse verbinden, Format address[:port]
  • -j oder --nojackconnect Nicht automatisch mit JACK verbinden
  • --ctrlmidich MIDI-Controller-Kanal, der genutzt werden soll, Offset der Kontrollnummer und fortlaufende CC-Nummern (Kanäle) und Mute Myself CC-Nummer. Format: kanal[;f*][;p*][;s*][;m*][;o] Siehe Tipps & Tricks
  • --clientname Fenster-Titel und JACK Client Name

Befehle für den Server

  • -d or --discononquit Disconnect all Clients on quit. Normally, when a Server is stopped or restarted, any Clients that have not used their “Disconnect” buttons will re-establish connection when the Server comes back up again. Using this option forces Clients to manually re-establish their connections to the Server.
  • -e or --directoryserver Register the Server on a Directory (e.g. to set its genre (see also -o)). See Server Types for further information.
  • --directoryfile Remember registered Servers even if the Directory is restarted. Directory Servers only. See this guide for further information.
  • -f or --listfilter Whitelist Servers registering on the Server list, format ip address 1[;ip address 2] Directories only.
  • -F or --fastupdate Reduces latency if Clients connect with “Enable Small Network Buffers” option. Requires faster CPU to avoid dropouts, and more bandwidth to enabled Clients.
  • -l or --log Enable logging, set path and file name
  • -L or --licence Show an agreement window before users can connect
  • -m or --htmlstatus Enable HTML status file, set path and file name
  • -o or --serverinfo Location details in the format: [name];[city];[country as two-letter ISO country code or Qt5 Locale] (see two-letter ISO country codes or Qt5 Locale values) Registered Servers only
  • -P or --delaypan Start with delay panning enabled See notes
  • -R or --recording Set server recording directory; Server will record when a session is active by default. See Options.
  • --norecord Set server not to record by default (when recording is configured e.g via -R)
  • -s or --server Start in Server mode
  • --serverbindip Specify the IP address to bind to
  • -T or --multithreading Use multithreading to make better use of multi-core CPUs to support more Clients
  • -u or --numchannels Maximum number of channels (Clients)
  • -w or --welcomemessage Welcome message on connect. Can be given as a string or filename, and can contain HTML.
  • -z or --startminimized Start minimized
  • --serverpublicip The public IP address of the Server if connecting to a Directory behind the same NAT. See Notes on Directories