请输入您要查询的百科知识:

 

词条 Mumble (software)
释义

  1. Channel hierarchy

  2. Sound quality

  3. Security and privacy

  4. Overlay

  5. Positional audio

  6. Mobile apps

  7. Server integration

  8. Server hosting

  9. See also

  10. References

  11. External links

{{Multiple issues|{{primary sources|date=June 2011}}{{User-generated|date=March 2018}}
}}{{Infobox software
| name = Mumble
| logo = Icons mumble.svg
| logo size = 120px
| screenshot = Mumble.png
| screenshot size = 280px
| caption = Main view of Mumble
| author = Thorvald Natvig
| developer = Mumble VOIP Team
| released = {{start date and age|2005}}
| latest release version = 1.2.19[1]
| latest release date = {{start date and age|2017|01|27}}
| latest preview version =
| latest preview date =
| programming language = C++
| operating system = Android, iOS, Linux, macOS, Microsoft Windows
| platform = Qt
| language =
| genre = VoIP client and server
| license = New BSD license
| website = {{URL|https://wiki.mumble.info/wiki/Main_Page}}
}}Mumble is a voice over IP (VoIP) application primarily designed for use by gamers and is similar to programs such as TeamSpeak.[2]

Mumble uses a client–server architecture which allows users to talk to each other via the same server.[3] It has a very simple administrative interface and features high sound quality and low latency. All communication is encrypted to ensure user privacy.[4]

Mumble is free and open-source software, is cross-platform, and is released under the terms of the new BSD license.

Channel hierarchy

A Mumble server (called Murmur) has a root channel and a hierarchical tree of channels beneath it. Users can temporarily connect channels to create larger virtual channels. This is useful during larger events where a small group of users may be chatting in a channel, but are linked to a common channel with other users to hear announcements. It also matches team-based first-person shooter (FPS) games. Each channel has an associated set of groups and access control lists which control user permissions. The system supports many usage scenarios, at the cost of added configuration complexity.[5]

Sound quality

Mumble uses the low-latency audio codec Opus as of version 1.2.4,[6] the codec that succeeds the previous defaults Speex and CELT. This and the rest of Mumble's design allow for low-latency communication, meaning a shorter delay between when something is said on one end and when it's heard on the other. Mumble also incorporates echo cancellation to reduce echo when using speakers or poor quality sound hardware.

Security and privacy

Mumble connects to a server via a TLS control channel, with the audio travelling via UDP encrypted with AES in OCB mode.[7] As of 1.2.9 Mumble now prefers ECDHE + AES-GCM cipher suites if possible, providing Perfect Forward Secrecy.[8] While password authentication for users is supported, since 1.2.0 it is typically eschewed in favor of strong authentication in the form of public key certificates.[9]

Overlay

There is an integrated overlay for use in games.[4] The overlay shows who is talking and what linked channel they are in. As of version 1.0, users could upload avatars to represent themselves in the overlay, creating a more personalized experience. As of version 1.2, the overlay works with most Direct3D 9/10 and OpenGL games on Windows and has OpenGL support for Linux and Mac OS X.[10] DirectX 11 game support was later added.

Positional audio

For certain games, Mumble modifies the audio to position other players' voices according to their relative position in the game.[4] This not only includes giving a sense of direction, but also of distance.

To realise this, Mumble sends each player's in-game position to players in the same game with every audio packet. Mumble can gather the information needed to do this in two ways: it either reads the needed information directly out of the memory of the game or the games provide it themselves via the so-called link plugin interface.

The link plugin provides games with a way to expose the information needed for positional audio themselves by including a small piece of source code provided by the Mumble project.[11] Several high-profile games have implemented this functionality including many of Valve's Source Engine based games (Team Fortress 2, Source, Source, Deathmatch)[12][13] and Guild Wars 2.[14][15]

Mobile apps

Mobile apps are available for Mumble, such as Mumblefy for iOS[16] and Plumble for Android.[17][18]

Server integration

Mumble fits into existing technological and social structures. As such, the server is fully remote controllable over Ice.[19] User channels as well as virtual server instances can be manipulated. The project provides a number of sample scripts illustrating the abilities of the interface[20] as well as prefabricated scripts offering features like authenticating users using an existing phpBB or Simple Machines Forum database.[21] The murmur server uses port 64738 TCP and UDP by default.

An alternative minimalist implementation of the mumble-server (Murmur) is called uMurmur.[22] It is intended for installation on embedded devices with limited resources, such as, for example, residential gateways running OpenWrt.[23]

Server hosting

Like many other VoIP clients, Mumble servers can be both rented or hosted locally. Hosting a Mumble server locally requires downloading Murmur (included as an option in the Mumble installer) and launching it. Configuring the server is achieved via editing the configuration file. The configuration file holds information for the server's name, user authentication, audio quality restrictions, and port.

Administrating the server from within requires a user to be given administrator rights, or can also be done by logging into the SuperUser account. Administrators within the server can add or edit rooms, manage users, and view the server's information.

See also

{{Portal|Free and open-source software}}
  • Comparison of VoIP software

References

1. ^{{cite web|url=https://github.com/mumble-voip/mumble/releases/latest|title=GitHub: Latest release}}
2. ^{{cite web|url=http://wiki.mumble.info/wiki/FAQ#What_is_Mumble.3F |title=FAQ/English – Mumble |publisher=www.mumble.info |date= |accessdate=2011-06-30}}
3. ^{{cite web|url=http://wiki.mumble.info/wiki/FAQ |title=FAQ/English – Mumble |publisher=www.mumble.info |date= |accessdate=2011-06-30}}
4. ^{{cite web|url=http://sourceforge.net/blog/potm-200911/ |title=Project of the Month, November 2009 |publisher=SourceForge.net |date=2005-08-31 |accessdate=2011-06-30}}
5. ^{{cite web|url=http://wiki.mumble.info/wiki/ACL_and_Groups |title=ACL and Groups/English – Mumble |publisher=www.mumble.info |date= |accessdate=2011-06-30}}
6. ^{{Cite web|url=http://blog.mumble.info/mumble-1-2-4-released/|title=Mumble 1.2.4 released {{!}} Mumble|website=blog.mumble.info|language=en-US|access-date=2017-09-30}}
7. ^{{cite web|url=http://wiki.mumble.info/wiki/FAQ/English#Is_Mumble_encrypted.3F|title=FAQ/English - Mumble Wiki|date= |accessdate=2015-06-12}}
8. ^{{cite web|url=http://blog.mumble.info/mumble-1-2-9/|title=Mumble 1.2.9 - Mumble Blog|date= |accessdate=2015-06-12}}
9. ^{{cite web|url=http://wiki.mumble.info/wiki/Features#Authentication|title=Features - Mumble Wiki|date= |accessdate=2015-06-12}}
10. ^{{cite web|url=http://wiki.mumble.info/wiki/Games#Overlay |title=Games – Mumble |publisher=www.mumble.info |date= |accessdate=2011-06-30}}
11. ^{{cite web|url=http://wiki.mumble.info/wiki/Link |title=Link – Mumble |publisher=www.mumble.info |date= |accessdate=2011-06-30}}
12. ^{{cite web|url=http://store.steampowered.com/news/9221/|title=Updates for Team Fortress 2, Day of Defeat: Source and Half-Life 2: Deathmatch}}
13. ^{{cite web|url=http://store.steampowered.com/news/9893/|title=Counter-Strike: Source Update Released}}
14. ^{{cite web|url=https://forum-en.guildwars2.com/forum/info/updates/Game-Update-Notes-February-26-2013|title=Guildwars Website}}
15. ^{{cite web|url=http://wiki.mumble.info/wiki/Games#Positional_audio|title=Games - Mumble Wiki}}
16. ^{{cite web|url=http://mumblefy.com|title=Mumblefy – a Mumble client for the iPhone}}
17. ^{{cite web|url=https://f-droid.org/repository/browse/?fdid=com.morlunk.mumbleclient|title=Plumble – Voice chat for Mumble servers}} in F-Droid
18. ^{{cite web|url=https://play.google.com/store/apps/details?id=com.morlunk.mumbleclient|title=Plumble – a Mumble client for Android}} at Google Store
19. ^{{cite web |url=http://ostatic.org/blog/interview-mumble-does-oss-voip-chats-for-online-games |title=Interview: Mumble Does OSS VoIP Chats for Online Games |publisher=Ostatic.org |date= |accessdate=2011-06-30 |deadurl=yes |archiveurl=https://web.archive.org/web/20110727154500/http://ostatic.org/blog/interview-mumble-does-oss-voip-chats-for-online-games |archivedate=2011-07-27 |df= }}
20. ^{{cite web|url=http://mumble.git.sourceforge.net/git/gitweb.cgi?p=mumble/mumble;a=tree;f=scripts |title=SourceForge – mumble/mumble/tree – scripts/ |publisher=Mumble.git.sourceforge.net |date= |accessdate=2011-06-30}}
21. ^{{cite web|url=http://gitorious.com/mumble-scripts/mumble-scripts/trees/master/Authenticators |title=Tree for mumble-scripts in Mumble scripts |publisher=Gitorious |date= |accessdate=2011-06-30}}
22. ^{{cite web|url=https://github.com/umurmur/umurmur|title=GitHub - umurmur/umurmur: Minimalistic Murmur}}
23. ^{{cite web|url=http://wiki.openwrt.org/doc/howto/umurmur |title=uMurmur – Howto |publisher=wiki.openwrt.org |date= |accessdate=2011-10-09}}

External links

  • {{Official website}}

8 : Free software programmed in C++|Free VoIP software|Internet software for Linux|MacOS Internet software|Software using the BSD license|Voice over IP clients that use Qt|VoIP software|Windows Internet software

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/9/21 17:47:25