Romain Vimont
Romain Vimont
> The black screen I am talking about here is the window on the computer screen, not the black screen of the mobile phone Yes, but it could impact screen...
> With scrcpy version 1.12.1. It's a very old version. Uninstall the package from your distribution, and install the latest version manually: https://github.com/Genymobile/scrcpy/blob/master/BUILD.md#simple
> Please make a version for old Mac OS... 10.12 is not so old Why doesn't it work? What's the problem?
> brew does not want to install it. It says that 10.12 systems are no longer supported. Oh ok. Then you must build it. Use the prebuilt-server for simplicity: https://github.com/Genymobile/scrcpy/blob/master/BUILD.md#prebuilt-server
I'm sorry, I don't use macOS so I don't really know, but it seems that Apple decided that this version is not supported anymore. Maybe you could upgrade? (or switch...
There is currently no option to stop automatically (recording or mirroring). As a workaround, in bash (typically on linux), you could do that with a small script: ```bash #!/bin/bash scrcpy...
I don't know, probably not.
(ah, yes, open it in MINGW and use a bash script, maybe?)
But if you kill the process (or if you Ctrl+C in the cmd console), the program has no change to clean up properly (in this case, to finish the recording...
> i was just wondering if i can change the source file to close scrcpy after some interval Yes. You could add a command-line option `--stop-after` (for example). You could...