[PR #13583] [MERGED] Add profile condition to limit the number of streams #13636

Closed
opened 2026-02-07 07:16:30 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/13583
Author: @dmitrylyzo
Created: 2/19/2025
Status: Merged
Merged: 3/28/2025
Merged by: @crobibero

Base: masterHead: stream-count-limit


📝 Commits (1)

  • 869d884 Add profile condition to limit the number of streams

📊 Changes

9 files changed (+1198 additions, -3 deletions)

View changed files

📝 MediaBrowser.Model/Dlna/ConditionProcessor.cs (+4 -0)
📝 MediaBrowser.Model/Dlna/ProfileConditionValue.cs (+2 -1)
📝 MediaBrowser.Model/Dlna/StreamBuilder.cs (+8 -2)
📝 MediaBrowser.Model/Session/TranscodeReason.cs (+1 -0)
📝 tests/Jellyfin.Model.Tests/Dlna/StreamBuilderTests.cs (+6 -0)
📝 tests/Jellyfin.Model.Tests/Test Data/DeviceProfile-Tizen3-stereo.json (+15 -0)
📝 tests/Jellyfin.Model.Tests/Test Data/DeviceProfile-Tizen4-4K-5.1.json (+15 -0)
tests/Jellyfin.Model.Tests/Test Data/MediaSourceInfo-numstreams-32.json (+565 -0)
tests/Jellyfin.Model.Tests/Test Data/MediaSourceInfo-numstreams-33.json (+582 -0)

📄 Description

Depends on https://github.com/jellyfin/jellyfin/pull/12678

Some clients cannot play directly media with a large number of streams.

Changes
Add profile condition to limit the number of streams.

Issues
https://github.com/jellyfin/jellyfin-tizen/issues/289


🔄 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/13583 **Author:** [@dmitrylyzo](https://github.com/dmitrylyzo) **Created:** 2/19/2025 **Status:** ✅ Merged **Merged:** 3/28/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `stream-count-limit` --- ### 📝 Commits (1) - [`869d884`](https://github.com/jellyfin/jellyfin/commit/869d884e54cdce7340377064007c513a672ec314) Add profile condition to limit the number of streams ### 📊 Changes **9 files changed** (+1198 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Model/Dlna/ConditionProcessor.cs` (+4 -0) 📝 `MediaBrowser.Model/Dlna/ProfileConditionValue.cs` (+2 -1) 📝 `MediaBrowser.Model/Dlna/StreamBuilder.cs` (+8 -2) 📝 `MediaBrowser.Model/Session/TranscodeReason.cs` (+1 -0) 📝 `tests/Jellyfin.Model.Tests/Dlna/StreamBuilderTests.cs` (+6 -0) 📝 `tests/Jellyfin.Model.Tests/Test Data/DeviceProfile-Tizen3-stereo.json` (+15 -0) 📝 `tests/Jellyfin.Model.Tests/Test Data/DeviceProfile-Tizen4-4K-5.1.json` (+15 -0) ➕ `tests/Jellyfin.Model.Tests/Test Data/MediaSourceInfo-numstreams-32.json` (+565 -0) ➕ `tests/Jellyfin.Model.Tests/Test Data/MediaSourceInfo-numstreams-33.json` (+582 -0) </details> ### 📄 Description _Depends on https://github.com/jellyfin/jellyfin/pull/12678_ Some clients cannot play directly media with a large number of streams. **Changes** Add profile condition to limit the number of streams. **Issues** https://github.com/jellyfin/jellyfin-tizen/issues/289 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:16:30 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13636