mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4392] [MERGED] Fix LiveTV TS playback #10048
Reference in New Issue
Block a user
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?
📋 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:
master← Head:livetv-ts-fix📝 Commits (6)
429e59fFix null reference3568c5fFix early filestream close0c674b4Add stream disposal comment.5d88e61Merge remote-tracking branch 'upstream/master' into livetv-ts-fixb4d52d8Apply patch41b38c6Merge 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.