Romain Vimont

Results 1984 comments of Romain Vimont

Even with scrcpy v2.5 (which includes the latest SDL version)? Do you have an audio output on your computer? If not, disable audio (`scrcpy --no-audio`). Otherwise, read https://github.com/Genymobile/scrcpy/issues/3856#issuecomment-1482911664

Try to build manually with ASAN enabled, then run: https://github.com/Genymobile/scrcpy/issues/3843#issuecomment-1477711086

> d/server/scrcpy-server: 1 file pushed, 0 skipped. > Aborted > DEBUG: Interrupting socket > DEBUG: Server disconnected > DEBUG: Server terminated > ERROR: Server connection failed Oh, the segfault (`Aborted`)...

> `adb logcat` give me a really long log do you want to check specific things in it? Clear the logs before running scrcpy: ```bash adb logcat -c # clear...

> ``` > 08-28 00:48:48.723 8964 8964 W ziparchive: Unable to open '/data/local/tmp/scrcpy-server.dm': No such file or directory > 08-28 00:48:48.723 8964 8964 W app_process: Failed to find magic >...

Try to stream a video using a standalone server to try to understand where it fails: https://github.com/Genymobile/scrcpy/blob/master/doc/develop.md#standalone-server

Note that every time you run scrcpy-server, if you don't pass `cleanup=false`, the binary is deleted on the devixe and you must push it again. > this problem happen in...

https://github.com/Genymobile/scrcpy/blob/master/FAQ.md#otg-issues-on-windows

https://github.com/Genymobile/scrcpy/blob/master/FAQ.md#device-not-detected Also check that your USB cable transmits data.

- https://github.com/Genymobile/scrcpy/issues/4098#issuecomment-1600332180 - https://github.com/Genymobile/scrcpy/issues/4098#issuecomment-2267093795