Set playback.tryDirect settings to false by default to prevent crashing - favor app stability over file compatibility

This commit is contained in:
Charles Ewert 2023-09-01 13:32:06 -04:00
parent b1eaa25273
commit 449cff412e

View File

@ -113,14 +113,14 @@
"description": "Attempt Direct Play for H.264 media with unsupported profile levels before falling back to transcoding if it fails.",
"settingName": "playback.tryDirect.h264ProfileLevel",
"type": "bool",
"default": "true"
"default": "false"
},
{
"title": "HEVC",
"description": "Attempt Direct Play for HEVC media with unsupported profile levels before falling back to transcoding if it fails.",
"settingName": "playback.tryDirect.hevcProfileLevel",
"type": "bool",
"default": "true"
"default": "false"
}
]
},