-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Push to talk button works only once. #6569
Comments
Okay, it looks like mumble-server is built along with mumble. I ran it from within the mumble directory.
$ ./mumble-server
qt.core.qobject.connect: QObject::connect(QObject, Unknown): invalid nullptr parameter |
When you say "push to talk" do you mean PTT transmission activation (contrary to e.g. voice activation) or do you mean whispering/shouting? |
Please also check if there is any info logged in the DeveloperConsole https://github.com/mumble-voip/mumble/blob/master/docs/DeveloperConsole.md |
(Okay, the new server runs (the QT error was not a fatal one).) In testing and looking at dev console, it seems the issue arises on any Receiving Client (the client playing the audio transmitted from a "Transmitting Client"). Either client can only receive audio from the transmitter one time. When the transmission is done this dev console message appears on the Receiving Client:
ie. With Push to Talk, when the talk button is released, the receiving client will show that message. |
(Oh, like right now, a transmitting client is in continuous mode. On my listening-end (receiving client) I can hear them for now. But if they stop transmitting (like if they switch modes or for any reason stop), my receiver won't ever show them as Blue again (and won't play audio) until I restart its audio system (the receiver's). |
Okay, I tested this on two Debian stable systems, and so far it seems to have fixed the problem without introducing any issues. |
I can confirm this bug in a VM. No transmission possible after the first. Must be happening since the upgrade to Qt6. |
Description
If I push to talk, it works -- other side can hear. Once I let go and push again, it won't work. I have to restart mumble.
Steps to reproduce
I also tested this with the dbus startTalking and stopTalking. Once stopTalking is done, I no longer am heard by the other side. My side Does show blue (talking enabled), but the other side does not [not after the first time].
Mumble version
1.6.0 github build
Mumble component
Client
OS
Linux
Reproducible?
Yes
Additional information
I've not yet tried building and installing an updated murmerd. 1.3.4-4 is the latest the comes with debian though.
Relevant log output
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: