2025-10-01 15:39:43 +03:00
|
|
|
{
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Live playback settings",
|
|
|
|
|
"description": "Settings used by the Web UI to control live stream selection, resolution and quality.",
|
2026-01-23 18:55:56 +03:00
|
|
|
"streams": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"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."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"height": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Live camera view height",
|
|
|
|
|
"description": "Height (pixels) to render the live stream in the Web UI; must be <= detect stream height."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"quality": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Live camera view quality",
|
|
|
|
|
"description": "Encoding quality for the live jsmpeg stream (1 highest, 31 lowest)."
|
2025-10-01 15:39:43 +03:00
|
|
|
}
|
2026-01-24 17:54:56 +03:00
|
|
|
}
|