ZhangWenTao пре 2 година
родитељ
комит
506089e03a

+ 4 - 0
src/main/java/com/persagy/cameractl/common/VideoExportProcessContext.java

@@ -96,6 +96,10 @@ public class VideoExportProcessContext {
 
     public synchronized boolean videoExists() throws InterruptedException {
         try {
+            if (inTransmission) {
+                return false;
+            }
+
             semaphore.acquire();
             File file = new File(filePath);