Use correct port

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

View File

@ -64,7 +64,7 @@ if not go2rtc_config.get("webrtc"):
# go2rtc should listen on 5000 tcp & udp by default # go2rtc should listen on 5000 tcp & udp by default
if not go2rtc_config["webrtc"].get("listen"): if not go2rtc_config["webrtc"].get("listen"):
go2rtc_config["webrtc"]["listen"] = ":5000" go2rtc_config["webrtc"]["listen"] = ":8555"
if not go2rtc_config["webrtc"].get("candidates", []): if not go2rtc_config["webrtc"].get("candidates", []):
default_candidates = [] default_candidates = []