2025-05-04, 07:03 AM
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.
Could this have something to do with it and how could I solve this?
Code:
[2025-05-04 08:52:23.976 +02:00] [INF] [82] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["192.168.1.0/24"]
[2025-05-04 08:52:23.976 +02:00] [INF] [82] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2025-05-04 08:52:23.976 +02:00] [INF] [82] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["192.168.1.0/24"]
[2025-05-04 08:52:23.976 +02:00] [INF] [82] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: []
[2025-05-04 08:52:23.976 +02:00] [INF] [82] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[2025-05-04 08:52:23.976 +02:00] [INF] [82] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2025-05-04 08:52:23.976 +02:00] [INF] [82] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
Could this have something to do with it and how could I solve this?