From 7b1b5ff7aaee42aec72ac53944f1f6f2e1263941 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 24 Jan 2023 07:13:29 -0700 Subject: [PATCH] Update create_config.py --- docker/rootfs/usr/local/go2rtc/create_config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/rootfs/usr/local/go2rtc/create_config.py b/docker/rootfs/usr/local/go2rtc/create_config.py index 39eb475bc..4ba2cfbf6 100644 --- a/docker/rootfs/usr/local/go2rtc/create_config.py +++ b/docker/rootfs/usr/local/go2rtc/create_config.py @@ -40,8 +40,6 @@ if not go2rtc_config.get("webrtc", {}).get("candidates", []): default_candidates.append("stun:8555") go2rtc_config["webrtc"] = {"candidates": default_candidates} -else: - print("[INFO] Not injecting WebRTC candidates into go2rtc config as it has been set manually") # need to replace ffmpeg command when using ffmpeg4 if not os.path.exists(BTBN_PATH):