From 6850d256d6084ce6671c190642c4186c4ec4f29e Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Tue, 21 Dec 2021 10:46:58 -0500 Subject: [PATCH] Add files via upload --- main.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.js b/main.js index 4cf5503..7e1007f 100644 --- a/main.js +++ b/main.js @@ -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);