richardvrusso 10 Posted October 4, 2022 Share Posted October 4, 2022 Hi everyone, Sorry if this is not in the correct folder. Will gladly move if deemed so. I'll start with I used to run emby on a Win10 x64 machine. Recently I built an unRAID box and deployed emby as a docker. Everything runs great, even off-network. What I can't figure out is different behavior with the kodi instances on the network. Before if I installed emby-next-gen the popup to select the main server would show the emby server. Then I click it and select the user and pick my libraries and it syncs. Now an install of emby-next-gen and the select main server is not seeing the emby server (see attached pic). I have to choose manually add server, then I can pick my user/libraries and it also synces fine. I'm wondering if the docker container is missing setting or port to allow all the local kodi instances to see the emby server? Regards, Rich Link to comment Share on other sites More sharing options...
Luke 35323 Posted October 4, 2022 Share Posted October 4, 2022 Hi, did you try manually adding the server? Link to comment Share on other sites More sharing options...
richardvrusso 10 Posted October 4, 2022 Author Share Posted October 4, 2022 Yes manually typing it in works fine. On a windows pc its definitely not big deal. However on a fire tv stick or chromecast w/google tv it takes way longer to type in the IP. That's why i'm wondering if i'm missing something now that i'm running it on unRAID's docker. Link to comment Share on other sites More sharing options...
richardvrusso 10 Posted October 4, 2022 Author Share Posted October 4, 2022 Fun fact: The jellyfin docker container has an additional port to allow clients to discover it. My first guess was when I had it running on Win10 maybe the clients on network were able to see emby discover it by some other port. Link to comment Share on other sites More sharing options...
Luke 35323 Posted October 4, 2022 Share Posted October 4, 2022 Is the docker container set to bridge or host networking mode? Link to comment Share on other sites More sharing options...
richardvrusso 10 Posted October 5, 2022 Author Share Posted October 5, 2022 I've only been using docker seriously since moving to an unRAID box. So just over a year I think. I forget who's videos I watched but they recommended a custom bridge for the docker network. Reasoning was you had to create your own so that the containers could directly communicate. The built-in ones did not have that feature. This seemed to make sense and gave the impression normally traffic would have to leave the box and come back for things like sonarr to nzbget and so on. So all the containers have a 172.19.0.X and the unRAID is 192.168.254.253. that could be hindering it. Maybe I have to redo my research on best docker networking setup for a media server. Link to comment Share on other sites More sharing options...
richardvrusso 10 Posted October 5, 2022 Author Share Posted October 5, 2022 Hey Luke, Just changed the container to host mode and now there are magically more ports showing up! The 1900 and 7359 were not there with the custom bridge. I loaded up kodi on my Win11 machine but the add-on did not show the server automatically. I'll try changing it to bridge mode next... 1 Link to comment Share on other sites More sharing options...
richardvrusso 10 Posted October 5, 2022 Author Share Posted October 5, 2022 Hmm Bridge mode was not better. I made the container loose those extra ports. I put it back to Host mode for now. 1 Link to comment Share on other sites More sharing options...
jkasanic 12 Posted October 8, 2022 Share Posted October 8, 2022 For what it’s worth, I’ve been using UnRaid and Emby Docker for several years and mine is set to host. Of course, a couple days ago I lost sever connection to Emby using Emby Next Gen 6.2.20 and Kodi 19.3/4 so who knows…waiting for some help myself. Link to comment Share on other sites More sharing options...
richardvrusso 10 Posted October 9, 2022 Author Share Posted October 9, 2022 Hey jkasanic. Good to know. To contradict my other post now in host mode the Kodi clients ARE finding emby so now Im leaving it that way and several other containers are in host. All the apps are still working so mission success. What I haven't figured out yet is why with the emby container in bridge or custom bridge do some of the ports disappear. Link to comment Share on other sites More sharing options...
Luke 35323 Posted October 9, 2022 Share Posted October 9, 2022 2 hours ago, richardvrusso said: Hey jkasanic. Good to know. To contradict my other post now in host mode the Kodi clients ARE finding emby so now Im leaving it that way and several other containers are in host. All the apps are still working so mission success. What I haven't figured out yet is why with the emby container in bridge or custom bridge do some of the ports disappear. Perhaps in bridge the server is not being granted access to those ports? Link to comment Share on other sites More sharing options...
richardvrusso 10 Posted October 9, 2022 Author Share Posted October 9, 2022 (edited) Hmm could be. Though I'm sold on host mode. https://youtu.be/5grbXvV_DSk https://youtu.be/bKFMS5C4CG0 I brushed up on my docker networking with these guys. Edited October 9, 2022 by richardvrusso Link to comment Share on other sites More sharing options...
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