This commit is contained in:
Nicolas Mowen 2023-11-05 04:20:11 -07:00 committed by GitHub
parent a97d46f196
commit c6eb08b3d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ elif go2rtc_config["log"].get("format") is None:
go2rtc_config["log"]["format"] = "text" go2rtc_config["log"]["format"] = "text"
# ensure there is a default webrtc config # ensure there is a default webrtc config
if not go2rtc_config.get("webrtc", {}).get("candidates", []): if not go2rtc_config.get("webrtc"):
go2rtc_config["webrtc"] = {} go2rtc_config["webrtc"] = {}
# go2rtc should listen on 5000 tcp & udp by default # go2rtc should listen on 5000 tcp & udp by default