mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #2160] [MERGED] Force Transcoding LiveTV #9022
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/2160
Author: @Artiume
Created: 12/17/2019
Status: ✅ Merged
Merged: 2/25/2020
Merged by: @JustAMan
Base:
master← Head:master📝 Commits (10+)
da9a59dAllow valid https requests in .NET Corebe956dfUpdate MediaInfoService.cs1443583Merge pull request #1 from Artiume/branch177fc77eUpdate UserPolicy.cs64c313aUpdate MediaInfoService.cs3fb7aabUpdate MediaInfoService.cs46442e2Update MediaInfoService.cs2457e43Update Dockerfile0d571b3Update Dockerfilec96d3c3Update Dockerfile📊 Changes
3 files changed (+68 additions, -29 deletions)
View changed files
📝
CONTRIBUTORS.md(+1 -0)📝
MediaBrowser.Api/Playback/MediaInfoService.cs(+65 -28)📝
MediaBrowser.Model/Users/UserPolicy.cs(+2 -1)📄 Description
Changes
Server side PR to enable Force Transcoding for Remote Streams. This should fix several issues. On Android clients, I am currently unable to stream livetv since the backend doesn't fallback to transcode on Direct Play failure. This is also an attempt to increase play-ability for clients that don't correctly report their compatibility. See attached issue for source.
Web Side PR https://github.com/jellyfin/jellyfin-web/pull/636
Issues
https://github.com/jellyfin/jellyfin/issues/1202
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.