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

ubuntu 22 lts - records black screen #39

Open
akomm opened this issue Jan 4, 2023 · 2 comments
Open

ubuntu 22 lts - records black screen #39

akomm opened this issue Jan 4, 2023 · 2 comments

Comments

@akomm
Copy link

akomm commented Jan 4, 2023

I'v used it on ubuntu 18 lts and it worked. After updating to 22 lts chronicle records black screen with only the mouse visible.

The logs don't show any errors and ffmpeg is installed.

One notable thing I know changed between 18 and 22 is the fact that the later is using wayland by default. Is this maybe causing issues?

@arciisine
Copy link
Owner

So yeah, Wayland support doesn't exist yet, as Wayland explicitly disallows knowing what windows are available for recording. The current strategy is to integrate with each desktop environment individually and use their constructs for querying active windows (and various geometry). I'm still holding out hope that this gets resolved at some point as Windows, OSX, and X11 all currently support this.

@akomm
Copy link
Author

akomm commented Jan 5, 2023

Thanks for confirming. I had a feeling that is the case. The default recording tool in ubuntu 22 has option for screenshot, record and window or display. When switching to record, the window option is disabled, you can only select a display. I guess it might be for the same reason. But it seems like they did it via display because its easier?

Maybe that info helps, if you don't already know that.

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

No branches or pull requests

2 participants