From 0539b0efc58898b56cdcf7a7ee3de9679c8a5271 Mon Sep 17 00:00:00 2001 From: hydromelvictor Date: Tue, 2 Jan 2024 17:44:42 +0000 Subject: [PATCH] update docs to clarify variable substitution in go2rtc --- docs/docs/configuration/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 86f5174ae..c4d18cf46 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -436,6 +436,15 @@ rtmp: # Uses https://github.com/AlexxIT/go2rtc (v1.8.3) go2rtc: + rtsp: + # username can be specified with an environment variables or docker secrets that must begin with 'FRIGATE_'. + # e.g. user: '{FRIGATE_GO2RTC_RTSP_USERNAME}' + username: go2rtc_rtsp_username + # password can be specified with an environment variables or docker secrets that must begin with 'FRIGATE_'. + # e.g. user: '{FRIGATE_GO2RTC_RTSP_PASSWORD}' + password: go2rtc_rtsp_password + stream: ... + # Optional: jsmpeg stream configuration for WebUI live: # Optional: Set the name of the stream that should be used for live view