From 51eaf6b56469512710a3c19118424e0690bb90a3 Mon Sep 17 00:00:00 2001 From: tubalainen Date: Sun, 9 Jun 2024 18:12:59 +0200 Subject: [PATCH] Update reference.md Updated live: configuration. Based on: https://github.com/blakeblackshear/frigate/issues/11826 --- docs/docs/configuration/reference.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/docs/docs/configuration/reference.md b/docs/docs/configuration/reference.md index f27e5055d..aa68fe419 100644 --- a/docs/docs/configuration/reference.md +++ b/docs/docs/configuration/reference.md @@ -401,10 +401,8 @@ rtmp: go2rtc: # Optional: jsmpeg stream configuration for WebUI +# NOTE: Can be overridden at the camera level live: - # Optional: Set the name of the stream that should be used for live view - # in frigate WebUI. (default: name of camera) - stream_name: camera_name # Optional: Set the height of the jsmpeg stream. (default: 720) # This must be less than or equal to the height of the detect stream. Lower resolutions # reduce bandwidth required for viewing the jsmpeg stream. Width is computed to match known aspect ratio. @@ -531,6 +529,19 @@ cameras: # Optional: Whether or not to show the camera in the Frigate UI (default: shown below) dashboard: True + # Optional: jsmpeg stream configuration for WebUI + live: + # Optional: Set the name of the stream that should be used for live view + # in frigate WebUI. (default: ??) + stream_name: go2rtc_stream_name + # Optional: Set the height of the jsmpeg stream. (default: 720) + # This must be less than or equal to the height of the detect stream. Lower resolutions + # reduce bandwidth required for viewing the jsmpeg stream. Width is computed to match known aspect ratio. + height: 720 + # Optional: Set the encode quality of the jsmpeg stream (default: shown below) + # 1 is the highest quality, and 31 is the lowest. Lower quality feeds utilize less CPU resources. + quality: 8 + # Optional: connect to ONVIF camera # to enable PTZ controls. onvif: