Skip to content
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

Add support for WebSocket connections #259

Open
jhachandan1994 opened this issue Apr 28, 2023 · 2 comments
Open

Add support for WebSocket connections #259

jhachandan1994 opened this issue Apr 28, 2023 · 2 comments
Labels

Comments

@jhachandan1994
Copy link

i am trying to connect with selenoid vnc server where path is present along with host port and password how can i get this done server looks something like ws://localhost:4444/vnc/c2ec57a377e94f515b35b2a57caad26e?password=selenoid. i dont see any argument of path in vncdotool i am able to connect to this server using clients like novncserver in javascript but i want to connect in python.

@pmhahn pmhahn added the feature label Apr 28, 2023
@pmhahn
Copy link
Collaborator

pmhahn commented Apr 28, 2023

vncdotool currently only supports connecting via plain TCP socket, not via a WebSocket (ws://)

@pmhahn pmhahn changed the title Connect with selenoid docker vnc Ass support for WebSocket connections Apr 28, 2023
@pmhahn pmhahn changed the title Ass support for WebSocket connections Add support for WebSocket connections Apr 28, 2023
@mjb2k
Copy link

mjb2k commented Nov 20, 2024

We had the same problem and so we built a dedicated Python based WebSocket VNC client here: https://github.com/Cynnovative/py-wsvnc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants