fix: revert pymumble protocol version patch that broke audio

Reporting version 1.5.0 to mumble-server caused it to expect the newer
audio frame format (terminator bit on opus length varint). pymumble
1.6.1 does not implement this, so the server silently dropped every
UDPTunnel audio packet. Revert to native 1.2.4 -- audio works, only
side effect is a cosmetic ChannelListener warning.

Also remove --cprofile from docker-compose command.
This commit is contained in:
user
2026-02-23 18:51:53 +01:00
parent 09880624d5
commit 56f6b9822f
2 changed files with 2 additions and 23 deletions

View File

@@ -18,4 +18,4 @@ services:
- ./secrets:/app/secrets:ro,Z
environment:
- OPENROUTER_API_KEY
command: ["--verbose", "--cprofile"]
command: ["--verbose"]