set-auto-live
Added in V1.4
Use the interface to set whether to enable auto-lock live, and auto-start live when streaming server is configured with a smooth network. The live will be not manually stopped until the switch is off.
HTTP Request
GET http://ip/usapi?method=set-auto-live&is-auto-live=1
| Parameter | Description |
|---|---|
| method | set-auto-live |
| is-auto-live | 0: live unlocked 1: live locked |
Response Body
{
"result": 0
}
| Item | Description |
|---|---|
| result | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |