getumbrel / umbrel-apps

The official app repository of the Umbrel App Store. Submit apps and updates here. Learn how → https://github.com/getumbrel/umbrel-apps#readme
https://apps.umbrel.com
482 stars 357 forks source link

Plex and Jellyfin - DLNA server does not work #844

Open vivekpanchal2308 opened 7 months ago

vivekpanchal2308 commented 7 months ago

Plex and Jellyfin apps are given in the appstore but the dlna server does not work on both of them. Please solve this issue why is it happening. I think it is because of port mappings on docker. Please fix this issue or suggest a solution.

Thanks, Vivek

nmfretz commented 3 weeks ago

Hi @vivekpanchal2308, thanks for reporting. This was happening because Plex and Jellyfin are running in bridge networking mode, which doesn't allow for UPnP discovery.

Plex has now been switched to host networking mode (https://github.com/getumbrel/umbrel-apps/pull/1092) so the DLNA server now works with that app.

Jellyfin is still in bridge networking mode. Let me look into it and consider changing to host networking to allow UPnP discovery.