MediaWiki API result

This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.

Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.

See the complete documentation, or the API help for more information.

{
    "batchcomplete": "",
    "continue": {
        "gapcontinue": "SRV_Record",
        "continue": "gapcontinue||"
    },
    "query": {
        "pages": {
            "1467": {
                "pageid": 1467,
                "ns": 0,
                "title": "Reviews and tests",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "This page contains a collection of reviews and tests conducted on mumble by users or other third parties.\n\nIf you did find any other reviews you would like to see on this page feel free to add them or drop us a note.\n\n= Videos =\nThis section is supposed to contain third party generated video content about mumble.\n== Created by users ==\n[http://www.youtube.com/watch?v=qMfF36NvoJc Mumble vs. TS2, Ventrilo - Transmission Delay (Latency)]\n\n\"This video shows you that with Mumble you have nearly real-time voice transmission, not like TS2 or Ventrilo, which need at least 1 sec.\" - M3G4G0TH\n\n\n[http://chris.pirillo.com/teamspeak-vs-ventrilo-vs-mumble-audio-for-gamers/ Teamspeak vs Ventrilo vs mumble audio for gamers]\n\n\"If you\u2019ve used anything else for this type of communication, consider Mumble. It is mature enough to use, and I definitely recommend it.\" - [http://en.wikipedia.org/wiki/Chris_Pirillo Chris Pirillo]\n\n= Misc =\nThis section contains entries which aren't directly related to reviews or tests but also state opinions about Mumble.\n== Tutorials ==\n[http://gameserver.gamed.de/index.php?id=29 Exklusives Mumble Howto by mTw: disruptor] (German)\n\n\"Mein Team und ich vertrauen auf Mumble und dieses Vertrauen wird bis jetzt absolut gerechtfertigt.\" - [http://www.mymtw.de/de/member/7/Counter_Strike_Source/Disruptor.html mTw : disruptor]\n\nTranslation: \"My team and I trust Mumble and till now this trust has been absolutely justified\"\n\n\n[[Category:Documentation English]]"
                    }
                ]
            },
            "1290": {
                "pageid": 1290,
                "ns": 0,
                "title": "Running Murmur",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "'''If you find anything incorrect or missing in this article feel free to add it yourself. After you register, you must wait three days before you can edit a page.'''\n= Introduction =\n{{Notice\n|message=For a step-by-step guide to setting up a Murmur server, read '''[[Murmurguide|Murmur Guide]]'''.\n\n}}\nMurmur is the server component for Mumble. This article is meant to give you the necessary information to configure and run your own server.\n\n= Distribution-Specific Murmur =\n\nBy default, Murmur is configured to run from a regular user account, and on Windows and OSX this is the only way it works. \n\nHowever, on distributions with prepackaged Murmur (Debian/Ubuntu), Murmur is configured to run as a system service, just like your webserver, mailserver and whatever else you have running. This \"global\" installation is a ready, turn-key solution, most of the information here does not apply to you. Most packages also include the 'murmur-user-wrapper' script, which does all of the below for you if you want to run as a regular user (including starting DBus).\n\nSo, on these systems, you can still run Murmur manually, but you will then not benefit from the extensive care that has gone into preparing those packages.\n\nIf you need to register users externally, or change the settings of a virtual server, read the section on Advanced Configuration.\n\n= Basic Configuration =\n\n== Settings, Ports, and Authentication ==\nThe default settings for a Murmur server are configured in ''[[murmur.ini]]''. Here, you can configure the welcome text, port number and other settings. However, these are just default settings and can be overwritten via the [[Ice]] RPC without changing the .ini; if you're running multiple virtual servers, each virtual server has its own configuration, which is maintained internally by Murmur (see below).\n\nThe default port for a Murmur server is UDP and TCP 64738.\n<br> \nHave a look at [[Mumble URL]] to see how to publish links to your server, and [[SRV_Record | SRV Record configuration]].\n\nAdding an authenticated user can be done through various means. Unless you need automated registration of users or authentication against an external database using the functionality built into the client is the easiest method. If you need more control you can use [[Ice]] or [[DBus]].\n\n== Setting the SuperUser Password ==\n{{Notice\n|message=Note this command can be run seperately while the server is running to change the password without restarting.  Also note that in 1.2.2 at least, you must run the server normally at least once before trying to set this.\n}}\n\n{{Notice\n|message=For older versions the SuperUser account is disabled until you setup the password. You don't need the SuperUser account to run a simple server, but you do need it if you want to give your regular user account any privileges. \n}}\n\nIn version >=1.2.4 the SuperUser password is generated automatically on the first server start. You can find it in the logfile. Search for an entry like <code><W>2013-09-03 11:23:44.516 1 => Password for 'SuperUser' set to 'supersecretpassword'</code>. You can of course change this password.\n\nTo set/change the password on the Linux static server, run\n murmur.x86 -ini <path to configuration file> -supw <password> [srv]\nTo set the password on Debian-based systems, run\n<pre>\n # EITHER use the dpkg management facilities\n sudo dpkg-reconfigure mumble-server\n\n # OR run the server binary manually\n sudo -i murmurd -ini /etc/mumble-server.ini -supw <password> [srv]\n</pre>\nTo set the password on Windows systems, run\n <path to murmur.exe> -ini <path to configuration file> -supw <password> [srv]\n\nMake sure the <tt>-ini</tt> parameter is the same as for running the server normally to make sure the password gets set in the right database file. If the command does not seem to work, double-check that you are supplying the right path.\n\nThe <tt>[srv]</tt> parameter is the ID of the virtual Mumble-Server you want to change password for. If omitted, ID 1 is used (for the first virtual server).\n\nThis will only set the password and then terminate, it will not start the server. To run the server, start it without the <tt>-supw</tt> parameter.\n\n== Starting Murmur ==\n\nTo start Murmur, \n\nOn a static Linux build, cd to the directory where you extracted the files and do\n murmur.x86\nOn Debian-based,\n sudo dpkg-reconfigure mumble-server\nOn Windows,\n <path to murmur.exe> (usually C:\\Program Files\\Mumble\\Murmur.exe)\n\nFor debugging or real time logging, you might want to add ''-fg -v'' to the command line, which will stop the program from running in the background.\n\nBy default, Murmur opens its configuration file, database file and logfile in your current directory. The configuration file can be overridden with the ''-ini'' parameter, and the database and logfile can be set from the ini file, using their respective parameters.\n\n= Advanced Configuration and Administration=\n\nTo make use of a strong server certificate the users will not have to manually accept, please see [[Obtaining a Let's Encrypt Murmur Certificate]] and [[Obtaining a Comodo Murmur certificate]].\n\n{{Notice\n|message=Most of these interfaces are created and maintained by third parties and the Mumble developers have no influence on the stability and/or security of these projects. \n\nAlso, nearly all of the basic administration tasks can be completed '''through the client''' when using > Mumble 1.2.x.\n}}\n== Compatibility With RPC-Interfaces ==\n\nFor full functionality with an RPC interface, Murmur requires either a working [[DBus]] daemon or [[Ice]] installation that is enabled. We recommend using the [[Ice]] interface; [[DBus]] is considered deprecated and although it will not be removed in the near future, it is not receiving any new functionality. Once you have Murmur working with the RPC interface, you can install a compatible web interface; see below for possible options.\n\n== Authenticating With an External Database/Forum ==\n\n===Ice===\nFor phpBB3, there is [https://github.com/mumble-voip/mumble-scripts/tree/master/Authenticators/phpBB3 phpBB3auth]. You must point the python script to the ini file; read the in-source documentation for more infomation.\n\nFor SMF (Simple Machines Forum), there is [https://github.com/mumble-voip/mumble-scripts/tree/master/Authenticators/SMF smfauth]. You must point the python script to the ini file; read the in-source documentation for more infomation.\n\n===DBus===\n\nThere is an extended example of how to use the authenticator called ''scripts/dbusauth.pl''. You'll need to configure where your phpBB3 database resides, but once that is done you'll simply have to run the script after starting murmur to allow authentication to be done through the phpBB3 database.\n\nAny group associations the user has on phpBB3 is copied to a temporary group on a root channel (and by default inherited to all subchannels). Please note that this is a temporary group membership and as such will not show up in the Edit ACL dialogs.\n\n== 3rd Party Applications ==\n\nIf you are planning to administrate your Murmur server with an external 3rd Party Application, see the following pages for further information.\n\n* '''[[3rd_Party_Applications#Web-Interfaces|Web-Interfaces]]'''\n* '''[[3rd_Party_Applications#Standalone Applications|Standalone Applications]]'''\n* '''[[3rd_Party_Applications#Commandline-Interfaces|Commandline-Interfaces]]'''\n\n{{Notice\n|message=The aforementioned categories have been moved to the page '''[[3rd_Party_Applications|3rd Party Applications]]'''.\n}}\n\n== Manual Configuration Using DBus ==\n\nIf you are not able to use an additional application for administrating Murmur there is still the possibility of manually communicating with the server using [[DBus]]. You can find detailed information on this in our [[DBus|DBus article]].\n\n= Alternative Mumble Servers =\nThere are multiple alternative Mumble Servers which support the Mumble protocol. <br>\nEveryone is free to implement their own Mumble server software and add it to this list.\n\n{{Notice\n|message=It is recommended to use the Standard Mumble Server. <br>\nThese Servers vary in functionality, so check for features and compatibility before use.\n}}\n \n== Grumble ==\nGrumble is a Mumble Server based on Go (programming language). <br>\nIt is in active development by the official Mumble team. <br>\nTake a look at the Github Repo: https://github.com/mumble-voip/grumble\n\n{{Notice\n|message=For now Grumble lacks support for some features (e.g. remote control, config system). <br>  \nSee https://github.com/mumble-voip/grumble#project-status for more details.\n}}\n\n== uMurmur ==\n{{Notice\n|message=uMurmur is outdated (last updated: 2017). So it is not recommended for use and might not be compatible with recent versions of Mumble.\n}}\n\nuMurmur is a minimalistic Murmur implementation without dependency on QT-core. It lacks features of the Mumble server, but aims at working well on embedded devices like routers. \n\nRead more at [http://umurmur.net the uMurmur project page].\n\n\n[[Category:Documentation English]]"
                    }
                ]
            }
        }
    }
}