mirror of
https://github.com/mumble-voip/mumble.git
synced 2026-03-03 00:46:56 -05:00
Users can hear me, but I can't hear them [debian] #735
Labels
No labels
GlobalShortcuts
Hacktoberfest
accessibility
acl
asio
audio
bonjour
bsd
bug
build
certificate
ci
client
code
documentation
external-bug
feature-request
gRPC
github
good first issue
help wanted
help-needed
ice
installer
linux
macOS
needs-ckeck-with-latest-version
needs-more-input
overlay
positional audio
priority/P0 - Blocker
priority/P1 - Critical
priority/P2 - Important
priority/P3 - Somewhat important
priority/P4 - Low
public-server-registration
qt
recording
release-management
server
stale-no-response
stale-support
support
task
test
theme
translation
triage
ui
windows
wontfix
x64
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mumble-mumble-voip#735
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chrismp on GitHub (Dec 21, 2015).
My OS: Debian 8.2 (Jessie)
My desktop manager: MATE
I can listen to audio/video files, hear sound on YouTube and other sources.
I ran
sudo apt-get install mumbleand went through the audio setup wizard. I could hear myself during the setup.Once setup, I opened MATE terminal. I ran
mumble mumble://MyUserName@someserver.mumbleboxes.com:PORT_NUMBER_HEREto connect to a friend's server.They could hear me, but I couldn't hear them. In the "Configuration" menu, I went thru each audio output device, but nothing worked. In fact, when a friend spoke, the mouth icon next to their username did not turn red to indicate they were speaking.
How do I fix this?
@MagiX13 commented on GitHub (Dec 21, 2015):
I have the same issue for a few days now, and am on jessie as well.
It worked fine ~ a week ago and I didn't change anything in my mumble settings. People can still hear me but I can't hear them
I tried
My guess would be that this is related to the recent kernel update to 3.16.7-ckt20-1+deb8u1. This is the only "big" update that I remember and might be related.
@chrismp which kernel are you using? (uname -a)
@hacst commented on GitHub (Dec 21, 2015):
Try if forcing TCP (With advanced checked go to Network -> Force TCP Mode) helps. If so this is likely caused by a Qt bug which randomly prevents us from receiving UDP.
Once https://github.com/mumble-voip/mumble/issues/1968 is resolved we should at least get automatic fallback to TCP if this issue occurs.
@chrismp commented on GitHub (Dec 21, 2015):
@MagiX13 3.16.7-ckt20-1+deb8u1
@hacst That worked
@chrismp commented on GitHub (Dec 21, 2015):
@hacst Is there a way to start Mumble with the box checked? So I don't have to go to the sub-menu and check it each time I start it up?
@hacst commented on GitHub (Dec 21, 2015):
Hm. That setting should be stored like any other setting.
@sharkwouter commented on GitHub (Jan 6, 2016):
@hacst I've been having the exact problem and have tried the same troubleshooting steps @MagiX13 used. I also use Debian Jessie and I stopped being able to hear people at about the time this issue was created. I use the Gnome desktop (version 3.14).
I've found out that I can only hear people who transfer no more that 72 kb/s. If people put down their quality settings I can hear them. Changing the maximum transfer on the server does not fix this and other users can hear each other (they are on Windows). I can hear myself with high transfer with server loopback.
If I check transfer from a person which I can't hear, I see transfer happening, but the lips don't light up.
It might have something to do with a kernel update, since https://www.debian.org/security/2015/dsa-3426 but I can't test the older kernel anymore, because I don't have the linux headers for it anymore (which means no xorg for me).
I posted on the forum as well: http://forums.mumble.info/viewtopic.php?f=4&t=2878#p7684
I haven't tested using TCP yet, will try that, but even if it works that is not a real solution to this problem.
I hope this helps.
@philip-bl commented on GitHub (Nov 17, 2017):
I have this on Debian Stretch. After some time (1 to 15 minutes) I stop hearing people.
mumble 1.2.18-1
Linux 4.9.0-4-amd64 #1 SMP Debian 4.9.51-1 (2017-09-28) x86_64 GNU/Linux
@zeflap commented on GitHub (Mar 13, 2018):
@philip-bl Try
894ade2, available via adding the PPA at https://launchpad.net/~mumble/+archive/ubuntu/snapshot to your sources.list and usingapt-get source --build
This fixed the issue for me.
@koudaiNEW commented on GitHub (May 30, 2025):
Configure -> compression -> quality, adjusting to below 50kb/s.
It worked.