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

ChunkVNC without DSMPlugin

Simple, Free, Open Source UltraVNC Wrapper Supporting Windows and Mac OSX
Post Reply
blekota
Posts: 3
Joined: 2010-04-27 11:57

ChunkVNC without DSMPlugin

Post by blekota »

First of all, big thanks for this application. Works very well!

Otherwise, one question?

How to get working CunkVNC without that rc4.key?
(I suppose, that I have to change server and also viewer settings)

Thanks!
User avatar
supercoe
400
400
Posts: 1732
Joined: 2009-07-20 21:27
Location: Walker, MN
Contact:

Re: ChunkVNC without DSMPlugin

Post by supercoe »

The source code is included with the package, the .au3 files in the SRC directory can be modified by installing AutoIt or using a text editor such as Notepad++

Is your plan to remove encryption or to just remove the preshared key?
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
blekota
Posts: 3
Joined: 2010-04-27 11:57

Re: ChunkVNC without DSMPlugin

Post by blekota »

Actually, I dont need DSMPlugin at all. If I am correct, DSMPlugin is using that preshared key.

We need to have option to connect more VNCViewers than one and I think, that DSMPlugin is preventing us from connecting more than 1 Viewer to server. (not sure, if this can be modified somehow)

So if there is no option how to enable multiviewing with DSMPlugin on, then I need to get rid of it.

I already found, where I can turn it off on server side - InstantSupport_Files\ultravnc.ini UseDSMPlugin=1 -> 0

but not sure how to do it for viewer...probably to configure on of ini files in ChunkVNC_3_1\Viewer\Bin chunkviewer.ini or chunkvnc.ini

If I disable it on server and connect with Viewer, I am getting warning that I selected secure connection, but I am connecting to unsecured server.

So the question is, where to set it on viewer side?
blekota
Posts: 3
Joined: 2010-04-27 11:57

Re: ChunkVNC without DSMPlugin

Post by blekota »

I sorted this out! :)

But another question.....

Is it possible to connect more than one viewer to one ID session???
User avatar
supercoe
400
400
Posts: 1732
Joined: 2009-07-20 21:27
Location: Walker, MN
Contact:

Re: ChunkVNC without DSMPlugin

Post by supercoe »

Not possible, the repeater can handle only 1 viewer per ID.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
B
800
800
Posts: 2338
Joined: 2009-09-09 14:05

Re: ChunkVNC without DSMPlugin

Post by B »

There are, however, anecdotal reports that the long-dead http://sourceforge.net/projects/vnc-reflector/ project still works for that sort of thing. Your mileage may vary widely.

Hmm, there's a recent Drupal module that integrates with it...

http://drupal.org/project/vnc_reflector
User avatar
supercoe
400
400
Posts: 1732
Joined: 2009-07-20 21:27
Location: Walker, MN
Contact:

Re: ChunkVNC without DSMPlugin

Post by supercoe »

I looked over the readme for VNC Reflector, it doesn't appear to me that it has the ability to connect to a repeater ID, only a VNC server IP.

Basically it seems that VNC Reflector won't work with the ChunkVNC project.

I'll look into it further as I think having a GotoMeeting type function for ChunkVNC would be awesome.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
B
800
800
Posts: 2338
Joined: 2009-09-09 14:05

Re: ChunkVNC without DSMPlugin

Post by B »

Maybe you'd be better off expanding the existing repeater to include broadcast/reflection. From what little I've seen, the repeater code is pretty simple?

On a basic level, a repeater is already just a two-point "reflector".
B
800
800
Posts: 2338
Joined: 2009-09-09 14:05

Re: ChunkVNC without DSMPlugin

Post by B »

Whoa, let's take a <b>good</b> look at that Unix repeater again!

I went looking to see if anyone had updated/forked the reflector, and look at this:

http://www.karlrunge.com/x11vnc/faq.html#faq-reflect
Q-118: Can x11vnc be used as a VNC reflector/repeater to improve performance for the case of a large number of simultaneous VNC viewers (e.g. classroom broadcasting or a large demo)?

Yes, as of Feb/2007 there is the "-reflect host:N" option to connect to the VNC server "host:N" (either another x11vnc or any other VNC server) and re-export it. VNC viewers then connect to the x11vnc(s) running -reflect.
I wonder if you could wrap that rascal up in Cygwin under Windows as a quick port?

Edit: Sorry that I seem to be confusing the Unix standalone repeater with the larger Unix x11vnc project. But the suggestion to consider incorporating Karl's work stands...
Last edited by B on 2010-04-28 15:44, edited 1 time in total.
Post Reply