[PR #14809] [MERGED] fix: prevent premature disposal of HTTP subtitle streams #14131

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14809
Author: @lostb1t
Created: 9/16/2025
Status: Merged
Merged: 1/26/2026
Merged by: @nielsvanvelzen

Base: masterHead: fix/subtitleencoder


📝 Commits (7)

📊 Changes

2 files changed (+43 additions, -39 deletions)

View changed files

📝 MediaBrowser.MediaEncoding/Subtitles/SubtitleEncoder.cs (+41 -37)
📝 MediaBrowser.Model/Dlna/StreamInfo.cs (+2 -2)

📄 Description

Fix GetStream for MediaProtocol.Http to return a streaming response instead of a disposed one


🔄 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/14809 **Author:** [@lostb1t](https://github.com/lostb1t) **Created:** 9/16/2025 **Status:** ✅ Merged **Merged:** 1/26/2026 **Merged by:** [@nielsvanvelzen](https://github.com/nielsvanvelzen) **Base:** `master` ← **Head:** `fix/subtitleencoder` --- ### 📝 Commits (7) - [`fa99b1d`](https://github.com/jellyfin/jellyfin/commit/fa99b1d81c5e8802e0aaecf4718c6c1413f2a1ac) fix: remote subtitles - [`ddc613c`](https://github.com/jellyfin/jellyfin/commit/ddc613cd726604b8b881c4ea99485d7e7e3d6c3f) fix CA2007 - [`e5a2acd`](https://github.com/jellyfin/jellyfin/commit/e5a2acd6dd901d4d9c57e80051c1b096efcf0f94) ise codec before path on format selection - [`2168847`](https://github.com/jellyfin/jellyfin/commit/2168847a45721c567c69767be28c4ce51fe5523a) wip - [`172b054`](https://github.com/jellyfin/jellyfin/commit/172b054f487c185efbe3f83639e1e896ca38dcb3) wip - [`8d8d386`](https://github.com/jellyfin/jellyfin/commit/8d8d38600ec542f32060a62f697fa944393edc48) wip - [`7f1a0ff`](https://github.com/jellyfin/jellyfin/commit/7f1a0ff6fce22d4e2f3919e92548d43cdc0229c9) wip ### 📊 Changes **2 files changed** (+43 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.MediaEncoding/Subtitles/SubtitleEncoder.cs` (+41 -37) 📝 `MediaBrowser.Model/Dlna/StreamInfo.cs` (+2 -2) </details> ### 📄 Description Fix GetStream for MediaProtocol.Http to return a streaming response instead of a disposed one --- <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:24:54 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14131