mirror of
https://github.com/Genymobile/scrcpy
synced 2024-12-19 05:44:42 +00:00
0e473eb005
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> |
||
---|---|---|
.. | ||
audio.md | ||
build.md | ||
camera.md | ||
connection.md | ||
control.md | ||
develop.md | ||
device.md | ||
gamepad.md | ||
keyboard.md | ||
linux.md | ||
macos.md | ||
mouse.md | ||
otg.md | ||
recording.md | ||
shortcuts.md | ||
tunnels.md | ||
v4l2.md | ||
video.md | ||
virtual_display.md | ||
window.md | ||
windows.md |