Replies: 2 comments 2 replies
-
Iirc there should be a config option to specify what port Ice should bind to 🤔 |
Beta Was this translation helpful? Give feedback.
-
I don't think that is correct. Mumble server binds the configured Ice port. Did you configure the docker container to open and route the port - and do so between your two containers? See our mumble-docker repository at https://github.com/mumble-voip/mumble-docker with more information. Mumo docker docs also mentions this use case of two docker containers, and the need to connect the containerized network via docker configuration: https://github.com/mumble-voip/mumo/blob/master/docker.md |
Beta Was this translation helpful? Give feedback.
-
Hey, we originally bundeled the ice authenticator we made in python in the murmur docker, which is to me a bad practice but we had hard time to make it work outside the container as ice on murmur side is opening a random port instead of using the declared one for communication which end up with a timeout.
I am trying to make this work again and separate murmur and the ice auth however the only solution I found is to use the host network instead of the separated one, which I do not really like. Do you guys have any advice to make this work?
Beta Was this translation helpful? Give feedback.
All reactions