Merge pull request #5901 from gnattu/safari-hi10p

This commit is contained in:
Bill Thornton
2024-09-07 21:53:01 -04:00
committed by GitHub
5 changed files with 48 additions and 0 deletions
+17
View File
@@ -1317,6 +1317,23 @@ export default function (options) {
profile.CodecProfiles.push(codecProfileMp4);
}
if (browser.safari && appSettings.enableHi10p()) {
profile.CodecProfiles.push({
Type: 'Video',
Container: 'hls',
SubContainer: 'mp4',
Codec: 'h264',
Conditions: [
{
Condition: 'EqualsAny',
Property: 'VideoProfile',
Value: h264Profiles + '|high 10',
IsRequired: false
}
]
});
}
profile.CodecProfiles.push({
Type: 'Video',
Codec: 'h264',