[PR #13288] [MERGED] Fix DTS in HLS #13522

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/13288
Author: @Shadowghost
Created: 12/27/2024
Status: Merged
Merged: 12/31/2024
Merged by: @crobibero

Base: release-10.10.zHead: fix-dts-hls


📝 Commits (1)

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs (+1 -1)
📝 MediaBrowser.Model/Dlna/StreamBuilder.cs (+1 -1)

📄 Description

DTS should usually have codec name dts and encoder dca. We're currently only adding dca to the codec list which prevents remuxing of DTS when streaming via fMP4.

Changes

  • Replace dca with dts in supported HLS audio codecs and shift logic

🔄 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/13288 **Author:** [@Shadowghost](https://github.com/Shadowghost) **Created:** 12/27/2024 **Status:** ✅ Merged **Merged:** 12/31/2024 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `release-10.10.z` ← **Head:** `fix-dts-hls` --- ### 📝 Commits (1) - [`b3b8b4d`](https://github.com/jellyfin/jellyfin/commit/b3b8b4d0727543e07e42534b5dc8910602297df9) Fix DTS in HLS ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs` (+1 -1) 📝 `MediaBrowser.Model/Dlna/StreamBuilder.cs` (+1 -1) </details> ### 📄 Description `DTS` should usually have codec name `dts` and encoder `dca`. We're currently only adding `dca` to the codec list which prevents remuxing of DTS when streaming via fMP4. **Changes** * Replace `dca` with `dts` in supported HLS audio codecs and shift logic --- <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:14:26 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13522