protect_get_rtsp_streams
Retrieve active RTSPS stream URLs for each camera quality. Use it to see live sessions and start missing ones via the create RTSP stream tool.
Instructions
Get active RTSPS stream sessions for a camera. Returns the per-quality stream URLs currently published (keys typically: high, medium, low, package). Empty/missing keys mean no session is currently active at that quality — use protect_create_rtsp_stream to start one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Camera ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| low | No | RTSPS URL for the low-quality stream | |
| high | No | RTSPS URL for the high-quality stream | |
| medium | No | RTSPS URL for the medium-quality stream | |
| package | No | RTSPS URL for the package-camera stream |