[
https://issues.apache.org/jira/browse/GUACAMOLE-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17569041#comment-17569041
]
Nick Couchman commented on GUACAMOLE-1480:
------------------------------------------
[~kathireshs]: I'm not entirely sure what you're looking for, but here is the
high-level process you'll need to use to change out the VNC library:
* Find or purchase another VNC library. I know RealVNC has one that you can
purchase - I don't know if there are other open source ones available -
libvncserver seems to be the most common one.
* Go through the code in the src/protocols/vnc directory and modify any calls
to libvncserver functions to their matching calls in whatever the new VNC
library is. That sounds really simple, but the reality is that it will likely
not be as easy as just changing the function call from one function to another
- there will probably be a significant amount of effort required to update the
code to support the new library. Also, includes will need to be updated to use
the correct headers from the new library.
* Update Makefile.am and configure.ac files to correctly detect the VNC library
and pull in the required include and library paths for it.
> VNC is not working with DSMPlugin (SecureVNCPlugin.dsm)
> --------------------------------------------------------
>
> Key: GUACAMOLE-1480
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-1480
> Project: Guacamole
> Issue Type: Improvement
> Components: VNC
> Reporter: kathiresh
> Priority: Minor
>
> Hi Team,
>
> Guacamole application is not supporting to
> [UltraVNC|https://en.wikipedia.org/wiki/UltraVNC] with *DSMPlugin* to use
> secure connection. Please enable this feature.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)