mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Update docs
This commit is contained in:
parent
b90e71d209
commit
ae13b7dbcc
@ -347,21 +347,15 @@ rtmp:
|
|||||||
restream:
|
restream:
|
||||||
# Optional: Enable the restream (default: True)
|
# Optional: Enable the restream (default: True)
|
||||||
enabled: True
|
enabled: True
|
||||||
|
# Optional: jsmpeg stream configuration for WebUI
|
||||||
# Optional: Live stream configuration for WebUI
|
jsmpeg:
|
||||||
# NOTE: Can be overridden at the camera level
|
# Optional: Set the height of the jsmpeg stream. (default: 720)
|
||||||
live:
|
|
||||||
# Optional: Set the height of the live 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 live 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.
|
||||||
height: 720
|
height: 720
|
||||||
# Optional: Set the encode quality of the live stream (default: shown below)
|
# 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.
|
# 1 is the highest quality, and 31 is the lowest. Lower quality feeds utilize less CPU resources.
|
||||||
quality: 8
|
quality: 8
|
||||||
# Optional: Set the source of the live stream (default: shown below)
|
|
||||||
# mp4 is full res stream that does not support audio
|
|
||||||
# jsmpeg is the detect stream, capped at 10 fps
|
|
||||||
source: mp4
|
|
||||||
|
|
||||||
# Optional: in-feed timestamp style configuration
|
# Optional: in-feed timestamp style configuration
|
||||||
# NOTE: Can be overridden at the camera level
|
# NOTE: Can be overridden at the camera level
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user