Mumble vs Mattermost
When comparing Mumble vs Mattermost, the Slant community recommends Mattermost for most people. In the question“What is the best team chat software?” Mattermost is ranked 6th while Mumble is ranked 10th. The most important reason people chose Mattermost is:
You don't need to rely on someone else's servers, you can host Mattermost on your own server.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Code available to anyone to inspect or use, no spy- or adware
Mumble is available as a free download and source code is available on GitHub.
Pro Free and open-source server software
The server software Murmur is licensed under a free and open-source BSD-style license.
Pro Can be used on a gamers preferred platform
Available on Windows, Linux, OS X, Android and iOS which allows for the user to choose what operating system works for them and still be able to use Mumble.
Pro Excellent voice quality
Since version 1.2.4, Mumble uses an audio codec named Opus that's specifically developed to provide low-latency voice communication over Internet. This means that there is no delay time, while audio still comes out clear.
Pro Low latency and resource usage
Dedicated servers and low overhead allows Mumble to have the least delay between users speaking and others hearing their speech, which can be very important for fast paced games.
Pro Push-to-Talk
A push-to-talk key allows you to only transmit audio when you want it. Others won't hear you chewing or your mom entering the room unless you want to.
Pro Free to download and use as a client
Mumble is completely free, even hosting your own server.
Pro Use of certificates offers more security and easy people management
Mumble uses certificates for user identification. A certificate can be generated by the user himself or issued by a third-party organization with organization certificates having 2 classes. A self-generated certificate is not tied to anything, a Class 1 certificate is tied to an e-mail address and a Class 2 certificate requires proof of identity. Depending on the server a different level of certification might be required.
Pro Server works on Raspberry Pi
Mumble server side is easy to setup and works smooth even on Raspberry Pi, which is pretty short on resources.
Pro Easily overlay over game
An in-game overlay can be enabled to show users in the channel or users talking. Overlay can be disabled completely or on a per-game basis by going to Settings->Overlay. This allows for users to see their chat but not obstruct the game they are playing.
Pro Sub-channels
By default, only users in the same channel can hear each other. Channels can be nested to better organize yourself according to what you want to be talking about.
Pro Secure & encrypted
This encryption is mandatory and cannot be disabled. The so-called control channel, which transports your chat messages and other non-time critical information, is encrypted with TLS using 256 bit AES-SHA. The voice channel carrying speech and positional audio is encrypted with OCB-AES 128 bit.
Pro Good audio normalization
Mumble includes great automatic volume adjustment functionality that can be used to prevent big volume changes while still allowing good communication.
Pro Positional audio
Mumble supports positional audio for over 50 games, including versions of Call of Duty, Battlefield and Counter-Strike. This allows you to hear the audio from the direction of the player speaking, making gameplay more immersive and giving competitive players an edge. You can find a full list of supported games here.
Pro Portable version on PortableApps
Pro Server can be put on alternative firmware wireless routers
Pro Can be self-hosted
You don't need to rely on someone else's servers, you can host Mattermost on your own server.
Pro One-line Docker install
With Docker set up, you can install Mattermost with the following command:
docker run --name mattermost-dev -d --publish 8065:80 mattermost/platform
For other cases, installation instructions can be found here.
Pro Similar to Slack
Almost all features of Slack are available in Mattermost.
Pro Free - OpenSource
You can download and use it as free for self-hosted server.
Pro Mobile apps for android and iOS
Pro You can change theme
Pro Desktop app for MacOS, Linux and Windows
Pro Browser notifications
Pro Mark-Down support
Yes, it supports markdown.
Cons
Con A bit more difficult to set up than similar solutions
The process of generating and/or acquiring certificates can be time-consuming and a bit more complex than setting up a username/password authentication that's found in other clients.
Similarly, setting up a server that includes configuring user permission system requires advanced technical knowledge.
Con Disconnect issues
Can have occasions of disconnect or users keep getting booted.
Con Relatively poor voice quality
While Mumble's voice quality is fine, and you can understand what's being said, there is a noticeable difference between it and many other platforms.
Con No easy End-to-End Encryption setup
Con Features not available out of the box
Difficult to setup the many features it offers. The easy docker installation is for the application only, not it's feature sets. Requires a license for full-set of features.
Con Centralized
Con Poorly made iOS app
Built natively using React it suffers from unresponsiveness, input lag, and sometimes broken services. Coupled with a bad user experience.
Con Poorly made Android app
The Android application is just a badly wrapped web-view which does not perform well and has no form of offline caching whatsoever.
Con Self-Hosted
This doesn't work for every type of company. Mainly great for those concerned with privacy, security, compliance and control of your data/information.