@@ -50,7 +50,6 @@ public class VideoUtil {
//删除生成的ts文件
for (String filePath : voidTS) {
File file = new File(filePath);
- file.deleteOnExit();
}
return fileName;
} catch (Exception e) {