You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use vnc-any to forward VNC sessions, I found that tight encoding is not supported. I would like to ask if it will be supported in the future,thanks a lot.
The text was updated successfully, but these errors were encountered:
Can you be more specific about the problem you're trying to solve here?
Thanks.
Hi,I am using the tight encoding, which is the default encoding method used by both tight VNC and tight VNC,because my VNCserver only supports the tight encoding method,i want to connect to my VNCServer through vnc-any.
matt335672
changed the title
Xrdp does not support tight encoding when using vnc-any
Xvnc backend: does not support tight encoding when using vnc-any
Mar 31, 2025
I can' promise you anything soon, I'm afraid. Our project is ASL licenced, and although there are VNC clients (and libraries) out there which support tightVNC encoding, all the ones I can find are licenced under the GPL. The tightvnc decoder is available (see here) but not on terms which are compatible with the ASL.
In other words, we can't simply embed an existing implementation of the tightvnc encoder in our code. That gives us two options, both of which involve significant development effort:-
we could possibly make calls into libvncclient specifically to handle this encoding.
we could provide a clean room implementation of the encoding.
When I use vnc-any to forward VNC sessions, I found that tight encoding is not supported. I would like to ask if it will be supported in the future,thanks a lot.
The text was updated successfully, but these errors were encountered: