Daniel Zlotin 7 vuotta sitten
vanhempi
commit
7d7815c7e7
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      scripts/test.e2e.ios.js

+ 1
- 0
scripts/test.e2e.ios.js Näytä tiedosto

16
 }
16
 }
17
 
17
 
18
 function startRecording() {
18
 function startRecording() {
19
+  exec.execSync(`ffmpeg -f avfoundation -list_devices true -i ""`);
19
   const screenId = exec.execSyncRead(`ffmpeg -f avfoundation -list_devices true -i "" 2>&1 | grep "Capture screen 0" | sed -e "s/.*\\[//" -e "s/\\].*//"`);
20
   const screenId = exec.execSyncRead(`ffmpeg -f avfoundation -list_devices true -i "" 2>&1 | grep "Capture screen 0" | sed -e "s/.*\\[//" -e "s/\\].*//"`);
20
   exec.execAsync(`ffmpeg -f avfoundation -i "${screenId}:none" out.avi`);
21
   exec.execAsync(`ffmpeg -f avfoundation -i "${screenId}:none" out.avi`);
21
 }
22
 }