scrcpy/server/src
Romain Vimont feab87053a Convert screen encoder to async processor
Contrary to the other tasks (controller and audio capture/encoding), the
screen encoder was executed synchronously. As a consequence,
scrcpy-server could not terminate until the screen encoder returned.

Convert it to an async processor. This allows to terminate on controller
error, and this paves the way to disable video mirroring.

PR #3978 <https://github.com/Genymobile/scrcpy/pull/3978>
2023-05-08 16:41:09 +02:00
..
main Convert screen encoder to async processor 2023-05-08 16:41:09 +02:00
test/java/com/genymobile/scrcpy Forward action button to device 2023-01-30 20:57:54 +01:00