![]() |
No DLNA - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: No DLNA (/t-no-dlna) |
No DLNA - SelfProclaimedAudiophile - 2025-05-04 I'm having trouble getting the DLNA plugin to work. Jellyfin is not showing up in VLC. In the logs, I see that the DLNA plugin is loaded succesfully and under Networking, I have set the subnet to the 192.168.1.0/24 and the bind address to the host IP (not the container's, which is currently on 172.17.0.12), yet, in the logs I find the IP to be 0.0.0.0. Code: [2025-05-04 08:52:23.976 +02:00] [INF] [82] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["192.168.1.0/24"] Could this have something to do with it and how could I solve this? RE: No DLNA - SelfProclaimedAudiophile - 2025-05-05 I removed and re-installed the DLNA plugin this morning, but that didn't help. I did see this message in the logs: Code: [2025-05-05 09:13:04.683 +02:00] [INF] [24] Jellyfin.Plugin.Dlna.Main.DlnaHost: Registering publisher for "urn:schemas-upnp-org:device:MediaServer:1" on "127.0.0.1" with uri "http://127.0.0.1:8096/dlna/f18dece6-a43e-4e2e-8a18-64fa8fa9090d/description.xml" Does this mean that DLNA is made available on the docker container's localhost? If so, how do I solve this? |