add opusthreshold note to readme

This commit is contained in:
Tyler Stiene 2020-11-08 17:58:08 -05:00
parent 33e3ea70a4
commit fa3d5cf917
2 changed files with 12 additions and 2 deletions

View File

@ -5,9 +5,9 @@ mumble-discord-bridge: $(GOFILES)
docker-latest:
docker build -t stieneee/mumble-discord-bridge:latest .
docker push stieneee/mumble-bridge-latest
docker push stieneee/mumble-discord-bridge:latest
clean:
rm mumble-discord-bridge
rm -f mumble-discord-bridge
.PHONY: all push clean

View File

@ -67,6 +67,16 @@ docker docker run -e MUMBLE_ADDRESS=example.com -e MUMBLE_PASSWORD=optional -e D
docker stop mumble-discord-bridge && docker rm mumble-discord-bridge
```
### Mumbler Server Setting
To ensure compatibility please edit your murmur configuration file with the following
```bash
opusthreshold=0
```
This ensures all packets are opus encoded and should not cause any compatibility issues if your users are using up to date clients.
## Building From Source
This project requires Golang to build from source.