From da199214692aa06c2e09e14c18cd1d3c3a219d05 Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Tue, 21 Dec 2021 10:48:39 -0500 Subject: [PATCH] Add files via upload not sure whether to leave or remove this change... --- main.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.js b/main.js index 7e1007f..4cf5503 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);