Configuring Murmur

From Mumble Wiki
Revision as of 21:06, 26 October 2007 by NodroNgetl (talk | contribs)
Jump to: navigation, search

royal gigilo acer 19 al1912 toyota hilux cabala wehrmacht ora zero von dutch ap 410n cant fight mmc nokia cdc columbus lac spa farnham omar srl car financing bombuzal renault dynamic 2003 epson 850 episomes.info techna 2004 detmold mivar tv 21 b c srl hard woman over 40 firewire card transcend dsc usb samsung lcd 913n hotsexy c40 olympus axe gang rampage redblue www blak sabat fiat panda 1 1 anywhy.info duty and buty cover encarta forswear.info meow dramm cerca amico luca ward Video cunnilingus url tv 17 tu carcel inganni seni modem adsl router 4 porte ceck cpu amd 64 mercedes 300 ce kris groove bloomin gardens fusker scanners forswear.info grozny Zaffiro tom tom 6600 bmw z 8 albuquerque hotel orlowski fourcc code guida dvd c500 bmw 318 td overhit.info flysat video girl ai sburro in bocca yakumo pda cost jacinthe.info blocki episomes.info forswear.info url thomson dth 233e lima treni loco fanciul porno web socom 2 peso bagagli episomes.info lexmark 5250 the two of us zeling anh duc l70 como ultrablu magwe umts wind cordless handy opteron 246 box imac g5 1 8 epson stylus r320 anywhy.info cfsdf webcam free live fujifilm ix 1 acy 25 cpr 400 mg

Murmur (A.K.A. mumble server)

Ini file

The server configuration is done through the murmur.ini file. Here's an example file:

# Welcome message sent to users
welcometext="<br />Welcome to this server running <b>Murmur</b>.<br />Enjoy your stay!<br />"

# Port to bind TCP and UDP sockets to
port=64738

# Password to join server
serverpassword=

# Maximum number of concurrent clients allowed.
users=50

# Maximum bandwidth (in bytes per second) clients are allowed
# send speech at.
bandwidth=5000

# Users hear themselves? (Testmode)
loop=false

# Path to database. If blank, will search for
# murmur.sqlite in default locations.
database=

# How often should commands from the database be checked?
# The default is every 10 seconds. Unless you're writing your
# own scripts, don't bother with this.
commandtime=1

# If you wish to use something other than SQLite, you'll need to set the name
# of the database above, and also uncomment the below.
#
#dbDriver=QMYSQL
#dbUsername=
#dbPassword=
#dbHost=
#dbPort=

# Murmur defaults to not using D-Bus. If you wish to use dbus, please
# specify so here.
#
#dbus=session

# Murmur default to logging to murmur.log. If you leave this blank,
# murmur will log to the console (linux) or through message boxes (win32).
logfile=murmur.log

# To enable public registration, the serverpassword must be blank, and this
# must all be filled out.
# The password here is used to create a registry for the server name; subsequent
# updates will need the same password. Don't loose your password.
# The URL is your own website.
#registerName=Mumble Server
#registerPassword=secret
#registerUrl=http://mumble.sourceforge.net/

Is pretty self-explanatory.

Using an external database

It is possible to use an external database instead of SQLite: