Closed tsuza closed 3 months ago
Update: If I select "Desktop portal (Experimental, HDR not supported)", it stops complaining and starts recording. Are there any drawbacks than choosing a specific monitor ( apart from HDR not being supported, which is a non-issue for me )? Or is it specifically due to Wayland, thus it needs to be used?
Update: If I select "Desktop portal (Experimental, HDR not supported)", it stops complaining and starts recording. Are there any drawbacks than choosing a specific monitor ( apart from HDR not being supported, which is a non-issue for me )? Or is it specifically due to Wayland, thus it needs to be used?
There is one another difference aside from hdr as you stated. Desktop portal doesn't work properly with prime-run (when you have a laptop with a dedicated gpu, for example intel laptop with a nvidia gpu and you want to record with the nvidia gpu), so prime-run is disabled for portal. But this might be technically possible so it might get fixed in the future. But yes as you stated, the main reason is that desktop portal only works on wayland.
As for this issue, can you run flatpak run --command=gpu-screen-recorder com.dec05eba.gpu_screen_recorder -w screen -f 60 -o video.mp4
and post the terminal output here?
if it crashes (stops by itself without recording anything) then can you run coredumpctl gdb
) and copy the terminal output of that here?
Oh no need to run that, I see the issue now. It's when x11 is not available, which is always the case in flatpak now..
Aha, gotcha. Is there anything you can do about it ( e.g. forcefully installing x11 for the app )? Thankfully it works with Desktop portal, and I'm on a Desktop with a single GPU, so it's not a big issue for now.
I have fixed the issue now. The fix will be available in the flatpak soon: https://github.com/flathub/com.dec05eba.gpu_screen_recorder/pull/143 Thanks for reporting the issue so I could fix it early!
Thank you for being so quick!
Just an update for you, I've just installed the latest flatpak version and now it works perfectly. Thanks once again!
Describe the bug Whenever I try to record / start replay, the recording / replay instantly stops and I get the following message:
If I try to start it from the CLI, I get the following output ( from booting it up to trying to record ):
To Reproduce It happens with any option, both GUI and CLI.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context I'm not setting any env var. I've tried to give some additional permissions to GPU Screen Recorder through flatseal, but it did not help. Recording works on OBS, if this piece of info helps.
mpv --no-config video.mp4
(if applicable)log.txt