Add files via upload

not sure whether to leave or remove this change...
This commit is contained in:
Steve Seguin 2021-12-21 10:48:39 -05:00 committed by GitHub
parent 6850d256d6
commit da19921469
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);