After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080

Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031

Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078

Development: UltraVNC development is always here... Any help is welcome.

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Patch/Update VNCViewer help options VNCOptions.cpp line 1196

Developers may discuss here
Post Reply
BigChimip
8
8
Posts: 13
Joined: 2011-10-10 09:04

Patch/Update VNCViewer help options VNCOptions.cpp line 1196

Post by BigChimip »

Hi all,

Going through the possible options for vncviewer 1.0.9.6(.1 I think) I found these encoding parameters in VNCoptions.cpp after line 672:
raw rre corre hextile ultra2
that were not present in the usage notice (line 1196):
" [/encoding [zrle | zywrle | tight | zlib | zlibhex | ultra]]\r\n"
If this needs to be added, could you maybe change that to something like (don't know if there is some ordering in the list):
" [/encoding [raw | rre | corre | hextile | zrle | zywrle | tight | zlib | zlibhex | ultra | ultra2]]\r\n"

Thanks.
(I understand you may not want users to use raw and other bandwidth-hogging encodings, so maybe that's the reason they're not included, but I must say the ultra2 encoding intrigues me)
Post Reply