mewan 1 Posted February 15 Posted February 15 (edited) Hello, I am trying to connect my new emby server to my LG TV with DNLA. I am on TrueNAS SCALE ElectricEel-24.10.1, with emby (App Version = 4.8.10.0, Version = 1.2.15). emby server is running well but I think I have a port issue, well resume here : In my TrueNAS Apps, emby is set by default with WebUI Port 9096, and I access to it with http://192.168.0.100:9096/ : But in web UI setting, other port are set : I tried to follow the other topic above by : "on emby wherever you setup the config to be /config/system.xml replace 8096 to 9096 and save" But after reboot, my emby server is stuck on deploying (until I re-write old port value from 9096 to 8096 in system.xml file). Precision: - I do not have deployment.yaml file nor ix-applications directory. - DLNA is set in emby UI - Here a scan of port : Can I have help for my issue please ? Thanks ! Edited February 15 by mewan
Solution dgrigo 32 Posted February 15 Solution Posted February 15 On Config Use hostNetwork! 8096 port, and make sure you add those ports in Additional Environment Variables 2,44,100,107,1000 That should do the trick Dinos 1
mewan 1 Posted February 15 Author Posted February 15 This is it ! I used hostNetwork with 8096 port and my TV is connected to my emby server, thank you very much ! I did this for Variables but I think this is not how it works : What is a Additional Environment Variables ? What is the values you told me to put ? How to do : 3 hours ago, dgrigo said: you add those ports in Additional Environment Variables 2,44,100,107,1000
dgrigo 32 Posted February 17 Posted February 17 (edited) Port 44 , Port 107 give you Accelarated VAAPI or NVDEC/NVENC (they are Fine as you have them setup) you can read @ https://hub.docker.com/r/emby/embyserver On most modern distros, the render node belongs to the video group, others belong to the render group. All you need to do is mount the render node and add the video group GID to the GIDLIST variable as described above. You can get the video and/or render GIDs using the following command: getent group video | cut -d: -f3 getent group render | cut -d: -f3 Edited February 17 by dgrigo 1
mewan 1 Posted February 17 Author Posted February 17 Thank you very much for your help @dgrigo ! I will try that
sergei2257 0 Posted May 1 Posted May 1 (edited) On 2/17/2025 at 9:54 PM, mewan said: Thank you very much for your help @dgrigo ! I will try that Edited May 1 by sergei2257
mewan 1 Posted May 4 Author Posted May 4 Hello, Finally, I didn't need to configure specific port numbers. Enabling hostNetwork in the settings did the trick for me, so I just left everything else as-is! Hope this helps someone ... 1
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