mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4860] [MERGED] Avoid transcoding to 3ch audio for HLS streaming #10307
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/4860
Author: @nyanmisaka
Created: 12/24/2020
Status: ✅ Merged
Merged: 12/28/2020
Merged by: @dkanada
Base:
master← Head:3ch-transcode-hls📝 Commits (3)
bc6ec08avoid transcoding to 3ch audio for HLS streamingae11870also avoid 7ch transcoding470f404not apply to progressive playback📊 Changes
1 file changed (+10 additions, -0 deletions)
View changed files
📝
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs(+10 -0)📄 Description
Changes
Issues
Transcoding to 3ch will break the playback.
Fixes https://github.com/jellyfin/jellyfin-web/issues/2249
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.