Janne Mareike Koschinski 2 weeks 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;
// Check container type
if (!directPlayProfile.SupportsContainer(container))
if (!directPlayProfile.SupportsContainer(container) && container != "hls")
{
directPlayProfileReasons |= TranscodeReason.ContainerNotSupported;
}

Loading…
Cancel
Save