-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
create online vnc client #1320
Comments
You are probably looking for what's discussed on #1159 |
Yes, something like that. But I did it another way. Then I import the websockify Lib and use WebSocketProxy class. With using multiprocessing I could handle what I want, and the result is something like this:
|
Closing as duplicate of #1159 |
hi
I am working on a project that gets host, port and password params from an HTTP request and then runs websocketify command and connects to the mention vnc host and then returns the novnc URL.
But this does not work. Can anyone please help to solve this issue or tell me an alternative way?
The text was updated successfully, but these errors were encountered: