Stop Stream Recording
You can stop 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 |
Return Values
Variable | Type |
---|---|
status | boolean |
data | object |
Example Output
CODE
{
"status": true,
"data": {
"errorCode": "0",
"errorMessage": "Recording (medianova.stream1) stopped",
"app": "mnlive",
"streamname": "medianova.stream1"
},
"opid": "F0QvCA1fzEqGRYDV"
}