0
0
mirror of https://github.com/mumble-voip/mumble.git synced 2024-11-21 07:07:56 +00:00
Go to file
2024-11-09 02:48:00 +01:00
.ci MAINT: Remove copyright year from all copyright notices 2024-09-30 18:06:20 +02:00
.github CI(backport): Fix label checker version 2024-10-03 12:36:37 +02:00
3rdparty REFAC(client): Replace <codecvt> usage 2024-07-26 20:14:22 +02:00
3rdPartyLicenses BREAK(server): Remove DBus support 2024-09-30 19:18:40 +02:00
auxiliary_files BREAK(server): Remove DBus support 2024-09-30 19:18:40 +02:00
cmake FIX(client): Specify version when loading/saving MainWindow state 2024-10-06 04:47:37 +02:00
docs DOCS(protocol): Convert CRLF to LF 2024-11-01 23:05:42 +01:00
helpers/g15helper DOCS(vcpkg): Refer to our own vcpkg fork 2024-10-01 22:36:05 +02:00
icons FIX(ui): Replace Emoji One icons with MIT licensed flag-icons 2024-05-09 10:30:20 +02:00
installer MAINT: Remove copyright year from all copyright notices 2024-09-30 18:06:20 +02:00
macx MAINT: Remove copyright year from all copyright notices 2024-09-30 18:06:20 +02:00
overlay MAINT: Remove copyright year from all copyright notices 2024-09-30 18:06:20 +02:00
overlay_gl MAINT: Remove copyright year from all copyright notices 2024-09-30 18:06:20 +02:00
overlay_winx64 BUILD: Use build number instead of patch version 2021-11-28 20:12:06 +01:00
plugins FIX(plugins): Load correct pages for modules 2024-10-04 10:37:13 -07:00
samples Add sound for recording state change notifications 2010-08-25 23:24:37 +02:00
screenshots MAINT(docs): the Game bar trigger must be disabled for the guide button to work 2020-10-10 21:08:22 +02:00
scripts Merge PR #6580: BREAK(server): Remove DBus support 2024-10-03 15:51:52 +02:00
src Merge PR #6584: FIX(client): Specify version when loading/saving MainWindow state 2024-11-09 02:48:00 +01:00
themes FIX(client, theme): Chinese characters not displayed properly 2023-08-30 13:28:03 +08:00
.appveyor.yml MAINT: Remove copyright year from all copyright notices 2024-09-30 18:06:20 +02:00
.backportrc.json MAINT: Update backport config 2024-07-06 18:02:53 +02:00
.cirrus.yml MAINT: Remove copyright year from all copyright notices 2024-09-30 18:06:20 +02:00
.clang-format MAINT: Added clang-format support 2020-09-11 18:28:38 +02:00
.gitignore MAINT: Ignore local Visual Studio CMake settings file CMakeSettings.json 2021-03-19 23:56:19 +01:00
.gitmodules REFAC(client): Replace <codecvt> usage 2024-07-26 20:14:22 +02:00
.mailmap Added aliases of Robert Adam 2020-01-28 12:47:16 +01:00
CMakeLists.txt MAINT: Remove copyright year from all copyright notices 2024-09-30 18:06:20 +02:00
CODE_OF_CONDUCT.md MAINT: Add Code of Conduct 2021-04-07 19:58:21 +02:00
CODING_GUIDELINES.md MAINT: Add coding guidelines 2021-07-24 20:21:11 +02:00
COMMIT_GUIDELINES.md DOCS: Fix headlines, Add general intro 2024-04-07 11:44:35 +02:00
Doxyfile Doxyfile: set "EXTRACT_ALL" to "YES" 2019-12-26 20:27:52 +01:00
LICENSE MAINT: Remove copyright year from all copyright notices 2024-09-30 18:06:20 +02:00
README.md MAINT(readme): Update Docker usage instructions 2024-09-30 19:39:57 +02:00
SECURITY.md Add link to advisories in SECURITY.md 2020-05-31 16:39:12 +02:00

Mumble screenshot

Mumble - Open Source voice-chat software

https://www.mumble.info

#mumble:matrix.org

Codacy Azure Cirrus CI Travis CI

Mumble is an Open Source, low-latency and high-quality voice-chat program written on top of Qt and Opus.

There are two modules in Mumble; the client (mumble) and the server (mumble-server formerly known as murmur). The client works on Windows, Linux, FreeBSD, OpenBSD, and macOS, while the server should work on anything Qt can be installed on.

The documentation of the project can be found on the website.

Contributing

We always welcome contributions to the project. If you have some code that you would like to contribute, please go ahead and create a PR. While doing so, please try to make sure that you follow our commit guidelines.

If you are new to the Mumble project, you may want to check out the general introduction to the Mumble source code.

Translating

Mumble supports various languages. We are always looking for qualified people to contribute translations.

We are using Weblate as a translation platform. Register on Weblate, and join our translation project.

Writing plugins

Mumble supports general-purpose plugins that can provide functionality that is not implemented in the main Mumble application. You can find more information on how this works and how these have to be created in the plugin documentation.

Building

For information on how to build Mumble, check out the dedicated documentation.

Reporting issues

If you want to report a bug or create a feature request, you can open a new issue (after you have checked that there is none already) on GitHub.

Code Signing

We graciously acknowledge that this program uses free code signing provided by SignPath.io, and a free code signing certificate by the SignPath Foundation.

Windows

Running Mumble

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

Running Mumble-Server

Double-click the icon to start mumble-server. There will be a small icon on your taskbar from which you can view the log.

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

MacOS

Running Mumble

To install Mumble, drag the application from the downloaded disk image into your /Applications folder.

Running Mumble-Server

mumble-server is distributed separately from the Mumble client on MacOS. 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 mumble-server" in the Linux/Unix section below.

Linux/Unix

Running Mumble

If you have installed Mumble through your distribution package repository, you should be able to find Mumble in your start menu. No additional steps are necessary.

Running Mumble-Server

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

mumble-server [-supw <password>] [-ini <inifile>] [-fg] [v]

-supw   Set a 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, mumble-server will
        set the password in the database and then exit.

-ini    Use an inifile other than mumble-server.ini, use this to run several instances
        of mumble-server 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.

Docker image

Our official Docker image along with instructions on how to use it can be found at https://github.com/mumble-voip/mumble-docker

Server configuration

You can find an up-to-date mumble-server configuration template in this repository. Further server configuration documentation can be found on the project website.

OpenGL Overlay

The OpenGL overlay works by intercepting the call to switch buffers, and just before the buffer switch, we draw our nice GUI.

To load a game with the overlay enabled, start the game like this:

LD_PRELOAD=/path/to/libmumble.so.1.1 gamename

If you have Mumble installed through the binary packages, this can be done by simply typing:

mumble-overlay gamename