|
@@ -172,7 +172,7 @@ public class CameraUtil {
|
|
|
public static String historyPlayListStr(String channel, Date startTm, Date endTm) {
|
|
|
List<String> list = filterPlayList(channel, startTm, endTm, filePath);
|
|
|
String uuid = UUID.randomUUID().toString();
|
|
|
- String ph = "flv/" + DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD, new Date())
|
|
|
+ String ph = "record/flv/" + DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD, new Date())
|
|
|
+ "/" + channel + "/"
|
|
|
+ uuid + ".flv";
|
|
|
if (!ObjectUtils.isEmpty(list)) {
|