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

Hide cursor in video feed 🐭 #30

Open
bengreenier opened this issue Jul 2, 2019 · 2 comments
Open

Hide cursor in video feed 🐭 #30

bengreenier opened this issue Jul 2, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@bengreenier
Copy link
Owner

bengreenier commented Jul 2, 2019

We should not show the cursor in the webrtc video feed, however it's baked in and cannot be removed using the APIs we are using for user media. However, since the linux edition of the webrtc mouse monitor code uses xfixes (if the server supports it, ours seems to) we should be able to tell xfixes to hide the cursor (or make it transparent) and expect webrtc to do the same.

Note: If desktopCapturer supports getDisplayMedia in the future, we can use that to disable the cursor.

@bengreenier bengreenier added the bug Something isn't working label Jul 2, 2019
@bengreenier
Copy link
Owner Author

I really really want to implement this, but don't have time to do so at the moment 😢

@bengreenier
Copy link
Owner Author

It may also be possible to use Xvfb -fc <font> to give xvfb a cursor font that is all transparent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant