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 ability to proxy VNC port #52

Closed
vania-pooh opened this issue Apr 16, 2017 · 4 comments
Closed

Add ability to proxy VNC port #52

vania-pooh opened this issue Apr 16, 2017 · 4 comments
Milestone

Comments

@vania-pooh
Copy link
Member

vania-pooh commented Apr 16, 2017

Should be able to proxy vnc port by session ID like the following:

/vnc/<uuid>

The request like this...

GET /vnc

... should return a list of currently available videos.

@sskorol
Copy link

sskorol commented Apr 24, 2017

@vania-pooh would video files be available for pulling out from containers (or mapped folders)?.. or it'd be just a live streaming via selenoid-ui?

@vania-pooh
Copy link
Member Author

@sskorol this is one is about streaming only to Selenoid UI. Regarding video - this is a more complicated task. In my current understanding we can't capture video directly from VNC. In order to capture video we need to use something like this. The method described in the article requires installing ffmpeg and using x11grab driver. Installing all this software to every container will dramatically increase their size. So if you know a better way to capture video (e.g. directly from VNC) - please tell us.

@vania-pooh
Copy link
Member Author

So unless you know very simple way to capture video from VNC, video feature will be one of the next.

@sskorol
Copy link

sskorol commented Apr 24, 2017

@vania-pooh personally I have used ffmpeg for video recording in containers. It was chosen for Allure compatibility (as it supports only html5-video formats at moment).

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

No branches or pull requests

2 participants