scrcpy/app
Romain Vimont 0e473eb005 Reset TCP/IP connection with a '+' prefix
When running scrcpy with --tcpip=xx.xx.xx.xx, to make sure a new working
connection is established, it was first disconnected by a call to:

    adb disconnect <addr>

However, this caused all running instances connected to that address to
be killed. Running several instances of scrcpy on the same device is now
useful with virtual displays, so change the default behavior to NOT
disconnect.

To force a reconnection, a '+' prefix can be added:

    scrcpy --tcpip=+192.168.0.x

Fixes #5562 <https://github.com/Genymobile/scrcpy/issues/5562>
2024-12-04 13:16:51 +01:00
..
data Remove scrcpy wrapper script for static builds 2024-12-02 18:23:18 +01:00
deps Build FFmpeg with v4l2 support for Linux 2024-11-24 17:52:53 +01:00
src Reset TCP/IP connection with a '+' prefix 2024-12-04 13:16:51 +01:00
tests Add --capture-orientation 2024-11-19 21:31:04 +01:00
meson.build Expose sc_get_env() to read environment variable 2024-12-02 18:23:18 +01:00
scrcpy-windows.manifest Set DPI awareness for Windows 2021-12-20 19:13:02 +01:00
scrcpy-windows.rc Bump version to 3.0 2024-11-24 17:52:54 +01:00
scrcpy.1 Reset TCP/IP connection with a '+' prefix 2024-12-04 13:16:51 +01:00