frigate/web/public/locales/en/config/live.json
2026-02-27 09:37:57 -06:00

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)."
}
}