The new screenshot tool on gnome 42 gives an option to screencast/screenrecord. But that option never work properly for me. After I click record button, it starts record and show red circle applet but the its gone after 1 second and no recording saved anywhere I can find. Anybody has the same problem? Maybe solution? Thanks
Gnome Screen Recorder
I haven't tried Gnome 42 Screen Recorder yet but you can use OBS as an alternative.
Try:
systemctl --user status pipewire
if you see:
pipewire.service - PipeWire Multimedia Service
Loaded: loaded (/usr/lib/systemd/user/pipewire.service; disabled; vendor preset: enabled)
Active: inactive (dead)
Do:
systemctl --user enable pipewire
systemctl --user start pipewire
Check again:
systemctl --user status pipewire
the result should contain:
Active: active (running)
Try again record screencast.
fogary Thanks for the suggestion. It is still not working properly. After enabling pipewire
, red pill appear on the top bar and show it is recording. Although, when I check the recorded file (.webm) it doesn't has any data (0 KB). Then, if i i try to record again, red pill doesnt show up anymore until I restart the computer.
on another note, does enabling pipewire
will cause conflict with pulseaudio
?