mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-03 06:39:39 +00:00
Add an explicit first step in wireless section
Mention that the device must be plugged via USB before configuring TCP/IP connections. It wasn't obvious that the device should be first plugged before scrcpy wirelessly, especially to those who aren't very familiar with adb. Note from committer: add this new step with index 0 to make the diff readable, the next commit will renumber all the steps. Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
4ab3e89c29
commit
cc3b6f4d58
1 changed files with 1 additions and 0 deletions
|
@ -328,6 +328,7 @@ For example, you could capture the video within [OBS].
|
||||||
_Scrcpy_ uses `adb` to communicate with the device, and `adb` can [connect] to a
|
_Scrcpy_ uses `adb` to communicate with the device, and `adb` can [connect] to a
|
||||||
device over TCP/IP:
|
device over TCP/IP:
|
||||||
|
|
||||||
|
0. Plug the device into a USB port on your computer.
|
||||||
1. Connect the device to the same Wi-Fi as your computer.
|
1. Connect the device to the same Wi-Fi as your computer.
|
||||||
2. Get your device IP address, in Settings → About phone → Status, or by
|
2. Get your device IP address, in Settings → About phone → Status, or by
|
||||||
executing this command:
|
executing this command:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue