Red5 · Capability
Red5 Pro Server API — Streams
Red5 Pro Server API — Streams. 4 operations. Lead operation: List Streams in an Application. Self-contained Naftiko capability covering one Red5 business surface.
What You Can Do
GET
Liststreams
— List Streams in an Application
/v1/applications/{appname}/streams
GET
Getstream
— Get Stream Details
/v1/applications/{appname}/streams/{streamname}
POST
Startstreamrecording
— Start Recording a Stream
/v1/applications/{appname}/streams/{streamname}/action/startrecord
POST
Stopstreamrecording
— Stop Recording a Stream
/v1/applications/{appname}/streams/{streamname}/action/stoprecord
MCP Tools
list-streams-application
List Streams in an Application
read-only
idempotent
get-stream-details
Get Stream Details
read-only
idempotent
start-recording-stream
Start Recording a Stream
stop-recording-stream
Stop Recording a Stream