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
Feedback is welcome

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.
A new development version, UltraVNC 1.6.2.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38083
Feedback 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

vncencodemgr.h Gutted?

SC <-> Proxy <-> Repeater <-> Proxy <-> Viewer
Post Reply
dimaxp
8
8
Posts: 8
Joined: 2007-01-14 06:08
Location: Seattle, WA

vncencodemgr.h Gutted?

Post by dimaxp »

Hi,

I have been taking a look at the source code of SCIII to figure out why the javaviewer ssl returns the unknown rfb encoding 16 error, instead of connecting. I have found that SCIII winvnc no longer supports any encoding other than RAW, Hextile, and ZRLE. This is because vncencodemgr.h has been gutted to not support them.

My question is was there a reason for this, other than a smaller file size? Can the encoders be restored to allow javaviewer ssl to once more function?

Thank you,
dimaxp
8
8
Posts: 8
Joined: 2007-01-14 06:08
Location: Seattle, WA

Re: vncencodemgr.h Gutted?

Post by dimaxp »

I have copied over the libjpeg, lzo, vncencodemgr.h, and the encoders themselves from UltraVNC into SCIII source. I then recompiled and found that javaviewer ssl functions with SCIII. There is a problem that I have noticed though, the javaviewer refuses to work in Full Color mode. When switched to Full color, it refuses to update the screen until you switch back to 256 colors.

Anyone have any ideas?

Thanks,
dimaxp
Post Reply