![]() |
|
DLNA setup (plugin missing?) - 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: DLNA setup (plugin missing?) (/t-dlna-setup-plugin-missing) |
DLNA setup (plugin missing?) - boatvideos - 2025-12-15 Hey everyone, Beginner here. I want to install the DLNA plugin from the catalog, as described in the documentation > DLNA support has been moved to a first party plugin and is not included in a Jellyfin base install since 10.9. If you want to use DLNA, please install the plugin from the official Plugin catalog. To do so simply navigate to the admin dashboard, open the Catalog and install the DLNA Plugin. Plugins maintained by the Jellyfin Project will be available in there by default. source: https://jellyfin.org/docs/general/post-install/networking/dlna/#general However I only see 5 plugins in the "all" tab. The repositories tab shows the "Jellyfin stable" repository. Where do I find the DLNA plugin? AudioDB 10.11.4.0 Active MusicBrainz 10.11.4.0 Active OMDb 10.11.4.0 Active Studio Images 10.11.4.0 Active TMDb 10.11.4.0 Active Jellyfin version is 10.11.4 RE: DLNA setup (plugin missing?) - boatvideos - 2025-12-15 Solved it. Solution for others: Check if jellyfin has internet access! Dashboard -> logs I saw that there was a lot of failed HTTP requests. I tested on the server with: ping www.google.com -> this worked fine (IPv6)ping 8.8.8.8 -> this failed (IPv4)Then Dashboard -> networking -> IP protocols -> only IPv4 was enabled My router required IPv6. I enabled IPv6 and restarted. Then it worked. Note: do not disable IPv4, otherwise your local IP address homepage will stop working! By local IP address homepage, I mean http://192.168.XXX.XXX:8096/web/index.html#/dashboard |