|
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 |
|
|
Response |
The camera's RTSP address. |
|
Response Type |
Text |
|
Response Example |
|
/get
|
Description |
Get the current configuration. |
|
Method |
Get |
|
Example |
|
|
Response |
All the configuration. |
|
Response Type |
JSON object |
|
Response Example |
|
/update
|
Description |
Update any of the streaming settings. |
|
Method |
Post |
|
Example |
Example 1
Output
Example 2
Output
|
|
Body |
If you do not include a “value” in one or any of the above variables, the value will not be changed. |
|
Response |
None |
|
Explanation |
|