Browse Source

yml流媒体端口修改

gao.qiang 1 year ago
parent
commit
66a3f0faf3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      business-service/src/main/java/com/ozs/utils/CameraUtil.java

+ 1 - 1
business-service/src/main/java/com/ozs/utils/CameraUtil.java

@@ -1120,7 +1120,7 @@ ffmpeg -i "concat:1.ts|2.ts" -c copy output.mp4
                         map.put(code, process);
                     }
                     try {
-                        TimeUnit.SECONDS.sleep(70 * Integer.parseInt(alarmPlayTimeValue));
+                        TimeUnit.SECONDS.sleep(100 * Integer.parseInt(alarmPlayTimeValue));
                     } catch (InterruptedException e) {
                         e.printStackTrace();
                     }