scrcpy/app
Romain Vimont ec71a3f66a Use two 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 directions.
2019-05-30 22:35:41 +02:00
..
src Use two sockets for video and control 2019-05-30 22:35:41 +02:00
tests Add helpers to truncate UTF-8 at code points 2019-05-30 22:30:18 +02:00
meson.build Add helpers to truncate UTF-8 at code points 2019-05-30 22:30:18 +02:00