RTSPController
Last updated: 2025/3/7 11:12:35 | ||
Path To | Name | Description/Function |
/api/rtsp | /get | Get the current configuration. |
/api/rtsp | /update | Update the streaming settings. |
/get
Function | Get the current configuration. |
---|---|
Method | Get |
Response | All the configuration. |
Example |
CODE
|
/update
Function | Update the streaming settings. |
---|---|
Method | Post |
Body |
CODE
If you do not include a “value” in one or any of the above variables, the default value will be used. i.e. "Resolution":"" will default to “1920x1080” |
Response | A representing the asynchronous operation. |
Explanation |
|
Example | Example 1
CODE
Output
CODE
Example 2
CODE
Output
CODE
|