scrcpy/doc
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
..
audio.md Rename --display-buffer to --video-buffer 2024-10-31 19:57:52 +01:00
build.md Update links to 3.0 2024-11-24 18:30:01 +01:00
camera.md Merge branch 'master' into release 2023-11-25 21:37:37 +01:00
connection.md Reset TCP/IP connection with a '+' prefix 2024-12-04 13:16:51 +01:00
control.md Fix documentation about default mouse mode 2024-11-26 14:10:11 +01:00
develop.md Add debugging method for Android >= 11 2024-11-24 12:24:32 +01:00
device.md Add --screen-off-timeout 2024-11-09 10:26:59 +01:00
gamepad.md Mention issue with AOA and multiple gamepads 2024-09-15 18:58:53 +02:00
keyboard.md Document UHID 2024-03-01 00:52:28 +01:00
linux.md Update links to 3.0 2024-11-24 18:30:01 +01:00
macos.md Update links to 3.0 2024-11-24 18:30:01 +01:00
mouse.md Update mouse documentation about capture key 2024-10-28 14:55:55 +01:00
otg.md Add gamepad user documentation 2024-09-15 11:21:56 +02:00
recording.md Update documentation for --no-window 2024-05-11 17:12:00 +02:00
shortcuts.md Add shortcut to reset video capture/encoding 2024-11-03 19:31:02 +01:00
tunnels.md Rework README and documentation 2023-03-12 02:04:58 +01:00
v4l2.md Mention exclusive_caps mode in v4l2 documentation 2023-11-28 08:32:28 +01:00
video.md Merge branch 'master' into release 2024-11-24 16:01:05 +01:00
virtual_display.md Document launchers in virtual displays 2024-12-04 13:10:35 +01:00
window.md Update documentation for --no-window 2024-05-11 17:12:00 +02:00
windows.md Update links to 3.0 2024-11-24 18:30:01 +01:00