add opusthreshold note to readme
This commit is contained in:
parent
33e3ea70a4
commit
fa3d5cf917
4
Makefile
4
Makefile
@ -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
|
10
README.md
10
README.md
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user