Add files via upload

This commit is contained in:
Steve Seguin 2021-12-21 10:46:58 -05:00 committed by GitHub
parent 8c409ff8fc
commit 6850d256d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1130,9 +1130,9 @@ async function main(){ // main asyncronous thread; mostly initializes the user s
}
}
if (navigator.userAgent.indexOf('Mac OS X') != -1) {
session.codec = "h264"; // default the codec to h264 if OBS is on macOS (that's all it supports with hardware)
}
//if (navigator.userAgent.indexOf('Mac OS X') != -1) {
// session.codec = "h264"; // default the codec to h264 if OBS is on macOS (that's all it supports with hardware)
//}
if (session.disableOBS===false){
window.addEventListener("obsSourceVisibleChanged", obsSourceVisibleChanged);