Romain Vimont
Romain Vimont
Is it slow over USB?
If you record (`scrcpy --no-display --record=file.mp4`), is the recorded file "laggy"?
> the video recording is also delayed How do you observed that it is "delayed" when you play the recorded file? Could you share such a recorded file (for a...
OK so you have a low capture framerate. It's a problem on the device encoder. Try with another [encoder](https://github.com/Genymobile/scrcpy/blob/master/doc/video.md#codec) if several are available (`scrcpy --list-encoders`).
This is probably a hardware problem on the device itself (a tv box may not have an efficient encoder because this is not useful like when there is a camera).
Maybe your system is 32-bit and you downloaded the 64-bit release?
You are on windows but you're using a "Linux" syntax (`./scrcpy`). From where do you run the program? If you run it from a `cmd` (double-click on `open_a_terminal_here.bat`), and type...
> I just start scrcpy 2.0 by NodeJs What does it mean? What is the full console output? See commit a039124d5d21c3886aacb4463a747edd69da1a46.
So you get the adb and server logs immediately, but the client logs when you exit. There is additional buffering somewhere…
Maybe related: in 2.0, info logs are printed to `stdout` rather than `stderr`: 4a25f3e53bdac8c2510cc1c7f06e479a17a42e6b