mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
BaseUrl breaks DLNA Server functionality. #2136
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BaronGreenback on GitHub (Sep 16, 2020).
The dlna server used the DLNA base url functionality within its descriptions, enabling shorter url's to be used within it xml description.
However, it looks like this shorting of service urls is not supported (at least in UPnP Tools - which I have to assume is correct).
The result is that services cannot be parsed. eg, Look at the serviceUrl - BaseUrl is set to Jellyfin/
@BaronGreenback commented on GitHub (Sep 16, 2020):
Fixed in https://github.com/jellyfin/jellyfin/pull/4162
@PrplHaz4 commented on GitHub (Sep 16, 2020):
I think this also fixes #2377 and closes #3481