RTSP Commands
Last updated: 2026/1/7 23:5:53 | ||
Path To | Name | Description/Function |
/api/rtsp | /address | Get the camera's RTSP address. |
/api/rtsp | /get | Get the current configuration. |
/api/rtsp | /update | Update any of the streaming settings. |
/address
Description | Get the camera's RTSP address. |
Method | Get |
Example |
CODE
|
Response | The camera's RTSP address. |
Response Type | Text |
Response Example |
CODE
|
/get
Description | Get the current configuration. |
Method | Get |
Example |
CODE
|
Response | All the configuration. |
Response Type | JSON object |
Response Example |
CODE
|
/update
Description | Update any of the streaming settings. |
Method | Post |
Example | Example 1
CODE
Output
CODE
Example 2
CODE
Output
CODE
|
Body |
CODE
If you do not include a “value” in one or any of the above variables, the value will not be changed. |
Response | None |
Explanation |
|