3rd Party Applications

From Mumble Wiki
Revision as of 23:26, 6 March 2011 by Soccy (talk | contribs) (Adding a new tool called Mod_Murmur, which is a Joomla module but usable also without Joomla as "standalone".)
Jump to: navigation, search

Please edit this page if you find a feature or step you think should be included; it's a wiki for a reason! Note you must register and wait about 3 days in order to be able to edit.

Web-Interfaces

There are several browser based interfaces which can be used to administrate the Murmur server. If you need something very basic or want to create your own interface you should take a look at Murmur's script folder which contains some basic web-interface examples which use Ice or DBus. Additionally the following table contains a collection of more elaborate Web-Interfaces:

Name Technology License Current Version Last Release DBus Ice 1.1.x 1.2.x Comment Weblink
Mumble-Django Python + Django GPLv3 V2.4 2010-11-14 Yes Yes Yes Yes Channel viewer (internal and support for others), admin panel, IPv6, Channel Viewer Protocol, Munin plugin, CLI, supports multiple servers and instances, user registration, textures, gravatar, translated to English, German, French, Italian and Japanese [1]
MumPI PHP LGPLv3 V2.2.3 2010-12-05 No Yes Yes Yes Admin and User functionality; multiserver (start, stop, add, remove, edit virtual servers), registration & online user management, interface admin, admin-group and permission system, serverviewer [2]
MAP PHP GPLv3 V2.3.1 2010-05-30 Yes Yes Yes Yes Serverhosting; Permissionssystem; Webinterface to manage Server User, Plugin User and virtual Servers; request function for Server Users; uses DBUS or Slice or nothing; Channelviewer for own homepage; Logging functions; German, English, Frensh; Template functions and more! DBUS is supported in all Versions < V2.3.1! [3]
PHP Mumble Admin PHP GPLv3 V0.3.4 2010-11-10 No Yes No Yes Complet administration panel control for murmur designed for multiple virtual server. [4]
Mumbled Admin PHP -- V0.2 2010-01-22 No Yes No Yes visit: http://mumbled.de/content/238/mumbled-phpice-webinterface [5]

Note: We recommend using a preferably Ice or at least DBus capable interface.

Standalone Applications

Name OS DBus Ice Comment Weblink
Murmur Admin Console Windows Yes No Addaa, edit and delete players over SSH [6]

Commandline-Interfaces

Name OS DBus Ice Comment Weblink
mice multi-platform No Yes Helper script written in Python [7]
RegMum Windows Yes No Bat script [8]
mmctl Python Yes No 1.1.8 - Easy to use script for managing servers and adding users locally [9]
Murmur-manager Ruby Yes Yes 1.2.1 GitHub

Channel Viewers

Name Type Platform Protocol Comment Weblink
MAP - Mumb1e Admin Plugin Web PHP Proprietary Full Channelviewer controlling and editing in MAP! You can also include this CV by iframe into your homepage. And you can edit your whole server by all the functions of MAP! Mumb1e.de
Murmur-manager Web Ruby Proprietary GitHub
MumbleReader Web PHP/Javascript Channel Viewer Protocol Webpage

GoogleCode

MumPI Web PHP/Javascript Proprietary

provides Channel Viewer Protocol

JS-Viewer uses own protocoll/calls to MumPI.

MumPI provides JSON-Channel Viewer Protocol-webservice for other viewers.

@Github
MView Web Javascript Channel Viewer Protocol JS-Viewer injecting HTML (no evil iframes etc necessary!). MView @Github
Mumble Watcher Desktop QT/KDE Channel Viewer Protocol Useful if you want to see who's online in a Desktop app without actually connecting, e.g. because you're on a PC without a proper headset. BitBucket
Mumble-Django Web JavaScript Channel Viewer Protocol An ExtJS component that inherits Ext.tree.TreeView to build a channel viewer. BitBucket Documentation
Mumble Channel Viewer Web JavaScript Channel Viewer Protocol A simple jQuery client-side channel viewer that can be added to any Web page. Auto-refreshes at 30 second intervals. GitHub

Documentation

PHP Mumble Viewer Web PHP Ice phpmumbleviewer.coolcow.org
Voice Comms Viewer Web JavaScript Channel Viewer Protocol A site that creates Channel Viewers for Mumble, Teamspeak & Ventrilo using the Channel Viewer Protocol commsviewer.com
Mod_Murmur Web PHP Proprietary (based on mySQL and PHP) A Joomla Module for showing users and channels in use. Can be run without Joomla as well (just modify mod_murmur.php). Requiring NO ICE, NO JAVA, .. just pure PHP. FSXTools.de

Miscellaneous Scripts

Name Type Platform Protocol Comment Weblink
Evebot Bot Python Mumble client Relays comms from one channel to another with a delay (to synchronise comms for time-delayed game spectators, for example) Evebot