mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #6043] [MERGED] Reorder requested audio channels checks #10788
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/6043
Author: @peterspenler
Created: 5/13/2021
Status: ✅ Merged
Merged: 5/24/2021
Merged by: @cvium
Base:
master← Head:feature/chromecast-aac-handling📝 Commits (1)
3c981cfReorder requested audio channels checks📊 Changes
2 files changed (+11 additions, -10 deletions)
View changed files
📝
CONTRIBUTORS.md(+1 -0)📝
MediaBrowser.Controller/MediaEncoding/EncodingJobInfo.cs(+10 -10)📄 Description
Changes
Reordered the requested audio checks in encoding job info. Some devices have device specific channel limits for certain audio codecs which they request through the
{codecName}-audiochannelsquery parameter. For example chromecasts can only handle up to 2 channels when using AAC audio. These request options should override the normal channel limits.Issues
Fixes #5795
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.