lar.ven – this.ven's wiki

Authority through knowledge (of FLOSS and GNU/Linux)

User Tools

Site Tools


services:mumble

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
services:mumble [2022/09/04 11:25] – [Mumble] this.venservices:mumble [2022/09/30 13:31] (current) – [Basic setup] Updated link to lab guide this.ven
Line 1: Line 1:
 +====== Mumble ======
  
 +If you're looking for encrypted voice chat, [[https://www.mumble.info|Mumble]] might be a solution. It features high-quality, low latency Voice over IP ([[wp>Voip|VoIP]]) for communities up to 100 users. There's no public service on my behalf. Take a look at the [[https://www.mumble.com/serverlist/|official public serverlist]].
 +
 +===== Basic setup =====
 +
 +At the server-side you need to install and setup murmur according to [[https://wiki.mumble.info/wiki/Installing_Mumble|mumble's wiki article]] and the [[https://lab.uberspace.de/guide_mumble|Mumble — UberLab 7 documentation]].
 +
 +===== Disable logging =====
 +
 +Mumble's server software murmur logs per-server entries to an internal database and show IP addresses in user status window for privileged users by default. For privacy these settings must be disabled by specifying:
 +
 +<code ini>logdays=-1
 +obfuscate=true</code>
 +
 +in configuration file ''murmur.ini''.
 +
 +===== Prevent verbosity =====
 +
 +By default, murmur is quite verbose about service quality (user counts, bandwidth) and announcements via [[wp>Bonjour_%28software%29|bonjour]] as well as technical server details about OS and software version. Edit the following configuration values to change this behaviour:
 +
 +<code ini>allowping=false
 +bonjour=false
 +sendversion=false</code>
 +
 +{{tag>communication communities voice_chat VoIP}}
 +
 +Category: [[./|Services]]