protect_get_rtsp_streams
Retrieve active RTSPS stream URLs for a camera's quality levels. Missing keys indicate no active session; use the create tool to start one.
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 |