scrcpy icon indicating copy to clipboard operation
scrcpy copied to clipboard

Cannot connect to two devices wirelessly at the same time or specify port

Open 9812ga98sd opened this issue 6 months ago • 19 comments

Windows 10 scrcpy-win64-v2.6.1 Windows Release from zip file Samsung Xcover Phone Android 13

I want to connect two phones wirelessly.

I use:

scrcpy -s SERIAL_NUMBER_HERE --tcpip (phone1) scrcpy -s SERIAL_NUMBER_HERE --tcpip (Phone2)

This is the result:

INFO: (usb) SERIAL device SM_G715FN INFO: --> (usb) SERIAL device SM_G715FN

INFO: (tcpip) 192.168.1.133:5555 device SM_G715FN INFO: (tcpip) 192.168.1.136:5555 device SM_G715FN

They are both on the same port.

I can connect to the first device using: scrcpy --tcpip=192.168.1.133

When I use:

scrcpy --tcpip=192.168.1.136

... scrcpy 2.6.1 https://github.com/Genymobile/scrcpy INFO: Connecting to 192.168.1.136:5555... failed to authenticate to 192.168.1.136:5555 ERROR: Could not connect to 192.168.1.136:5555 ERROR: Server connection failed ...

Describe the bug

How can I specify a different port? How can I connect and serve two devices?

9812ga98sd avatar Aug 06 '24 16:08 9812ga98sd