Romain Vimont

Results 1990 comments of Romain Vimont

Closing as duplicate (see #3875).

Please run `scrcpy -Vverbose`, and post the logs from the console when the bug occurs.

Try with another encoder: https://github.com/Genymobile/scrcpy/blob/master/doc/video.md#encoder

> Are we sure the scrcpy-server apk sent on the device support x86_64 platform ? It is independent of the architecture. The problem is more probably the encoder not producing...

Kill the adb daemon process (Ctrl+Alt+Del, task manager), or execute `adb kill-server` (contrary to other OS, Windows does not allow to request to delete a file if it is used)....

What is the full output in the console? Does it work better with another [encoder](https://github.com/Genymobile/scrcpy/blob/master/doc/video.md#encoder)? Or without audio (`scrcpy --no-audio`)?

> [server] INFO: Device: [NVIDIA] NVIDIA SHIELD Android TV (Android 11) > INFO: Renderer: direct3d It seems the encoder does not produce any frame. Could you please test scrcpy v2.0,...

Don't execute `install_release.sh` from a tag, but one commit after: https://github.com/Genymobile/scrcpy/issues/4098#issuecomment-1600332180

Thank you for the report. Given the description, it looks like the device buffers input data indefinitely if it is not consumed by the client (applying a backpressure). But if...

Also, does it happen if you capture the camera directly (instead of mirroring the screen and opening the camera app)? ``` scrcpy --video-source=camera ```