Usage Latest Topicsforum/7-usage/Usage Latest TopicsenSpecify alternate configuration file/registry path on Windows?topic/18448-specify-alternate-configuration-fileregistry-path-on-windows/ I'm trying to find a way to run multiple Mumble instances on Windows each with it's own configuration. I'm playing with the -c command line option trying to run with either a config file or registry path, but can't seem to get it to work, whatever I give it, Mumble just won't start, without any error message either on stdout or message box.
Is there any way to tell Windows Mumble to use a different configuration than the default registry path?

]]>
18448Sun, 30 Apr 2023 08:18:44 +0000
Banning an IP address thats not connectedtopic/7051-banning-an-ip-address-thats-not-connected/ Perhaps I'm just clueless, but is there a way to ban an ip address/user when they are not connected?

 

I have had this user "ChannelListeningBot" that signs on, and in less than two or three seconds disconnects. Looking at the log its states "Please don't ban" along with the ip address. Probably VPN showing from Poland. Please advise.

 

Oh wait... I found an "Add" button, I'm going to try and add it.

]]>
7051Sat, 12 Mar 2022 16:58:37 +0000
Problems on running the code and the demo app locallytopic/17152-problems-on-running-the-code-and-the-demo-app-locally/ Hello, I'm trying to create a web application using React JS that has a push-to-talk (PTT) feature on it.
One of the technologies that we will use is Mumble.

 

The demo https://voice.johni0702.de/?address=voice.johni0702.de&port=443/demo on this https://github.com/Johni0702/mumble-web repository is working fine.
I tried to run the repository on my local computer but got some different errors.

 

Installation Errors

 

I cloned and tried to install all of the libraries on the root folder of the repository using the `npm install` command on my local computer with Windows OS and Node JS v16 but I got this error below.


```cmd
verbose stack Error: command failed
verbose stack     at ChildProcess.<anonymous> (C:\Users\LENOVO\AppData\Roaming\nvm\v16.18.0\node_modules\npm\node_modules\@npmcli\promise-spawn\lib\index.js:63:27)
verbose stack     at ChildProcess.emit (node:events:513:28)
verbose stack     at maybeClose (node:internal/child_process:1100:16)
verbose stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5)
verbose pkgid mumble-client-websocket@1.0.0
verbose cwd C:\Users\LENOVO\AppData\Local\npm-cache\_cacache\tmp\git-cloneZtPlJ2
verbose Windows_NT 10.0.22621
verbose node v16.18.0
verbose npm  v8.19.2
error code 1
error path C:\Users\LENOVO\AppData\Local\npm-cache\_cacache\tmp\git-cloneZtPlJ2
error command failed
error command C:\WINDOWS\system32\cmd.exe /d /s /c npm run compile
verbose exit 1
timing npm Completed in 8638ms
verbose code 1
```

 

Then I switched the Node JS version using the NVM from v16 to v14.
I tried to install all of the libraries on the repository using the `npm install` command again but then got another different error.


```cmd
verbose stack Error: mumble-web@0.5.1 prepare: `rm -rf dist && npm run build`
verbose stack Exit status 1
verbose stack     at EventEmitter.<anonymous> (C:\Users\LENOVO\AppData\Roaming\nvm\v14.21.2\node_modules\npm\node_modules\npm-lifecycle\index.js:332:16)
verbose stack     at EventEmitter.emit (events.js:400:28)
verbose stack     at ChildProcess.<anonymous> (C:\Users\LENOVO\AppData\Roaming\nvm\v14.21.2\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)
verbose stack     at ChildProcess.emit (events.js:400:28)
verbose stack     at maybeClose (internal/child_process.js:1088:16)
verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:296:5)
verbose pkgid mumble-web@0.5.1
verbose cwd D:\A.ing\Works\Others\Lacak-and-Valid\Exercises\React-Js\mumble-web-2
verbose Windows_NT 10.0.22621
verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "i"
verbose node v14.21.2
verbose npm  v6.14.17
error code ELIFECYCLE
error errno 1
error mumble-web@0.5.1 prepare: `rm -rf dist && npm run build`
error Exit status 1
error Failed at the mumble-web@0.5.1 prepare script.
error This is probably not a problem with npm. There is likely additional logging output above.
verbose exit [ 1, true ]
```

 

