Default base URL: http://localhost:8180, prefix: /test
http://localhost:8180
/test
Used for protocol interoperability and regression testing (YAML cases, FFmpeg push/pull, snapshot validation). For high-concurrency load testing, use the standalone stress tool.
/test/
/test/integration
/test/cases
/test/api/cases
/test/sse/cases
/test/api/cases/execute
/test/stop
Returns current job list.
Response fields:
jobs
count
POST /test/api/cases/executeContent-Type: application/json
{ "names": ["rtmp2rtsp", "rtmp2flv"] }
names
{ "id": 123 }
id
{ "code": 0, "message": "success", "data": { "started": true }}