frigate/web/public/locales/en/config/live.json

17 lines
581 B
JSON
Raw Normal View History

{
2026-01-28 02:10:29 +03:00
"label": "Live playback",
2026-01-29 18:43:43 +03:00
"description": "Settings used by the Web UI to control live stream resolution and quality.",
"streams": {
2026-01-29 18:43:43 +03:00
"label": "Live stream names",
"description": "Mapping of configured stream names to restream/go2rtc names used for live playback."
},
"height": {
2026-01-29 18:43:43 +03:00
"label": "Live height",
"description": "Height (pixels) to render the live stream in the Web UI; must be <= detect stream height."
},
"quality": {
2026-01-29 18:43:43 +03:00
"label": "Live quality",
"description": "Encoding quality for the live jsmpeg stream (1 highest, 31 lowest)."
}
}