mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 11:45:24 +03:00
Use correct port
This commit is contained in:
parent
c6eb08b3d3
commit
4d2f9a0a5d
@ -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 = []
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user