scrcpy/app
Romain Vimont 4315be1648 Use random name for device socket
For the initial connection between the device and the computer, an adb
tunnel is established (with "adb reverse" or "adb forward").

The device-side of the tunnel is a local socket having the hard-coded
name "scrcpy". This may cause issues when several scrcpy instances are
started in a few seconds for the same device, since they will try to
bind the same name.

To avoid conflicts, make the client generate a random UID, and append
this UID to the local socket name ("scrcpy_01234567").
2023-01-27 21:51:59 +01:00
..
data Add -s auto-completion for zsh 2022-10-12 13:24:43 +02:00
prebuilt-deps Upgrade FFmpeg (5.1.2) for Windows 64-bit 2022-12-22 12:33:08 +01:00
src Use random name for device socket 2023-01-27 21:51:59 +01:00
tests Use precise scrolling values 2022-08-28 15:23:08 +02:00
meson.build Add random util 2023-01-27 19:26:19 +01:00
scrcpy-windows.manifest Set DPI awareness for Windows 2021-12-20 19:13:02 +01:00
scrcpy-windows.rc Bump version to 1.25 2022-12-22 12:33:29 +01:00
scrcpy.1 Use current adb port (if any) for --tcpip 2022-12-02 19:09:53 +01:00