Romain Vimont

Results 2055 comments of Romain Vimont

Could you also retry on current `dev` branch? (6ba99a62ff51c0ce209db78a9ed17f1633170027 merged on `dev` might help) EDIT: you could try this binary https://github.com/Genymobile/scrcpy/pull/3862#issuecomment-1561871804 it includes the commit I mentionned.

On `dev` branch: 39544f34b4d63a6cdb91802a9c6136b3d6a6003a ``` scrcpy --audio-output-buffer=10 ``` See #3793.

This is a homebrew issue. Try to update/reinstall homebrew. If it still doesn't work, please report to them.

> scrcpy version: 1.17 Could you try the latest? (currently, 2.0) Could you copy the whole console output, please, with `scrcpy -Vdebug`? Also try with another `--video-encoder`: https://github.com/Genymobile/scrcpy/blob/master/doc/video.md#codec

> Chrome OS linux uses debian 11, and on the version page it says debian 11 runs 1.17 so i just went with it OK. On Chrome OS, could you...

You can `adb connect` only one adb client per device. You might be interested in this page: https://github.com/Genymobile/scrcpy/blob/master/doc/tunnels.md

> Like this: "Suppose that this server is accessible at 192.168.1.2. Then, from another terminal, run scrcpy:" > > From another terminal on the same computer? Or a different? On...

> Does this mean that the remote computer has to be turned on at all time in order to access the Android device remotley? Yes, you communicate with the device...

> I have found that only one PC can have an active adb connection to the same device. Yes, this is an adb server limitation.