Jump to content

Cannot cast to DLNA using official docker version


Guest

Recommended Posts

Hi,

 

When running Emby natively on my Linux box, the Android app offers to cast the content to my DLNA-capable TV. However, when I offer the same content from Emby running in a docker container (emby/embyserver:latest from Dockerhub), I can only cast another android device. The TV is not listed.

 

The docker image's Emby is version 4.4.3.0

The native Emby version is 4.4.2.0

 

I run the docker image using:

docker run -d --name emby -v /mnt/data/emby/config:/config -v /mnt/media:/mnt/share1 -p 8096:8096 -e UID=422 -e GID=422 -e GIDLIST=91,92 --restart=unless-stopped emby/embyserver:latest

I'm using the same configuration for both instances ("Play To", "Server" and "Alive" are on, search interval 60 seconds).

 

Link to comment
Share on other sites

I just found that in the Jellyfin documentation, and it works. Please add that to the documentation of Emby on Docker hub.

Link to comment
Share on other sites

Yes, host networking mode will usually do the trick. We'll add it to documentation. Thanks for the feedback.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...