mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4729] [MERGED] Disable DLNA when HTTPS is required #10249
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?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/4729
Author: @BaronGreenback
Created: 12/8/2020
Status: ✅ Merged
Merged: 12/31/2020
Merged by: @joshuaboniface
Base:
master← Head:19.0RC---Fix-networkInterfaceFix📝 Commits (4)
d69f2d7DNLA over HTTP only57cb3a6Update ApplicationHost.cse34adc1reverted change.acc45b7Update Jellyfin.Networking/Configuration/NetworkConfiguration.cs📊 Changes
2 files changed (+22 additions, -3 deletions)
View changed files
📝
Emby.Dlna/Main/DlnaEntryPoint.cs(+21 -2)📝
Jellyfin.Networking/Manager/NetworkManager.cs(+1 -1)📄 Description
Section 4.5 of the DLNA specs.
Media transport defines how content travels across the home network. DLNA devices that source or receive media content across the home network must support HTTP as the baseline transport mechanism for the transfer of content. In addition, the RTP transport can optionally be used as a media transport; but the mandatory requirements for HTTP must always be supported.
10.7 supports DLNA over HTTPS, however, the spec doesn't! DLNA does not support HTTPS.
This PR restores this functionality.
DNLA only ever uses HTTP regardless of the system settings.
If RequireHttps is true, and a cert is successfully loading, and error is logged and the initialisation of the DLNA server is purposefully stopped, to save resources.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.