Romain Vimont

Results 2055 comments of Romain Vimont

It is expected to be "frozen" until a client connects to it. For example (as mentioned in the doc): ```bash vlc -Idummy --demux=h264 --network-caching=0 tcp://localhost:1234 ``` Or even just: ```bash...

> the capture/encoder does not produce any frame Confirmed.

No. Does screenrecord work? ``` adb shell screenrecord /sdcard/file.mp4 adb pull /sdcard/file.mp4 ```

OK, so the screen is not captured with "native" Android tools (without scrcpy). You have to find why.

Out of curiosity, what is the result of `scrcpy --list-encoders`?

https://github.com/Genymobile/scrcpy/issues/3483#issuecomment-1236069457

I don't know the pyscrcpy client library. You should ask on their repo maybe?

What command do you execute? Is it over USB? Over wifi? Which resolution? Which bitrate? What is the result with `--print-fps`? If you record and play the file (`scrcpy --record=file.mp4...

Also try another encoder: https://github.com/Genymobile/scrcpy/blob/master/doc/video.md#encoder > 7-8fps What is on the device screen? (scrcpy never captures a frame if nothing has changed, so for example on a static screen you...