mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13288] [MERGED] Fix DTS in HLS #13522
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/13288
Author: @Shadowghost
Created: 12/27/2024
Status: ✅ Merged
Merged: 12/31/2024
Merged by: @crobibero
Base:
release-10.10.z← Head:fix-dts-hls📝 Commits (1)
b3b8b4dFix DTS in HLS📊 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
DTSshould usually have codec namedtsand encoderdca. We're currently only addingdcato the codec list which prevents remuxing of DTS when streaming via fMP4.Changes
dcawithdtsin supported HLS audio codecs and shift logic🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.