Check Stream Recording Status Please note that in our new cloud panel, Zones are named as CDN Resources. (Zone ID = CDN Resource ID) You can check whether your live stream is recording or not with this API. Parameters Return Values Example Output { “status”: true, “data”: { “errorCode”: “0”, “errorMessage”: “Recording in Progress”, “app”: […]
Articles Tagged: Stream Record
Stop Stream Recording
Stop Stream Recording You can stop recording your live stream with this API. Parameters Return Values Example Output { “status”: true, “data”: { “errorCode”: “0”, “errorMessage”: “Recording (medianova.stream1) stopped”, “app”: “mnlive”, “streamname”: “medianova.stream1” }, “opid”: “F0QvCA1fzEqGRYDV” }
Start Stream Recording
Start Stream Recording You can start recording your live stream with this API. Parameters Return Values Example Output { “status”: true, “data”: { “errorCode”: “0”, “errorMessage”: “Recorder Created”, “app”: “mnlive”, “streamname”: “medianova.stream1”, “output”: “example.mp4” }, “opid”: “vupMkEQgC8BjV5yw” }