docs(video-bridge): document runtime configuration and limits

This commit is contained in:
Diego Rodrigues de Sa e Souza
2026-08-15 01:13:53 -03:00
committed by Xiangzhe
parent cc91cd5f37
commit 8d4f0cccd9
4 changed files with 79 additions and 14 deletions

View File

@@ -5473,7 +5473,20 @@ paths:
- ManagementSessionAuth: []
responses:
"200":
description: Per-modality bridge stats (vision, audio)
description: Per-modality bridge stats (vision, audio, video)
"401":
description: Unauthorized
/api/modality-bridge/video/runtime:
get:
tags: [System]
summary: Get Video Bridge runtime status
description: Returns sanitized FFmpeg and ffprobe availability and versions. The response never contains commands, paths, or stderr.
security:
- ManagementSessionAuth: []
responses:
"200":
description: Video Bridge runtime availability
"401":
description: Unauthorized