mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
DLNA/UPnP cannot be disabled (leaking information/log spam) #2715
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#2715
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @nodiscc on GitHub (Mar 7, 2021).
Describe the bug
System:
To Reproduce
Administration > Dashboard > DLNA, disable all DLNA related functionalityExpected behavior
Jellyfin should not send multicast/DLNA-related packets when DLNA is disabled in settings. Currently:
I don't know if those packets are sent for discovery of other DLNA devices, or to announce Jellyfin to other devices. Regardless this traffic should not be sent. Or is there another setting to disable DLNA/UPnP completely?
@cvium commented on GitHub (Mar 7, 2021):
UPnP can already be disabled. DLNA can be disabled in 10.7.

@nodiscc commented on GitHub (Mar 7, 2021):
@cvium As I said above it is disabled in my settings:
Do you mean the checkbox is there in 10.6.4, but has no effect, and that it is fixed in 10.7?
@cvium commented on GitHub (Mar 7, 2021):
The checkbox doesn't disable it completely in 10.6.
@nodiscc commented on GitHub (Apr 25, 2021):
@cvium can this issue be reopened? The problem is still present on 10.7.2:
All DLNA-related settings are disabled
/web/index.html#!/dlnasettings.html@cvium commented on GitHub (Apr 25, 2021):
Can you upload a screenshot of your settings?
And have you disabled autodiscovery?
@nodiscc commented on GitHub (Apr 25, 2021):
No. How? I can't find this setting in the web UI, am not sure how to proceed after rereading https://jellyfin.org/docs/general/administration/configuration.html. Should I modify
/etc/jellyfin/network.xml?/etc/jellyfin/system.xml? Pass an environment variable on startup?Thanks
@nodiscc commented on GitHub (May 7, 2021):
Setting
<AutoDiscovery>false</AutoDiscovery>in/etc/jellyfin/network.xmlseems to fix the problem. Thanks