-
-
Notifications
You must be signed in to change notification settings - Fork 803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make DLNA port configurable #4760
Comments
You cannot receive external multicast inside of a container (unless the network is set to host). These two issues explain the problem: moby/moby#23659 Making the port configurable would allow to run the container using |
DLNA only works when the network mode is set to host. This is true for XBVR and Stash. Both use the same port and none of them offer a way to change it. Which is the reason why I made the request to make it configurable. |
Signed-off-by: Ivan Pedrazas <ipedrazas@gmail.com>
I've created a PR #4836 to enable the DLNA port conf from the |
Is your feature request related to a problem? Please describe.
XBVR DLNA Server can't run at the same time as Stash DLNA Server because both use the same port 1338
Describe the solution you'd like
Do not use the default port or make the port configurable
https://github.com/stashapp/stash/blob/develop/internal/dlna/service.go#L141
Describe alternatives you've considered
I tried to figure out how to change it myself inside the docker container but was unable to get it done.
Additional context
I run XBVR and Stash in Docker
The text was updated successfully, but these errors were encountered: