From 7fe8d5b01b0a59ebbe81b75b0d69fbc108dce5ab Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Thu, 28 Apr 2022 09:49:19 -0400 Subject: [PATCH] bug fix; video fails to load after reconnect issue was related to the new mixer logic added to allow director to switch between director and scene preview modes. it was not related to connection logic, thankfully. There may be further bugs though; please test. --- lib.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/lib.js b/lib.js index feaa463..29b65bf 100644 --- a/lib.js +++ b/lib.js @@ -3082,6 +3082,10 @@ function updateMixerRun(e=false){ // this is the main auto-mixing code. It's a session.guestFeeds = playarea.querySelector("#guestFeeds"); playarea.innerHTML = ""; skip = true; + } else { + for (var m=0;m