get-playback-config
Use the interface to retrieve the playback settings.
HTTP Request
GET http://ip/mwapi?method=get-playback-config
Parameter | Description |
---|---|
method | get-playback-config |
Response Body
{
"status": 0,
"buffer-duration": 60
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |
buffer-duration | Shows the buffer time which ranges from 20 to 120 in ms. |