Add user-configurable switch for hi10p on safari

This commit is contained in:
gnattu
2024-08-10 21:00:48 +08:00
parent 62b44d218c
commit 0ed16a04b2
5 changed files with 32 additions and 1 deletions
+1 -1
View File
@@ -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',