curl -X POST
-H ‘Accept:application/json; charset=utf-8’
-H ‘Content-Type:application/json; charset=utf-8’
http://wowzaserverIPaddress:8087/v2/servers/defaultServer/vhosts/defaultVHost/applications/icd/instances/definst/streamrecorders/cam22.stream_aac
-d ’
{
“instanceName”: “”,
“fileVersionDelegateName”: “”,
“serverName”: “”,
“recorderName”: “cam22.stream_aac”,
“currentSize”: 0,
“segmentSchedule”: “”,
“startOnKeyFrame”: true,
“outputPath”: “”,
“currentFile”: “cam22_031122.mp4”,
“recordData”: false,
“applicationName”: “”,
“moveFirstVideoFrameToZero”: false,
“recorderErrorString”: “”,
“segmentSize”: 0,
“defaultRecorder”: false,
“splitOnTcDiscontinuity”: false,
“version”: “”,
“baseFile”: “”,
“segmentDuration”: 0,
“recordingStartTime”: “”,
“fileTemplate”: “”,
“backBufferTime”: 0,
“segmentationType”: “”,
“currentDuration”: 0,
“fileFormat”: “”,
“recorderState”: “”,
“option”: “”
}’
Also replaced “currentFile” with “baseFile”, but got the same results.