![]() |
Docker, DLNA, HA and Jellyfin - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access) +---- Thread: Docker, DLNA, HA and Jellyfin (/t-docker-dlna-ha-and-jellyfin) |
Docker, DLNA, HA and Jellyfin - WellJel - 2024-05-29 I am running home assistant and jellyfin in docker on Debian. I have HA running in host mode and it is using port 1900 for SSDP and UPNP discovery. This means i cant map 1900 to jellyfin. Is there anyway to run home assistant and jellyfin on the same host and have DLNA running? RE: Docker, DLNA, HA and Jellyfin - TheDreadPirate - 2024-05-29 You could try creating a virtual interface and having Jellyfin bind to it. You'd also need to ensure HA binds to its current address. https://linuxconfig.org/configuring-virtual-network-interfaces-in-linux |