mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 22:57:40 +03:00
tweak wording
This commit is contained in:
parent
f8b18dbd61
commit
c0f9b47e5c
@ -474,7 +474,7 @@ class FrigateConfig(FrigateBaseModel):
|
||||
live: CameraLiveConfig = Field(
|
||||
default_factory=CameraLiveConfig,
|
||||
title="Live playback",
|
||||
description="Settings used by the Web UI to control live stream resolution and quality.",
|
||||
description="Settings to control the jsmpeg live stream resolution and quality. This does not affect restreamed cameras that use go2rtc for live view.",
|
||||
)
|
||||
motion: Optional[MotionConfig] = Field(
|
||||
default=None,
|
||||
|
||||
@ -752,7 +752,7 @@
|
||||
},
|
||||
"live": {
|
||||
"label": "Live playback",
|
||||
"description": "Settings used by the Web UI to control live stream resolution and quality.",
|
||||
"description": "Settings to control the jsmpeg live stream resolution and quality. This does not affect restreamed cameras that use go2rtc for live view.",
|
||||
"streams": {
|
||||
"label": "Live stream names",
|
||||
"description": "Mapping of configured stream names to restream/go2rtc names used for live playback."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user