mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 15:45:27 +03:00
Clarify live docs
This commit is contained in:
parent
a3d3fe07ce
commit
cfa1ee4a7a
@ -480,10 +480,12 @@ snapshots:
|
|||||||
# Uses https://github.com/AlexxIT/go2rtc (v1.9.2)
|
# Uses https://github.com/AlexxIT/go2rtc (v1.9.2)
|
||||||
go2rtc:
|
go2rtc:
|
||||||
|
|
||||||
# Optional: jsmpeg stream configuration for WebUI
|
# Optional: Live stream configuration for WebUI.
|
||||||
|
# NOTE: Can be overridden at the camera level
|
||||||
live:
|
live:
|
||||||
# Optional: Set the name of the stream that should be used for live view
|
# Optional: Set the name of the stream configured in go2rtc
|
||||||
# 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.
|
||||||
stream_name: camera_name
|
stream_name: camera_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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user