[PR #15833] [MERGED] Fix missing H.264 and AV1 SDR fallbacks in HLS playlist #14435

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/15833
Author: @nyanmisaka
Created: 12/19/2025
Status: Merged
Merged: 12/24/2025
Merged by: @Bond-009

Base: release-10.11.zHead: fix-h264-av1-sdr-hls-fallback


📝 Commits (1)

  • f2d0ac7 Fix missing H.264 and AV1 SDR fallbacks in HLS playlist

📊 Changes

1 file changed (+63 additions, -49 deletions)

View changed files

📝 Jellyfin.Api/Helpers/DynamicHlsHelper.cs (+63 -49)

📄 Description

Changes

  • Fix missing H.264 and AV1 SDR fallbacks in HLS playlist

Issues

  • Previously, if HEVC encoding was disabled on the server, SDR fallbacks would not be provided
    Should fix #15825

🔄 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/15833 **Author:** [@nyanmisaka](https://github.com/nyanmisaka) **Created:** 12/19/2025 **Status:** ✅ Merged **Merged:** 12/24/2025 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `release-10.11.z` ← **Head:** `fix-h264-av1-sdr-hls-fallback` --- ### 📝 Commits (1) - [`f2d0ac7`](https://github.com/jellyfin/jellyfin/commit/f2d0ac7b28b7c26accedff5a368d158a119fdc70) Fix missing H.264 and AV1 SDR fallbacks in HLS playlist ### 📊 Changes **1 file changed** (+63 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Helpers/DynamicHlsHelper.cs` (+63 -49) </details> ### 📄 Description **Changes** - Fix missing H.264 and AV1 SDR fallbacks in HLS playlist **Issues** - Previously, if HEVC encoding was disabled on the server, SDR fallbacks would not be provided Should fix #15825 --- <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:45 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14435