Guest Posted June 9, 2020 Posted June 9, 2020 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).
Guest Posted June 9, 2020 Posted June 9, 2020 I just found that in the Jellyfin documentation, and it works. Please add that to the documentation of Emby on Docker hub.
Luke 39810 Posted June 9, 2020 Posted June 9, 2020 Yes, host networking mode will usually do the trick. We'll add it to documentation. Thanks for the feedback.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now