Files
rtsp-simple-server/docs/2-features/21-control-api.md
T
2026-04-04 22:37:19 +02:00

639 B

Control API

The server can be queried and controlled with an API, that can be enabled by toggling the api parameter in the configuration:

api: yes

To obtain a list of active paths, run:

curl http://127.0.0.1:9997/v3/paths/list

The control API is documented in the Control API Reference page and in the OpenAPI / Swagger file.

Be aware that by default the Control API is accessible by localhost only; to increase visibility or enforce authentication, check Authentication.