start-live
Use the interface to start broadcasting.
You can call stop-live to stop the session.
HTTP Request
GET http://ip/usapi?method=start-live
Parameter | Description |
---|---|
method | start-live |
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. |