scrcpy/server
Romain Vimont f88345de0a Use different sockets for video and control
The socket used the device-to-computer direction to stream the video and
the computer-to-device direction to send control events.

Some features, like copy-paste from device to computer, require to send
non-video data from the device to the computer.

To make them possible, use two sockets:
 - one for streaming the video from the device to the client;
 - one for control/events in both direction.
2019-05-28 21:03:54 +02:00
..
scripts Always invoke gradle except as root 2018-02-14 14:03:56 +01:00
src Use different sockets for video and control 2019-05-28 21:03:54 +02:00
.gitignore Convert server to an Android project 2018-01-30 12:01:36 +01:00
build.gradle Bump version to 1.8 2019-03-07 20:21:07 +01:00
meson.build server/meson.build: support relative path for prebuilt_server 2019-03-03 12:27:56 +08:00
proguard-rules.pro Convert server to an Android project 2018-01-30 12:01:36 +01:00