Janne Mareike Koschinski 1 month ago committed by GitHub
commit 0307935060
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1219,7 +1219,7 @@ namespace MediaBrowser.Model.Dlna
TranscodeReason audioCodecProfileReasons = 0; TranscodeReason audioCodecProfileReasons = 0;
// Check container type // Check container type
if (!directPlayProfile.SupportsContainer(container)) if (!directPlayProfile.SupportsContainer(container) && container != "hls")
{ {
directPlayProfileReasons |= TranscodeReason.ContainerNotSupported; directPlayProfileReasons |= TranscodeReason.ContainerNotSupported;
} }

Loading…
Cancel
Save