mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-18 00:54:27 +03:00
update reference config
This commit is contained in:
parent
f1274001f0
commit
cc4af75bd8
@ -551,10 +551,11 @@ go2rtc:
|
|||||||
# Optional: Live stream configuration for WebUI.
|
# Optional: Live stream configuration for WebUI.
|
||||||
# NOTE: Can be overridden at the camera level
|
# NOTE: Can be overridden at the camera level
|
||||||
live:
|
live:
|
||||||
# Optional: Set the name of the stream configured in go2rtc
|
# Optional: Set the streams configured in go2rtc
|
||||||
# that should be used for live view in frigate WebUI. (default: name of camera)
|
# that should be used for live view in frigate WebUI. (default: name of camera)
|
||||||
# NOTE: In most cases this should be set at the camera level only.
|
# NOTE: In most cases this should be set at the camera level only.
|
||||||
stream_name: camera_name
|
streams:
|
||||||
|
- friendly_name: stream_name
|
||||||
# Optional: Set the height of the jsmpeg stream. (default: 720)
|
# 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
|
# 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.
|
# reduce bandwidth required for viewing the jsmpeg stream. Width is computed to match known aspect ratio.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user