[PR #3529] [CLOSED] Added SSDP Device Filtering #9401

Closed
opened 2025-12-22 07:27:31 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3529
Author: @BaronGreenback
Created: 7/10/2020
Status: Closed

Base: masterHead: SSDP-Filter


📝 Commits (1)

  • db2922a Update SsdpDeviceLocator.cs

📊 Changes

1 file changed (+18 additions, -5 deletions)

View changed files

📝 RSSDP/SsdpDeviceLocator.cs (+18 -5)

📄 Description

SSDP presently detects all SSDP device regardless of what they are. (Printers, wifi access points etc).

This change filters out all but media devices.

It should help with reducing CPU load and speed up detection.

uPnP does it own detection, so isn't affected.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/3529 **Author:** [@BaronGreenback](https://github.com/BaronGreenback) **Created:** 7/10/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `SSDP-Filter` --- ### 📝 Commits (1) - [`db2922a`](https://github.com/jellyfin/jellyfin/commit/db2922a8b7fc4d8e6ce0f82c4fbbf6fd7c052e02) Update SsdpDeviceLocator.cs ### 📊 Changes **1 file changed** (+18 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `RSSDP/SsdpDeviceLocator.cs` (+18 -5) </details> ### 📄 Description SSDP presently detects all SSDP device regardless of what they are. (Printers, wifi access points etc). This change filters out all but media devices. It should help with reducing CPU load and speed up detection. uPnP does it own detection, so isn't affected. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 07:27:31 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#9401
No description provided.