start-streaming
Use the interface to start streaming.
Request Mode
POST http://ip/mwapi/start-streaming
{
"id":1000
}
Parameter | Description |
---|---|
id | The stream server ID |
Response Body
JSON structure is as follows:
{
"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. |