-
Like the title says my Mumble loses the sounds after a few minutes and it also stops showing that others are speaking but it says and gives alert sound that somebody joined the channel. I have tested …
-
umurmur looks like a nice alternative to the full murmur Mumble server when the entire feature set isn't needed. I would however like to be able to use Let's Encrypt to provide the SSL certificate, ho…
-
Hi,
I like to be online on multiple mumble servers at the same time, which can of cause be done by the `mumble -m` option, but it is very annoying to handle if you run more then 2 mumbles at the same…
-
Thanks for making lua-mumble!
Same as #5, audio playback via
```lua
local stream, err = client:play("music.ogg", 1, 1.0)
```
stutters from time to time (every 10~20 seconds), tested with a 48…
duarm updated
6 months ago
-
### Context
Managing a single server or managing multiple virtual servers running within the same Mumble server instance.
### Description
Create a small separate, stand-alone GUI application that c…
-
**Context:**
Security, Privacy
**Description:**
I would like to be able to block old versions of mumble from joining my servers.
I know this is a difficult issue (in terms of opinions), but #4…
-
From a feedback suggestion:
> Ability to create sub servers [channel] would be very much appreciated. (for things like when people need to afk but they dont want to mute themselves or turn off mumble…
-
Hi,
I plan on adding an option to save server details (hostname, port, username, password) in the database for non-favorite servers. This is useful for servers that don't support certificate authen…
-
Opening `https://mumble.info/` asks for a user certificate, which it should not.
Opening `https://www.mumble.info/` does not.
Note that for me it asks only once. When I cancel, opening it again …
-
Broken bind mount access for Syn&QTS even with PGID=0, PUID=0,
MUMBLE_GID=0, MUMBLE_UID=0, /data:770 (normally 660) and owned (docker running under UID=0, GID=0, forced requirement). Why is every doc…