-
-
Notifications
You must be signed in to change notification settings - Fork 214
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
Enable WebSockets support #6
Comments
There's a project called noVNC. You can try it. |
I know it and worked with it. It's a client. I was htinking about LibVNCServer here. |
For Alternative way, Convert TCP into WS, Because noVNC Websockify is doing that. |
LibVNCServer has native WebSockets support, so this issue here should be easy to tackle. |
Ah yes! You're right! |
Hi @bk138 any progress on this? I'm trying to implement the websockets support using
and after
The console prints:
as if everything is running fine, but if I try to connect to http://ipofmyphone:8080 via the browser the requests seem to not even reach the app (no log output, etc. it just loads forever). Any ideas? |
I can at for the time being only point you at https://github.com/LibVNC/libvncserver#using-websockets for a working WebSockets example, I won't be able to spend time on this here issue in the upcoming weeks. |
@bk138 thanks for the quick reply, yea I implemented it using the example described in the LibVNCServer readme. No worries I'll let you know if I find something to get it to work! |
|
Using v1.3.0 since this is the last version that does not require HTTPS. re #6
No description provided.
The text was updated successfully, but these errors were encountered: