set-live-keep-last
Added at V2.4
Use this interface to restart live streaming sessions when the device reboots.
HTTP Request
GET http://ip/usapi?method=set-live-keep-last&live-keep-last=1
| Parameter | Description |
|---|---|
| method | Method name: set-live-keep-last |
| live-keep-last | Whether to enable 0: Disable 1: Enable |
Response Body
{
"result": 0
}
| Item | Description |
|---|---|
| result | Returned status. 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |