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

I haven't tried Gnome 42 Screen Recorder yet but you can use OBS as an alternative.

2 months later

does this have any solution now? I read here and here that these screen capturing app needs this. There is guide on how to enable this manually on other distro (enabling pipewire, wireplumber, etc) , but I don't quite understand on how it will affect my experince with Solus

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 ?