Start Stream Recording
You can start recording your live stream with this API.
Method | Link |
---|---|
POST |
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
user_key | string | Yes | API User Token |
user_secret | string | Yes | API User Secret Token |
app_name | string | Yes | Zone Name (Publishing Point) |
stream_name | string | Yes | Stream name you want to broadcast |
output | string | Yes | Recorded file name |
Return Values
Variable | Type |
---|---|
status | boolean |
data | object |
Example Output
CODE
{
"status": true,
"data": {
"errorCode": "0",
"errorMessage": "Recorder Created",
"app": "mnlive",
"streamname": "medianova.stream1",
"output": "example.mp4"
},
"opid": "vupMkEQgC8BjV5yw"
}