Update create_config.py

This commit is contained in:
Nicolas Mowen 2023-01-24 07:13:29 -07:00 committed by GitHub
parent feeb7107d5
commit 7b1b5ff7aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):