mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #12931] [MERGED] Set AudioCodec when building stream #13421
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/12931
Author: @gnattu
Created: 11/1/2024
Status: ✅ Merged
Merged: 11/2/2024
Merged by: @nielsvanvelzen
Base:
release-10.10.z← Head:set-audio-codec-when-transcoding📝 Commits (2)
b0f44f1Set AudioCodec when building stream096e1b2Add comments noting that comma separated codec list is not supported in pure audio transcoding for now📊 Changes
1 file changed (+8 additions, -0 deletions)
View changed files
📝
MediaBrowser.Model/Dlna/StreamBuilder.cs(+8 -0)📄 Description
This was not set at least since 10.9 and the transcoding behavior is close to "undefined" and in 10.10 this will not work at all. This will make the returned transcoding url from PlayBackInfo to correctly specify the desired transcoding codec. If the client wants to use the HLS controller directly it should be responsible to provide valid container and codec in the parameters.
Changes
Issues
Fixes #12926 , still requires the client to provide a valid transcoding profile.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.