Fix DTS in HLS (#13288)

This commit is contained in:
Tim Eisele
2024-12-31 17:10:25 +01:00
committed by GitHub
parent 4e28f4fe03
commit cea0c95942
2 changed files with 2 additions and 2 deletions

View File

@@ -7069,7 +7069,7 @@ namespace MediaBrowser.Controller.MediaEncoding
{
// DTS and TrueHD are not supported by HLS
// Keep them in the supported codecs list, but shift them to the end of the list so that if transcoding happens, another codec is used
shiftAudioCodecs.Add("dca");
shiftAudioCodecs.Add("dts");
shiftAudioCodecs.Add("truehd");
}
else