2.0.0 alpha - Clients reconnect endlessly
codeHusky opened this issue ยท 1 comments
We've been having issues with PlasmoVoice 2.0.0 plasmovoice-fabric-1.19.2-2.0.0-ALPHA+f03dc69.jar
Here's our logs:
https://hastebin.com/ewijihiyug.yaml
and here's our config:
# Used to store server-related config file on the client
# Set it to a single value on different servers if you want them to share config
server_id = "[removed]"
[host]
ip = "0.0.0.0"
port = 29000
proxy_protocol = false
[voice]
# Supported sample rates:
# 8000
# 12000
# 24000
# 48000
sample_rate = 48000
keep_alive_timeout = 15000
mtu_size = 1024
client_mod_required = false
[voice.proximity]
distances = [24]
default_distance = 24
[voice.opus]
# Opus application mode
# Supported values: VOIP, AUDIO, RESTRICTED_LOWDELAY
# Default is VOIP
mode = "VOIP"
# Opus bitrate
# Supported values: -1000 (auto), -1 (max), [500-512_000]
# Default is -1000
bitrate = 32000
We're on OVH behind their firewall so it's possible its a conflict with that. The symptom we're seeing is that clients will login fine with voice access, then will disconnect with the "disconnected" icon and the V menu will say "connecting to udp server".