get-app-settings
Use the interface to obtain APP related settings.
Request Mode
POST http://ip/mwapi/get-app-settings
Response Body
{
"status": 0,
"need-password": 0,
"have-password": 0,
"ssdp-port": 1900,
"control-port": 9000,
"stream-port": 9110,
"ftp-port": 21,
"resolution": "1280x720",
"duration": 333333,
"video-bitrate": 2048
}
Name | Description |
---|---|
status | 0 indicates a successful data acquisition. Refer to API Status Codes to find specific description for other values. |
need-password | Whether a password is needed. 0: No 1: Yes |
have-password | Whether the password is null. 0: Null 1: Not null |
resolution | The resolution |
duration | The frame rate |
video-bitrate | The video bitrate |
stream-port | The SRT streaming port |