|
@@ -407,7 +407,7 @@ public class CameraUtil {
|
|
|
String formatD = sdf.format(date);
|
|
|
|
|
|
//遍历每个进行视频录制的摄像头
|
|
|
- File file = new File(transcribeFilePath);
|
|
|
+ File file = new File(bakUrl + transcribeFilePath);
|
|
|
log.info("file.exists()======================================" + file.exists());
|
|
|
if (file.exists()) {
|
|
|
String s = HttpUtils.sendGet(bakUrl + transcribeFilePath, null);
|