[PR #6043] [MERGED] Reorder requested audio channels checks #10788

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

📋 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: masterHead: feature/chromecast-aac-handling


📝 Commits (1)

  • 3c981cf Reorder 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}-audiochannels query 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/6043 **Author:** [@peterspenler](https://github.com/peterspenler) **Created:** 5/13/2021 **Status:** ✅ Merged **Merged:** 5/24/2021 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `feature/chromecast-aac-handling` --- ### 📝 Commits (1) - [`3c981cf`](https://github.com/jellyfin/jellyfin/commit/3c981cf41f2a8e498e674dc707f15b4ebb2679ae) Reorder requested audio channels checks ### 📊 Changes **2 files changed** (+11 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTORS.md` (+1 -0) 📝 `MediaBrowser.Controller/MediaEncoding/EncodingJobInfo.cs` (+10 -10) </details> ### 📄 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}-audiochannels` query 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 --- <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 06:26:43 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10788