[PR #15835] [MERGED] Use hvc1 codectag for Dolby Vision 8.4 #14438

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/15835
Author: @gnattu
Created: 12/19/2025
Status: Merged
Merged: 12/20/2025
Merged by: @crobibero

Base: release-10.11.zHead: fix-hlg-dovi


📝 Commits (1)

  • 35ec15d Use hvc1 codectag for Dolby Vision 8.4

📊 Changes

1 file changed (+3 additions, -2 deletions)

View changed files

📝 Jellyfin.Api/Controllers/DynamicHlsController.cs (+3 -2)

📄 Description

Changes

hvc1 is what Dolby uses for its reference HLS stream and force tagged with dvh1 would be rejected by some players like Safari (at least being rejected by current version).

Issues


🔄 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/15835 **Author:** [@gnattu](https://github.com/gnattu) **Created:** 12/19/2025 **Status:** ✅ Merged **Merged:** 12/20/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `release-10.11.z` ← **Head:** `fix-hlg-dovi` --- ### 📝 Commits (1) - [`35ec15d`](https://github.com/jellyfin/jellyfin/commit/35ec15d83e144b6135edc5a370ffec47a3123ec5) Use hvc1 codectag for Dolby Vision 8.4 ### 📊 Changes **1 file changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/DynamicHlsController.cs` (+3 -2) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> `hvc1` is what Dolby uses for its reference HLS stream and force tagged with `dvh1` would be rejected by some players like Safari (at least being rejected by current version). **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> --- <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:29:49 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14438