@@ -379,7 +379,6 @@ ffmpeg -i "concat:1.ts|2.ts" -c copy output.mp4
jsonArray = JSONArray.parseArray(data);
success = true;
} catch (Exception e) {
- e.printStackTrace();
log.info("Exception caught: " + e.getMessage());
// 增加重试计数
retryCount++;