2025-10-01 15:39:43 +03:00
|
|
|
{
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Global FFmpeg configuration",
|
|
|
|
|
"description": "Global FFmpeg settings including binary path, global args, hwaccel options, and per-role output args.",
|
2026-01-23 18:55:56 +03:00
|
|
|
"path": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "FFmpeg path",
|
|
|
|
|
"description": "Path to the FFmpeg binary to use globally or a version alias."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"global_args": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Global FFmpeg arguments",
|
|
|
|
|
"description": "Global args passed to FFmpeg processes by default."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"hwaccel_args": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "FFmpeg hardware acceleration arguments",
|
|
|
|
|
"description": "Global hardware acceleration arguments for FFmpeg (auto or provider-specific)."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"input_args": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "FFmpeg input arguments",
|
|
|
|
|
"description": "Global input arguments applied to FFmpeg input streams by default."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"output_args": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "FFmpeg output arguments per role",
|
|
|
|
|
"description": "Default output args used for different FFmpeg roles such as detect and record.",
|
2026-01-23 18:55:56 +03:00
|
|
|
"detect": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Detect role FFmpeg output arguments",
|
|
|
|
|
"description": "Default output args for detect role streams."
|
2025-10-01 15:39:43 +03:00
|
|
|
},
|
2026-01-23 18:55:56 +03:00
|
|
|
"record": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Record role FFmpeg output arguments",
|
|
|
|
|
"description": "Default output args for record role streams."
|
2025-10-01 15:39:43 +03:00
|
|
|
}
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
2026-01-25 19:34:09 +03:00
|
|
|
"inputs": {
|
|
|
|
|
"label": "Camera inputs",
|
|
|
|
|
"description": "List of input stream definitions (paths and roles) for this camera.",
|
|
|
|
|
"path": {
|
|
|
|
|
"label": "Camera input path",
|
|
|
|
|
"description": "Camera input stream URL or path."
|
|
|
|
|
},
|
|
|
|
|
"roles": {
|
|
|
|
|
"label": "Roles assigned to this input",
|
|
|
|
|
"description": "Roles for this input stream (for example: detect, record, audio)."
|
|
|
|
|
},
|
|
|
|
|
"global_args": {
|
|
|
|
|
"label": "FFmpeg global arguments",
|
|
|
|
|
"description": "Global FFmpeg arguments for this input stream."
|
|
|
|
|
},
|
|
|
|
|
"hwaccel_args": {
|
|
|
|
|
"label": "FFmpeg hardware acceleration arguments",
|
|
|
|
|
"description": "Hardware acceleration arguments for this input stream."
|
|
|
|
|
},
|
|
|
|
|
"input_args": {
|
|
|
|
|
"label": "FFmpeg input arguments",
|
|
|
|
|
"description": "Input arguments specific to this stream."
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-23 18:55:56 +03:00
|
|
|
"retry_interval": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Time in seconds to wait before FFmpeg retries connecting to the camera",
|
|
|
|
|
"description": "Seconds to wait before attempting to reconnect a camera stream after failure."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"apple_compatibility": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Set tag on HEVC (H.265) recording stream to improve compatibility with Apple players",
|
|
|
|
|
"description": "Enable HEVC tagging for better Apple player compatibility when recording H.265."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"gpu": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "GPU index to use for hardware acceleration",
|
|
|
|
|
"description": "Default GPU index used for hardware acceleration if available."
|
2025-10-01 15:39:43 +03:00
|
|
|
}
|
2026-01-24 17:54:56 +03:00
|
|
|
}
|