Romain Vimont
Romain Vimont
Try to remove `-Idummy` for there: https://github.com/rom1v/sndcpy/blob/dd76c6f4384564ee11151200751e07898cdf67d6/sndcpy.bat#L25 As a consequence, it will open the VLC gui. Maybe it will give a hint about the problem. For example, press Ctrl+m in...
> main stream error: connection error: Connection refused I you get it once, it's expected (cf [README](https://github.com/rom1v/sndcpy/blob/master/README.md)). > but no sound out from PC OK, so it seems several people...
OK, so the Playback Capture API on your device does not capture the app sound. What app did you use when you captured these logs?
As an alternative, I think `--forward-all-clicks` could be deprecated. It could be replaced by a new parameter `--mouse-bind=xxxx`. The argument would be exactly 4 characters, one for each secondary click:...
Superseded by #5022.
@123SONIC321 Implemented by #5022 :rocket: Please test :wink:
Run `scrcpy -Vverbose` and keep the terminal open. Are the logs delayed when you press a key, or only the actions on the device?
Try with an older SDL2.dll (replace the one from an older version of scrcpy).
@eiyooooo Does this also work: ```diff diff --git a/server/src/main/java/com/genymobile/scrcpy/device/Device.java b/server/src/main/java/com/genymobile/scrcpy/device/Device.java index ae4f50e59..3bd6b04c7 100644 --- a/server/src/main/java/com/genymobile/scrcpy/device/Device.java +++ b/server/src/main/java/com/genymobile/scrcpy/device/Device.java @@ -323,7 +323,16 @@ public final class Device { * @param mode one...
@AndroidDeveloperLB The patch above applied on current `master` (basically v2.5): - [`scrcpy-server`](https://tmp.rom1v.com/scrcpy/4823/1/scrcpy-server) `SHA-256: 1f17da76699caa3af102563362cc50647ecc9a2a270577e7585c4a54d3063fc`