[PR #4392] [MERGED] Fix LiveTV TS playback #10048

Closed
opened 2026-02-07 06:13:09 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4392
Author: @crobibero
Created: 10/29/2020
Status: Merged
Merged: 11/6/2020
Merged by: @cvium

Base: masterHead: livetv-ts-fix


📝 Commits (6)

  • 429e59f Fix null reference
  • 3568c5f Fix early filestream close
  • 0c674b4 Add stream disposal comment.
  • 5d88e61 Merge remote-tracking branch 'upstream/master' into livetv-ts-fix
  • b4d52d8 Apply patch
  • 41b38c6 Merge remote-tracking branch 'upstream/master' into livetv-ts-fix

📊 Changes

6 files changed (+25 additions, -11 deletions)

View changed files

📝 Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunUdpStream.cs (+5 -0)
📝 Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs (+7 -1)
📝 Jellyfin.Api/Controllers/LiveTvController.cs (+2 -5)
📝 Jellyfin.Api/Helpers/ProgressiveFileStream.cs (+8 -4)
📝 MediaBrowser.Controller/Library/IMediaSourceManager.cs (+2 -0)
📝 MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs (+1 -1)

📄 Description

Fixes #4385, #4111


🔄 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/4392 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 10/29/2020 **Status:** ✅ Merged **Merged:** 11/6/2020 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `livetv-ts-fix` --- ### 📝 Commits (6) - [`429e59f`](https://github.com/jellyfin/jellyfin/commit/429e59fb818e605339eab2b368ceaaf2a1bd5c2b) Fix null reference - [`3568c5f`](https://github.com/jellyfin/jellyfin/commit/3568c5f39b7429544c8a26677f400cfee2eaa7fd) Fix early filestream close - [`0c674b4`](https://github.com/jellyfin/jellyfin/commit/0c674b496f3f4503b6d45c763aadc9b1c5d2735d) Add stream disposal comment. - [`5d88e61`](https://github.com/jellyfin/jellyfin/commit/5d88e610768c8b680096938a372585638ef18fe3) Merge remote-tracking branch 'upstream/master' into livetv-ts-fix - [`b4d52d8`](https://github.com/jellyfin/jellyfin/commit/b4d52d8009d8e4a6836dc431ac5f336910a07d6c) Apply patch - [`41b38c6`](https://github.com/jellyfin/jellyfin/commit/41b38c6735e4dc2ccb9b5c277950bf6c079d983b) Merge remote-tracking branch 'upstream/master' into livetv-ts-fix ### 📊 Changes **6 files changed** (+25 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunUdpStream.cs` (+5 -0) 📝 `Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs` (+7 -1) 📝 `Jellyfin.Api/Controllers/LiveTvController.cs` (+2 -5) 📝 `Jellyfin.Api/Helpers/ProgressiveFileStream.cs` (+8 -4) 📝 `MediaBrowser.Controller/Library/IMediaSourceManager.cs` (+2 -0) 📝 `MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs` (+1 -1) </details> ### 📄 Description Fixes #4385, #4111 --- <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 06:13:09 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10048