Search found 2 matches

by Betabot
2020-01-22 12:04
Forum: Feature requests
Topic: Zstandard
Replies: 1
Views: 21287

Zstandard

I recently added a version of ZRLE that uses Zstd instead of zlib compression to my own vnc software. The two compressions are not compatible so a different encoding number is used, but with minimal changes to the code I got both better compression ratios and lower cpu usage (both compression and ...
by Betabot
2018-10-23 13:59
Forum: Feature requests
Topic: Filetransfer and textchat as pseudo-encodings
Replies: 1
Views: 11571

Filetransfer and textchat as pseudo-encodings

Currently UltraVNC determines if the server supports file transfer or text chat based on the reported RFB version or if rfbUltraVNC is the chosen authScheme. This makes it very hard for 3rd party servers to implement these features without loosing interoperability with other clients.

Is there a ...