At first I tried using python(2.7,3.2,3.5, I tried several versions) to run websockify, but I met some problems like
https://github.com/kanaka/websockify/issues/108(is there anyone can solve this?)
then I follow the
https://github.com/kanaka/websockify/wiki/Compiling-Websockify-as-Windows-Executable but still failed
so I download websockify.exe and windows service websockify from
https://github.com/kanaka/websockify/downloadsIn cmd.exe,
websockify.exe 5901 192.168.1.188:5900 is working and vnc.html can connect, but when I follow the
https://github.com/kanaka/websockify/wiki/Windows-Websockify-Serviceand make a service(noVNCConfig.ini is
192.168.1.188:5901 192.168.1.188:5900), vnc.html just can't connect anymore and console log is
Error while connecting: Failed to connect to server (code: 1006)
so anyone can help me? thanks.
ps: vncserver is UltraVnc Server 1.2.1.1, windows version is win7 x64 or win10 x64(I tried both), noVNC is latest master branch, websokify is latest master or bug/108-no-sigchld-in-windows branch(i tried both)