mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-12 03:17:36 +03:00
17 lines
662 B
JSON
17 lines
662 B
JSON
{
|
|
"label": "Live playback settings",
|
|
"description": "Settings used by the Web UI to control live stream selection, resolution and quality.",
|
|
"streams": {
|
|
"label": "Friendly names and restream names to use for live view",
|
|
"description": "Mapping of configured stream names to restream/go2rtc names used for live playback."
|
|
},
|
|
"height": {
|
|
"label": "Live camera view height",
|
|
"description": "Height (pixels) to render the live stream in the Web UI; must be <= detect stream height."
|
|
},
|
|
"quality": {
|
|
"label": "Live camera view quality",
|
|
"description": "Encoding quality for the live jsmpeg stream (1 highest, 31 lowest)."
|
|
}
|
|
}
|