Skip to content
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

DLNA server does not broadcast when docker setup following instructions #255

Closed
SenorSmartyPants opened this issue Dec 21, 2018 · 3 comments
Labels
bug Something isn't working build Issues with the build process

Comments

@SenorSmartyPants
Copy link
Contributor

If running the docker as follows

docker run
-p 8096:8096
-v /host/config:/config
-v /host/media:/media
jellyfin/jellyfin

DLNA server is never broadcast to clients.

Need to either add more ports, or change to host networking.

I changed my local docker to host networking and DLNA server is discoverable.

I could not stream anything but I think that is another issue.

@gerroon
Copy link

gerroon commented Dec 21, 2018

I think this is an issue with Docker networking.

@SenorSmartyPants
Copy link
Contributor Author

I believe it is a docker networking issue as well. I propose that the installation instructions on Docker hub be updated to what is needed to get networking working correctly.

@nvllsvm
Copy link
Member

nvllsvm commented Dec 22, 2018

tl;dr - use the --net=host parameter.

Ugh, Docker containers seem to have problems receiving multicast packets using the bridge networking. Some research indicated that using host networking is the only built-in solution, but there are network plugins for Docker which handle it.

I've updated instructions on Docker Hub with this.

@nvllsvm nvllsvm closed this as completed Dec 22, 2018
@anthonylavado anthonylavado added bug Something isn't working build Issues with the build process labels Dec 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Issues with the build process
Projects
None yet
Development

No branches or pull requests

4 participants