Add user-configurable switch for hi10p on safari
This commit is contained in:
@@ -1281,7 +1281,7 @@ export default function (options) {
|
||||
});
|
||||
}
|
||||
|
||||
if (browser.safari && browser.version >= 17.5) {
|
||||
if (browser.safari && appSettings.enableHi10p()) {
|
||||
profile.CodecProfiles.push({
|
||||
Type: 'Video',
|
||||
Container: 'hls',
|
||||
|
||||
Reference in New Issue
Block a user