mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-20 19:45:00 +00:00
Adding --serve option on README
This commit is contained in:
parent
f903cd376d
commit
81a6b8e3a3
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -201,6 +201,22 @@ variation] does not impact the recorded file.
|
|||
|
||||
[packet delay variation]: https://en.wikipedia.org/wiki/Packet_delay_variation
|
||||
|
||||
### Serve
|
||||
|
||||
It is possible to forward the video stream:
|
||||
|
||||
```bash
|
||||
scrcpy --serve tcp:localhost:1234
|
||||
```
|
||||
|
||||
To disable mirroring while forwarding the stream:
|
||||
|
||||
```bash
|
||||
scrcpy --no-display --serve tcp:localhost:1234
|
||||
scrcpy -Nr --serve tcp:localhost:1234
|
||||
# interrupt recording with Ctrl+C
|
||||
# Ctrl+C does not terminate properly on Windows, so disconnect the device
|
||||
```
|
||||
|
||||
### Connection
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue