mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13113] [MERGED] Only do DoVi remux when the client supports profiles without fallbacks #13472
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/13113
Author: @gnattu
Created: 11/26/2024
Status: ✅ Merged
Merged: 11/30/2024
Merged by: @Bond-009
Base:
release-10.10.z← Head:only-remux-dv-when-no-fallback📝 Commits (1)
9bc6e8aOnly do DoVi remux when the client supports profiles without fallbacks📊 Changes
1 file changed (+5 additions, -8 deletions)
View changed files
📝
Jellyfin.Api/Controllers/DynamicHlsController.cs(+5 -8)📄 Description
In 10.10 clients that can only play the fallback layer like the Samsung TVs will report
DOVIWithHDR10as supported video range, but the server should not do remux in DoVi as the client can only play the fallback layer. This changes the server to only do DoVi remux when the client can play DoVi videos without a fallback layer.Changes
Issues
Forum report: https://forum.jellyfin.org/t-issue-with-playback-of-hevc-files-in-jellyfin-dolby-vision-tag-misconfiguration?pid=43992
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.