|
@@ -686,7 +686,7 @@ ffmpeg -i "concat:1.ts|2.ts" -c copy output.mp4
|
|
|
}
|
|
|
|
|
|
public static List<Map<String, Object>> getRecordList(String channel, Date startTm, Date endTm) {
|
|
|
- return filterRecordList(channel, startTm, endTm, filePath, recordUrl + "/profile/");
|
|
|
+ return filterRecordList(channel, startTm, endTm, filePath, recordUrl + "profile/");
|
|
|
}
|
|
|
|
|
|
public static List<Map<String, Object>> filterRecordList(String channel,
|