-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Screen does not update #3
Comments
Thanks for the issue! Next a couple of days I'm going to debug it and see how it could be fixed. |
The installation of After making node-png running, everything should work properly. |
I had all dependencies installed and the screen loads successfully upon login. It just doesn't "update". |
I'm going to keep the issue open, hopefully I'll be able to reproduce it. |
The screen doesn't update, same here. |
Can't find anywhere emitting .emit('rect',rect), maybe that's the problem? |
Today I found time and reproduced the issue. I tried to connect to TightVNC server but it didn't work. I guess there was a problem in the frame encoding or may be security? With RealVNC it works properly. I also added polling for changes, the polling is not incremental i.e. every time the proxy requests the whole screen. In order to make it incremental change the flag passed to |
I'm trying it on RealVNC but the issue is produced |
@RonCan did you pull the last changes? |
I checked out the source code and run without any modifications.
I connected to a VNC server successfully, but when I move or click the mouse or type something with the keyboard, the screen is not updated. I tried to put "console.trace()" into server.js #handleFrame() function and found out that it was never called more than once in the whole 15 minutes.
Note: I connect to a real VNC service on another VM on the same host, so network latency is absolutely out of question.
The text was updated successfully, but these errors were encountered: