set-playback-config
Use the interface to modify the playback settings.
HTTP Request
GET http://ip/mwapi?method=set-playback-config&buffer-duration=70
Parameter | Description |
---|---|
method | set-playback-config |
buffer-duration | Set buffer time from 20 to 120 in milliseconds. |
Response Body
{
"status": 0
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |