付智勇

no message

... ... @@ -29,14 +29,14 @@ shell.prototype.Recording =async(appId,uid,channel,channelKey,body)=>{
}else{
var channelInfo = await recordStatus.create({id:uuid.db32(),channel:channel,status:body.status});
}
let shell =`cd /netWorkSchool/1.3sdk/Agora_Recording_SDK_for_Linux_FULL/samples && ./Recorder_local`+
let shell =`cd /netWorkSchool/Agora_Recording_SDK_for_Linux_FULL/samples/ && ./Recorder_local`+
` --appId ` +appId +
//` --uid ` +uid +
` --channel ` + channel +
`--recordFileRootDir /netWorkSchool/Agora_Recording_SDK_for_Linux_FULL/samples ` +
//` --channelKey ` + channelKey +
" --appliteDir \`pwd\`/../bin";
console.log(shell)
console.log(shell)
await callfile.exec(shell)
return true
... ...