[PATCH] Add a FreeRDP based compositor

Hardening rdp.effort at gmail.com
Sun Mar 3 01:26:31 PST 2013


On 01/03/2013 21:32, hardening wrote:
> This patch adds a FreeRDP based compositor. This backend
> waits for incoming RDP clients and sends frame updates to
> connected clients. Each RDP client register his own seat
> which make it nice to test multi-seat (with 2 RDP clients
> we have 2 pointers on the screen). Frame updates are done
> either with surfaces in raw format (that means flipping the
> dirty region and cutting in 64x64 tiles), or using the remoteFx
> codec (when the client supports it).
> ---
>  configure.ac         |    7 +
>  src/Makefile.am      |   16 +-
>  src/compositor-rdp.c |  827 ++++++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 849 insertions(+), 1 deletion(-)
>  create mode 100644 src/compositor-rdp.c

Forget this one, there's many issues with server-side of FreeRDP 1.0.
I'm changing the patch to use FreeRDP master (API has changed), which
looks less buggy.

Hardening.



More information about the wayland-devel mailing list