mumble-voip / mumble

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

CELT support? #6056

Closed TheBjoel2 closed 1 year ago

TheBjoel2 commented 1 year ago

The issue

When I try to connect to mumble server, I get the following error

(Private) Server: WARNING: Your client doesn't support the CELT codec, you won't be able to talk to or hear most clients. Please make sure your client was built with CELT support.

And then it disconnects me

Disconnected from server.

Mumble version

1.5.517-1 arch package

Mumble component

Client

OS

Linux

Additional information

No response

Hartmnt commented 1 year ago

What version is the Mumble server running you are trying to connect to?

Krzmbrzl commented 1 year ago

1.5 dropped support for the CELT codec as Opus has been around for like forever and should be used instead. Older servers would have the opusthreshold setting in their server config set to a value > 0, meaning that as soon as there are enough clients on the server that (claim to) don't support Opus, the server will request all clients to switch to the CELT codec. However, there really shouldn't be any client around that doesn't support Opus, so opusthreshold=0 should be part of any server configuration these days (and in fact that is the default in the most recent Mumble version)