mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-02 12:04:06 +00:00
fix aac directstreaming
This commit is contained in:
parent
26078e4df9
commit
d34be6faf4
2 changed files with 8 additions and 2 deletions
|
|
@ -287,6 +287,11 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
return BaseRequest.AudioChannels;
|
||||
}
|
||||
|
||||
if (BaseRequest.TranscodingMaxAudioChannels.HasValue)
|
||||
{
|
||||
return BaseRequest.TranscodingMaxAudioChannels;
|
||||
}
|
||||
|
||||
if (!string.IsNullOrEmpty(codec))
|
||||
{
|
||||
var value = BaseRequest.GetOption(codec, "audiochannels");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue