Patch the function vncEncoding::SetEncoding() use HexT encoder in the case rfbEncodingTigh.
Works with noVNC client.
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- 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
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- 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
Search found 5 matches
- 2016-09-12 09:20
- Forum: Developer discussions (mainly user-mode)
- Topic: UltraVNC SC
- Replies: 4
- Views: 23752
- 2016-09-12 08:35
- Forum: Developer discussions (mainly user-mode)
- Topic: UltraVNC SC
- Replies: 4
- Views: 23752
Re: UltraVNC SC
This is the full log until connection: Mon Sep 12 11:31:46 2016 c:\users\sub-7\downloads\z_sc\winvnc\winvnc\winvnc.cpp : sockets initialised --The operation completed successfully. c:\users\sub-7\downloads\z_sc\winvnc\winvnc\winvnc.cpp : test... 192.168.0.111 5901 --The operation completed ...
- 2016-09-12 07:35
- Forum: Developer discussions (mainly user-mode)
- Topic: UltraVNC SC
- Replies: 4
- Views: 23752
Re: UltraVNC SC
I still can not understand how the server in single click mode decides to use ZRLE and where I can patch the code and force, for example, raw enconding
- 2016-09-11 11:18
- Forum: Developer discussions (mainly user-mode)
- Topic: UltraVNC SC
- Replies: 4
- Views: 23752
Re: UltraVNC SC
More research:
* All SingleClick patches are under SINGLECLICKULTRA
* Message MENU_ADD_CLIENT_MSG causes adding a new client to the server in single click mode
How the "dummy" chooses the encoding?
* All SingleClick patches are under SINGLECLICKULTRA
* Message MENU_ADD_CLIENT_MSG causes adding a new client to the server in single click mode
How the "dummy" chooses the encoding?
- 2016-09-08 09:41
- Forum: Developer discussions (mainly user-mode)
- Topic: UltraVNC SC
- Replies: 4
- Views: 23752
UltraVNC SC
Hello, I am trying to run UltraVNC SC_II_RC23 with https://kanaka.github.io/noVNC/ I have to patch the noVNC to allow accept the connections from the VNC server instead of connected by itself. The patches in noVNC are: https://github.com/larytet/websockify/commit ...