From 1144f642144103a3b0bbd017998d75edd9d2a8b8 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Thu, 6 Feb 2020 18:40:59 +0100 Subject: [PATCH] Indicate that -s can also be used for TCP/IP --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index da05bb7e..cb2fb75f 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,13 @@ scrcpy --serial 0123456789abcdef scrcpy -s 0123456789abcdef # short version ``` +If the device is connected over TCP/IP: + +```bash +scrcpy --serial 192.168.0.1:5555 +scrcpy -s 192.168.0.1:5555 # short version +``` + You can start several instances of _scrcpy_ for several devices. #### SSH tunnel