mumble-voip / mumble

Mumble is an open-source, low-latency, high quality voice chat software.
https://www.mumble.info
Other
6.44k stars 1.12k forks source link

Prevent a local muted user from sending traffic #3973

Open promi opened 4 years ago

promi commented 4 years ago

When a user is locally muted audio packets are still received from that user. That is not optimal for users with metered internet connections as it causes unnecessary traffic.

This is especially a problem when the local muted user is a music bot.

It would be nice if a client could subscribe and unsubscribe from audio being send by a specific other user.

PS: #2119 is a somewhat related issue

Krzmbrzl commented 4 years ago

So the scenario would be that you are in a channel with User A and B. Now you mute A. You still want to hear B though.

And in this case whenever A speaks, you'll get the audio packets sent to you although you'll never hear them (as you muted A). Is that correct?

promi commented 4 years ago

Yes, that is correct. My client is (locally) muting user A. When A speaks I still get his audio packets.