I tried to delete the `"prepare": "rm -rf dist && npm run build",` code (line 45) on the package.json file.
I didn't know whether deleting the code would have an impact on running the app later or not.
I also searched on the internet and found this answer https://stackoverflow.com/a/62744648/8339172 to clear the npm cache, regenerate the package-lock.json file, and delete the node_modules folder.
I did all of them then I ran the "npm install" command again.

 

This time, there was no error.

 

Runtime Errors

 

Continuing the previous section, I tried to run the root of the repository by running the `npm run watch` command.
I didn't know whether the was correct or not because I usually enter the `npm start` command to run a React JS locally.
I didn't see any port configured on the package.json file so I opened the `localhost:8080` address on my browser.
Unfortunately, there was nothing there. The browser said `This site can’t be reached. localhost refused to connect.`

<h3>The App Folder</h3>

Continuing the previous section, I tried to run the index.html file on the `app` folder by double-clicking on the file.
It seemed that the app crashed because I saw there was an error on the browser console as seen in this screenshot below.
![image](https://user-images.githubusercontent.com/24468466/212041430-c5874a4a-d580-44bd-87a4-6dc0b7ec9b0c.png)
Here is the error message:
```cmd
Uncaught SyntaxError: Cannot use import statement outside a module (at index.js:1:1)
```

 

Questions

 

I want to learn how to create the demo (https://voice.johni0702.de/?address=voice.johni0702.de&port=443/demo) on the repository. My questions are:
1. Which one is the source code of the demo app? Is it from the root folder of the repository or the app folder?
2. Continuing the first question, how to install all of the required dependencies for the demo app locally?
3. Continuing the first and second questions, how to run the demo app locally?

]]>
17152Thu, 12 Jan 2023 10:43:52 +0000
Mumble server on Win Server - noguitopic/17043-mumble-server-on-win-server-nogui/ Hi Guys.
Server is WS2016DC without 'desktop experience'.

Mumble server is installed (VC also), but process can not be started.

Is there a way to make it run without using 'desktop experience' (it runs on DE without issues)?.

 

Might system tray be the issue?

 

]]>
17043Sun, 01 Jan 2023 16:14:23 +0000
Setup portainer/dockertopic/16697-setup-portainerdocker/ Hi Folks,
I'm new to Mumbe/Portainer/Docker.  So if my questions are too basic, I'm sorry!! 
So I have the Murmer Template installed via app templates. 
I see a few messages in notifications. 

Request failed with status code 500
Unauthorized

Unable to retrieve users: Unauthorized

I have not been able to figure out how to configure the server. 
I will be happy to help document the process. 

Synology DS918 

Docker - 20.10.3-1308

Portainer -  2.16.2 Community Edition

From my template list, I installed Murmur.. 

Can someone help me finish the setup??

 Thank you! 

]]>
16697Sat, 17 Dec 2022 02:15:12 +0000
No audio when using default devicetopic/16424-no-audio-when-using-default-device/ If I select my speakers or headphones manually they both give me sound from people. When I choose default device I get the sound from mute and mic buttons but not people talking. This picture is my settings when using headphones.

defaultdevice.jpg

]]>
16424Mon, 28 Nov 2022 22:40:34 +0000
Can Get Murmur server to install in Windows 10topic/15371-can-get-murmur-server-to-install-in-windows-10/ Ok, I know this is probably a rather simplistic question, but I did look for others' input before posting. I am trying to install a mumble (murmur) server on my Windows 10 machine so my hospitalized friend can access audio in and out for remote Ham Radio control. I went through the installation on the box but I see no way to make any changes or, for that matter, to see the current settings.

There are references to a murmur.ini file, but that seems to not have been created when I ran the setup software.

Also I see nothing in task manager.

This was all attempted last week. Please see the attached murmur logfile.

I see that the system tried to listen on 0.0.0.0:64738, then gave an error and stopped. How do I tell the software to look at the proper ip address?

 

Thanks for the help!

 

Jim Darrough

murmur.log

]]>
15371Tue, 13 Sep 2022 20:42:03 +0000
User unable to speaktopic/11946-user-unable-to-speak/ Hi all,

 

We use Mumble for a game which allows somebody to shout for in-game help if needed.
Now we have one or two users that are unable to speak due to medical conditions.  The people who offer the help don't always watch text chat, so I'm trying to think of a way for the people who can't speak to notify us when they need help.
Is there a way to perhaps assign a shortcut which then plays a sound or pre-recorded message?

Thanks

]]>
11946Sat, 23 Jul 2022 14:09:25 +0000
Voice disabling if player havent enter the gametopic/7901-voice-disabling-if-player-havent-enter-the-game/ Hello, I have a server related wtih mumble i love mumble so much because its useful and better. Im playing minecraft and when player joins the mumble we can all hear the voices of the players who havent linked their Minecraft. Is there any way to fix it?

]]>
7901Mon, 02 May 2022 06:24:07 +0000
Push to talk suppresstopic/6453-push-to-talk-suppress/ 1.2* versions had push to talk button suppress box but newest mumble doesn't. How to suppress push to talk button?

]]>
6453Thu, 27 Jan 2022 20:51:19 +0000
Is it possible to select multiple users?topic/5046-is-it-possible-to-select-multiple-users/  

I want to easily local mute multiple users who are joining from the immediate neighbor.

Because the direct voice and the mumble voice overlap, which makes me feel uncomfortable.

It would be nice to be able to right-click and "local mute" after making multiple selections while holding down the CTL key.

 

Thanks.

 

]]>
5046Tue, 19 Oct 2021 11:26:10 +0000
add user automatically + interface questiontopic/4941-add-user-automatically-interface-question/

Hello,

I 'm trying to make a plugin for a game ( a mmorpg ) and i have two questions.

I saw 2 ways to use mumble as voice chat for a game ( make a new interface displayed in the game or start mumble automatically ).
Can you tell me what is the script that allow user to get connected to the server by using the IP and password of the server?

Is there a way to add an user automatically to a server?
 

Thanks

]]>
4941Sat, 09 Oct 2021 18:55:39 +0000
Rasperry Pi Settingstopic/4614-rasperry-pi-settings/ Hello together.

I installed the Mumble Server and the Mumble Client. Server starts automatically on Startup.

If i start the Client, there is always the Sound-Options Assistent.

 

Is there a way, that the Sound Options will be safed?

 

Thanks and best regards from Germany

Stefan

]]>
4614Tue, 07 Sep 2021 13:34:43 +0000
Is there a setting that disables the queue for text2-speech?topic/2320-is-there-a-setting-that-disables-the-queue-for-text2-speech/So I want to have text-to-speech enabled for when users mute/unmute or connect/disconnect to the server, but I don't want them to queue up. Sometimes there's someone who presses the mute/unmute button 100 times in rapid succession, and the text-2-speech guy then spends 5 minutes catching up to all those events. I would like him to interrupt and just discard any previous message and read the most recent one only. Is there an option for this I'm missing?


Thanks

]]>
2320Fri, 11 Oct 2019 16:06:10 +0000
Automatic gain controll off?topic/3239-automatic-gain-controll-off/ Hello

 

I've installed mumble server on my Raspberry and mumble Client in my Win10 computer to use it as a audio server for my Amateur Radio station.... The connection works well!

Now my question: Is it possible to turn AGG off? If yes, where?

I wanna transfer a digital signal which is generated by my Win 10 Computer sent via the Raspberry to the Transceiver but within the first 5....6 seconds it becomes quiter and quiter till the signal becomes unusable quiet....

 

Best regards

Manuel

]]>
3239Wed, 19 May 2021 16:24:52 +0000
Is there a good guide for best practices when starting a murmur server?topic/3426-is-there-a-good-guide-for-best-practices-when-starting-a-murmur-server/ I've just set up murmur as a mumble server for my Minecraft Server.  The guides to set it up were fine, there's lots out there, but I don't yet understand how I should administrate this.  Is there some sort of guide/documentation for basic best practices?  This is a simple setup for a minecraft server with ~10 players, and right now I'm the only admin.  I am not requiring a password or anything, and anyone can register, because this is basically so obscure I'm not super worried.  I also only have a self-signed SSL cert right now, and due to the way the hosting is setup, the port block I am limited to is strange so it's running on a weird port.

 

I registered my account, then logged in as SuperUser and added myself to admins.  Past that, I've created a couple of channels and that's it.

 

Just because it's running and working though doesn't mean I understand what I'm doing, and I haven't found much guidance yet other than getting it powered on and connecting.  Any help would be appreciated!

]]>
3426Sat, 05 Jun 2021 17:41:18 +0000
Using default ogg files for messages configtopic/2768-using-default-ogg-files-for-messages-config/ Hi,

 

as the source host has changed from sourceforge to github, i liked to add:

New way to "Using default ogg files for messages config" as in "topic/52-using-default-ogg-files-for-messages-config/?tab=comments#comment-199" is to use the new path for the default ogg files.

 

Download the files from https://github.com/mumble-voip/mumble/tree/master/samples to your disk, just use them.

 

ciao,

have fun 🙂

]]>
2768Thu, 18 Mar 2021 18:34:21 +0000
Restore default Mumble Volumetopic/2395-restore-default-mumble-volume/Hello everyone,


I set two keyboard shortcuts in Mumble. 1 key to raise Mumble volume and another key to lower the application volume. I've searched the forums but I could not find an answer (maybe I missed it) but, is there a way to reset Mumble to default volume level?


Loving the new Mumble BTW, got rid of my TS3 server!

]]>
2395Sun, 16 Aug 2020 23:27:44 +0000
Strange Configuration Questiontopic/2398-strange-configuration-question/I am trying to set up a server for a group and am struggling with getting the channel permissions the way I want them.


Let's assume the basic design I have is similar to the below and I have a defined group called MissionOfficers.

 

                    __Mission1BlueTeam
                  |         
  Mission1All-----|
                  |__Mission1RedTeam

                   __Mission2BlueTeam
                  |         
  Mission2All-----|
                  |__Mission2RedTeam

 

I want MissionOfficers to be able to sit in Mission1BlueTeam and talk amongst themselves, but be able to Shout to Mission1All and Mission1RedTeam without Mission2* hearing them. I also want MissionOfficers to be able to Shout from any Mission1* channel and be heard in the rest of the Mission1* channels, but not Mission2*.


Basically I want a private channel for the MissionOfficers (and anyone that pull in) where they can talk privately, and then I want MissionOfficers to be able to, on demand, speak to every member in Mission1 and below from any Mission1* channel (so speaking to Parent and Children from either Parent or Child).


I've gotten close, but my current issue is that a user in Mission1RedTeam can hear Shouts from MissionOfficers sitting in Mission2All.


Any help or guidance would be greatly appreciated!

]]>
2398Tue, 25 Aug 2020 21:59:54 +0000
Plugins problem on Mumble to play Minecrafttopic/2384-plugins-problem-on-mumble-to-play-minecraft/Hello,


I'm writing this post because I'd like to use Mumble on Minecraft to do parts like LG UHC and other. So I have :

- Download Mumble + make the necessary settings

- Download Mincraft forge in 1.8.9

- Download the Mumble link 1.8.9 + Optifine 1.8.9 and I put them in .minecraft/mods/


But I have a problem that it doesn't work when I run Minecraft. I've shut down, restarted, uninstalled... but it doesn't help.


However I noticed that in the Mumble settings under plugins (I checked the box related to the game) I didn't have all the plugins but only 3-4. I'm missing the linkv1.2.0 which I think is the source of my problem. Does anyone know how to solve this problem?


Thanks in advance for the answers

]]>
2384Sun, 28 Jun 2020 18:47:54 +0000
How to see what country someone is from?topic/2383-how-to-see-what-country-someone-is-from/Hello everybody,


when I join a server people immediately know where I'm from, but I can't see where they're from. Where to find this feature?


