|
@@ -555,7 +555,7 @@ ffmpeg -i "concat:1.ts|2.ts" -c copy output.mp4
|
|
|
log.info("-----getRecordUrl----message--" + cameraCode + "---" + response.message());
|
|
|
log.info("-----getRecordUrl----body--" + cameraCode + "---" + response.body());
|
|
|
if (response.code() == 200) {
|
|
|
- String path = apiSummary(cameraCode + "/" + channel + "/" + startTm.getTime() / 1000 + "-" + endTm.getTime() / 1000);
|
|
|
+// String path = apiSummary(cameraCode + "/" + channel + "/" + startTm.getTime() / 1000 + "-" + endTm.getTime() / 1000);
|
|
|
// if (StringUtils.isNotEmpty(path)) {
|
|
|
// return path;
|
|
|
// } else {
|