优化录像合并下载,支持不过滤zlm节点ID

This commit is contained in:
648540858
2024-01-22 10:16:16 +08:00
parent 07729fbe49
commit 0e94aeaf5f
3 changed files with 9 additions and 4 deletions

View File

@@ -177,7 +177,7 @@ public class CloudRecordController {
remoteHost = request.getScheme() + "://" + request.getLocalAddr() + ":" + mediaServerItem.getRecordAssistPort();
}
}
return cloudRecordService.addTask(app, stream, mediaServerItem, startTime, endTime, callId, remoteHost);
return cloudRecordService.addTask(app, stream, mediaServerItem, startTime, endTime, callId, remoteHost, mediaServerId != null);
}
@ResponseBody