add ios dts workaround
This commit is contained in:
@@ -552,6 +552,25 @@ define(['browser'], function (browser) {
|
||||
maxLevel = '51';
|
||||
}
|
||||
|
||||
if (browser.iOS) {
|
||||
profile.ContainerProfiles.push({
|
||||
Type: 'Video',
|
||||
Conditions: [
|
||||
{
|
||||
Condition: 'NotEquals',
|
||||
Property: 'HasAudioCodec',
|
||||
Value: 'dca',
|
||||
IsRequired: false
|
||||
},
|
||||
{
|
||||
Condition: 'NotEquals',
|
||||
Property: 'HasAudioCodec',
|
||||
Value: 'dts',
|
||||
IsRequired: false
|
||||
}]
|
||||
});
|
||||
}
|
||||
|
||||
profile.CodecProfiles.push({
|
||||
Type: 'Video',
|
||||
Codec: 'h264',
|
||||
|
||||
Reference in New Issue
Block a user