From 3baa75c7caa5f39aacea6dd6977fcfa8a51c48d9 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Thu, 19 Sep 2019 19:14:21 -0700 Subject: [PATCH] obs-browser: Turn rerouting audio off by default It was determined that rerouting audio through OBS currently isn't the best idea even with monitoring enabled, primarily due to the fact that audio monitoring has never had this wide of testing before, and that many users complained that they were not getting audio for (as of yet) unknown reasons from audio monitoring. It would appear that we need to address the issues with audio monitoring first before attempting to use audio monitoring with any sources by default. For now, audio will reroute through CEF by default, and then the user must explicitly use the option "Control audio via OBS", (renamed from "reroute audio", and now disabled by default), to enable browser audio control through OBS. There are other issues that need to be resolved as well, and once all the various issues are addressed, the setting default can be allowed to change back. --- plugins/obs-browser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/obs-browser b/plugins/obs-browser index 6868c5012..2f6d909eb 160000 --- a/plugins/obs-browser +++ b/plugins/obs-browser @@ -1 +1 @@ -Subproject commit 6868c501205bbf93c1d223dda74cc62f20fb806e +Subproject commit 2f6d909eb8cddc760c2993577222fea0fdfd9c78