I am using Ubuntu 18.04.01 LTS. I have spent a lot of time searching for Screen Recorders for the Ubuntu GNOME Wayland.
I have tried several Screen Recorders such as Simple Screen Recorder and Vokoscreen, but the result is only a blank screen with the cursor.
Any suggestions for me?
Green Recorder claims to support Wayland.
You can install from "FOSS Project" teams's PPA by running the following commands:
Gnome has builtin screen recorder: https://fedoraproject.org/wiki/ScreenCasting#Using_Gnome.27s_embedded_screencast_tool
Pressing Alt+Ctrl+Shift+R will start recording.
sorry it might be a bit late, but you can increase the duration of the built-in one by running this command in terminal:
Replace 600 with the number of seconds you want to be able to record for.
I've been intrigued with this for a while and have found the way to disable Wayland! Run this command:
and find #WayLandEnabled=false
Remove the #. Then Ctrl + X, then click y, then enter. Restart your computer. Done! You are now using DirectX again. All your screen recorders should now work. The built-in screen recorder (Ctrl+Alt+Shift+R) should be a LOT smoother now as well for old laptops.
I couldn’t find a good screen recorder for Wayland. So I made one ? https://github.com/HasinduLanka/screencorder
It’s stable and working well on Wayland.
If you know HTML/JS well, you can contribute to make frontend better
How this screen recorder works on wayland?
Most screen recorders out there do not work on wayland. Why?
Because wayland is much secure than old X11. Wayland doesn't let every program to see what others doing. It's a bit harder to gain access. But web browsers, like Chromium have handled these security features properly. That's why we use a local Progressive Web App as the frontend and a backend written in Go. The PWA records the screen and sends them to the backend as blobs. Backend records system sounds and combines all together in realtime.