Thanks for reading!

]]>
2383Sat, 27 Jun 2020 14:12:45 +0000
spectator channelstopic/2377-spectator-channels/I've been testing my mumble server setup and so far it has been stable for about a month now. The game I'm going to use it for is model train operations. In an operating session, a dispatcher needs to be able to talk to other channels, all channels and a private channel. A yardmaster needs a distinct channel that incoming and outgoing trains can talk to. Trains on the road need their own channel to talk to each other and the dispatcher should be monitoring that channel. These channels are not complex to create, but I'd like some advice on how to make them efficient.


For example, all trains should be able to talk among themselves in normal voice, but if they push to talk that traffic should be heard on the dispatch channel. Same with individual yardmasters, talk freely among the trains coming in or going out and push to talk to dispatch or trainmaster.


The special feature that I haven't figured out is having a spectator channel. Non-participants could be in a channel where they can hear all traffic, possibly at a lower volume, and be able to talk among themselves, but not be heard on any of the channels "in play."


What would be a best practice to setup a channel like this?


During an operating session there is a dedicated person who manages players and the channels that they are supposed to be in.


Any person entering the server that is not participating should be able to change from the main lobby to the spectator channel, the AFK channel or the "waiting to be assigned" channel for actual players.

]]>
2377Wed, 17 Jun 2020 16:52:37 +0000
need help with organizing multiple complex teamstopic/2370-need-help-with-organizing-multiple-complex-teams/First, thanks for having me. I used Teamspeak since 2008 for several games. But I'm working on something new now. I had hopes for Teamspeak, but the phone and ipod apps aren't free and since this is a partially tabletop/online game I have to get all the players to install an app. Then I discovered mumble....


After testing murmur with using some phones, laptops and ipods - things got exciting. This is going to be a very disruptive technology in my world.


I've had fun with several channel configurations.


Here's what I want now -


1. the top leader can communicate with anyone individually privately, but has his own channel and will be at a computer with the mumble app open and visible at all times, so he can move players if necessary - but it would be better if he didn't have to.


2. there is another leader who is also setup the same way, but will also act as the master operator of the mumble system and should be able to broadcast messages to all players at one time, i.e., a flash message


3. there are static stations that will be using phone and ipod apps and should never need to actually look at their devices, but have a default voice activated channel and a PTT to a higher leader


4. there are players who need voice activated channels to a certain leader and PTT to another leader


5. generally there won't be any text messages, this whole thing would replace the radios and telephone systems we all currently use.


6. It would also be cool to have "spectators" who aren't playing but can listen in on all channels or certain channels from different lobbys - but they don't get to talk to anyone. This would be a huge deal.


7. It would also cool if the traffic could go out on the live stream on either youtube or facebook - currently there is just a live feed and you hear whatever the webcam mic picks up, which is a lot of noise and people talking over each other.


I've found that setting up channels is much easier than I expected and so far no technical difficulties.


I could draw a system map, if anyone wants to see a picture of what I think it will look like, but I'm betting I don't know how much sweeter this thing can really be.


I'd like to see some posts about advanced team setups that people are using now....

]]>
2370Tue, 19 May 2020 14:15:27 +0000
mumble minecraft i hear everyonetopic/2372-mumble-minecraft-i-hear-everyone/Hi, i am playing on Minecraft 1.8.9 with Mumble 1.3.0 linked to MumbleLink-1.8.9-4.1.4 with forge , my position is ON and the plugins options too. When i am in game and connected to a server, i hear everyone no matter where i am in the game. However when i turn my character in game, i hear the voices moving around me. What can i do please? I tried badlion with MumbleLink ON too but i had the same problem.

]]>
2372Sat, 30 May 2020 14:05:05 +0000
Disable Public Server List?topic/2346-disable-public-server-list/in the 1.3.0 release notes there is a section:


Server List

Added two new settings:

Option to disable the interactive add and edit action in the connect dialog.

This is meant for when the user isn’t supposed to change a pre-configured list of favorite servers.

Option to disable public server list


In the privacy section i found

Public Server List

When opening the public server list in the connect dialog, the client will request this list from our server. Only the data required for doing so is sent.


This functionality can be disabled through a hidden configuration setting (not visible in the user interface).


I am interested in the option to disable the public server list. where can i find this hidden config setting? i have ubuntu and windows clients.

]]>
2346Sat, 04 Apr 2020 04:15:41 +0000