|
@@ -1234,10 +1234,14 @@ ffmpeg -i "concat:1.ts|2.ts" -c copy output.mp4
|
|
if (subValue.equals("1") && pathValue.contains("h264_720")) {
|
|
if (subValue.equals("1") && pathValue.contains("h264_720")) {
|
|
if (!ObjectUtils.isEmpty(heartbeat)) {
|
|
if (!ObjectUtils.isEmpty(heartbeat)) {
|
|
if (!heartbeat.contains(pathValue)) {
|
|
if (!heartbeat.contains(pathValue)) {
|
|
- log.info("执行stopStream------------------>");
|
|
|
|
|
|
+ log.info("执行stopStream---111--------------->");
|
|
String[] parts = pathValue.split("/");
|
|
String[] parts = pathValue.split("/");
|
|
stopStream(parts[0], parts[1]);
|
|
stopStream(parts[0], parts[1]);
|
|
}
|
|
}
|
|
|
|
+ }else {
|
|
|
|
+ log.info("执行stopStream--------2222---------->");
|
|
|
|
+ String[] parts = pathValue.split("/");
|
|
|
|
+ stopStream(parts[0], parts[1]);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|