Re: [Development] Qt/Quick and VNC

2022-06-05 Thread Uwe Rathmann
On 6/4/22 23:20, Giuseppe D'Angelo via Development wrote: I'd tend to agree; for some of our customers we indeed used H.264 encoding using VDPAU/VAAPI. Actually H.264 covers the idea of sending differences between 2 frames only - but without requiring any support of Qt/Quick. However you will

Re: [Development] Qt/Quick and VNC [ was: damage tracking ... ]

2022-06-04 Thread Giuseppe D'Angelo via Development
Il 04/06/22 19:59, Uwe Rathmann ha scritto: [ Giuseppe D'Angelo wrote: ] Properly signalling damage areas has a lot of interesting use cases, from compositors to efficiently enable remoting solutions (frame streaming/VNC/etc.). Well, Qt/Quick is usually for modern user interfaces with smooth sta

[Development] Qt/Quick and VNC [ was: damage tracking ... ]

2022-06-04 Thread Uwe Rathmann
Hi all, sorry for hijacking a thread in a slightly different direction, but as I was working on a VNC solution for Qt/Quick for EGLFS recently. My VNC server ( BSD-3-Clause license ) can be found here: https://github.com/uwerat/vnc-eglfs The main reason why I'm not happy with the official VNC p