Mumble is an open-source, low-latency, high quality voice chat software.
Go to file
Mikkel Krautz d5f04b4223 Meta: avoid cluttering the global QSslSocket::defaultCaCertificates() list.
Before this commit, we would add any intermediate certificates found in
the SSL certificate's PEM bundle to the default CA list via
QSslSocket::addDefaultCaCertificates().
We would also add any certificates found in the sslCA PEM bundle to the
default CA list, using the same method.

Due to the way the hot-reload feature for SSL settings is going to work,
these patterns wouldn't work well in that environment, because reloading
the settings would keep adding entries to the global QSslSocket default
CA certificates list. (QSslSocket::defaultCaCertificates())

To combat this, this series of commits try to be more strict about how
default CAs and intermediates in general are handled.

Generally, instead of adding them to the global QSslSocket default CA
list, we add them to each QSslSocket as necessary.

Note: this commit does not stand on its own. It requires the follow-up
commits in this PR. It is split out to aid in reviewing.
2017-02-25 23:10:38 +01:00
.tx
3rdparty minhook-build.pro: Fix paths 2017-02-08 10:42:53 +01:00
3rdPartyLicenses
docs
g15helper Use forward slash for paths in .rc files 2017-01-23 20:34:34 +01:00
icons Add push-to-mute icon 2017-02-13 17:56:17 +01:00
installer Merge PR #2835: installer: don't ship dbghelp.dll anymore. 2017-02-10 00:14:56 +01:00
macx
man
overlay
overlay_gl
overlay_winx64
plugins plugins/rl: update plugin to work with version 1.29 2017-02-21 20:35:01 +01:00
qmake mumble.pri: split out OpenSSL depenency lookup into qmake/openssl.pri for easier use in tests. 2017-02-23 23:22:30 +01:00
samples
scripts Add appveyor configuration for windows proof builds 2017-02-12 13:57:46 +01:00
src Meta: avoid cluttering the global QSslSocket::defaultCaCertificates() list. 2017-02-25 23:10:38 +01:00
themes Add theme push-to-mute icon 2017-02-14 20:31:09 +01:00
toolchain toolchain: update win32-msvc2015 x64 and x86 toolchains to include ucrt lib dir. 2017-01-26 13:26:59 +01:00
.gitignore .gitignore: make xxx_plugin_import.cpp a glob entry. 2017-02-25 19:10:43 +01:00
.gitmodules
.mailmap
.travis.yml Add travis configuration for linux proof builds 2017-02-12 13:46:58 +01:00
appveyor.yml Add appveyor configuration for windows proof builds 2017-02-12 13:57:46 +01:00
AUTHORS
buildenv.pri
CHANGES
compiler.pri compiler.pri: for win32-msvc, ignore C4091 when building against v140_xp toolset. 2017-01-26 13:25:32 +01:00
cplusplus.pri
Doxyfile
INSTALL Make "no-overlay" option available also for Windows 2017-01-22 21:32:27 +01:00
LICENSE
LICENSE.header
lrelease.pri lrelease.pri: add Windows-specific code path, to fix nmake build. 2017-02-21 23:10:31 +01:00
main.pro main.pro: don't build minhook if "no-overlay" option specified 2017-01-22 22:26:01 +01:00
pkgconfig.pri
protoc.pri Add support for custom "protoc" path and scan using "which" on Linux 2017-02-14 00:11:49 +01:00
python.pri python.pri: Fix path search for MinGW on Linux 2017-02-13 15:16:59 +01:00
qt.pri
rcc.pri rcc.pri: Fix script path for MinGW on Linux 2017-01-25 17:49:39 +01:00
README
README.Linux
README.md
README.static.linux
README.static.osx
symbols.pri
uname.pri
winpaths_default.pri
winpaths_static.pri

Mumble - A voicechat utility for gamers

http://mumble.info/
#mumble on freenode

Mumble is a voicechat program for gamers written on top of Qt and Speex.

There are two modules in Mumble; the client (mumble) and the server (murmur). The client works on Win32/64, Linux and Mac OS X, while the server should work on anything Qt can be installed on.

Note that when we say Win32, we mean Windows XP or newer.

Running Mumble

On Windows, after installation, you should have a new Mumble folder in your Start Menu, from which you can start Mumble.

On Mac OS X, to install Mumble, drag the application from the downloaded disk image into your /Applications folder.

Once Mumble is launched, you need a server to connect to. Either create your own or join a friend's.

Running Murmur on Unix-like systems

Murmur should be run from the command line, so start a shell (command prompt) and go to wherever you installed Mumble. Run murmur as

murmurd [-supw <password>] [-ini <inifile>] [-fg] [v]

-supw   Set new password for the user SuperUser, which is hardcoded to
        bypass ACLs. Keep this password safe. Until you set a password,
        the SuperUser is disabled. If you use this option, murmur will
        set the password in the database and then exit.

-ini    Use a inifile other than murmur.ini, use this to run several instances
        of murmur from the same directory. Make sure each instance is using
        a separate database.

-fg     Run in the foreground, logging to standard output.

-v      More verbose logging.

Running Murmur on Mac OS X

Murmur is distributed seperately from the Mumble client on Mac OS X. It is called Static OS X Server and can be downloaded from the main webpage.

Once downloaded it can be run in the same way as on any other Unix-like system. For more information please see the 'Running Murmur on Unix-like systems' above.

Running Murmur on Win32

Doubleclick the Murmur icon to start murmur. There will be a small icon on your taskbar from which you can view the log.

To set the superuser password, run murmur with the parameters -supw <password>.

Bandwidth usage

Mumble will use 10-40 kbit/s outgoing, and the same incoming for each user. So if there are 10 other users on the server with you, your incoming bandwidth requirement will be 100-400 kbit/s if they all talk at the same time.