Andri Yngvason
Andri Yngvason
Modern mice have more buttons than the VNC protocol supports. We need to create a pseudo encoding that supports those buttons and implement it for neatvnc and a few clients.
I've been thinking a bit about what would be the best way to make things faster on platforms such as the i.MX6. The biggest constraint is probably memory bandwidth, and...
Many VNC clients support multiple displays via the ExtendedDesktopSize pseudo encoding.
When the client request that the pixel format be changed, the server may be already encoding a frame which will be sent after the pixel format change. This causes problems...
This enables ext-virtual-keyboard-v1: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4682
If a description contains a list such as... ``` * This * That * And the other thing ``` The whole thing will be formatted as a paragraph: ``` *...
This adds the Open H.264 encoding to noVNC, as defined here: https://github.com/rfbproto/rfbproto/blob/master/rfbproto.rst#open-h-264-encoding This was tested on the following browsers: * Firefox 127.0.2 with `dom.media.webcodecs.enabled=true` * Firefox Nightly 129.0a1 (2024-07-08) *...
The will send all the pixel formats that it supports. We need to choose from that list.