mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-16 20:22:21 +03:00
docs(video-bridge): document runtime configuration and limits
This commit is contained in:
committed by
Xiangzhe
parent
cc91cd5f37
commit
8d4f0cccd9
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user