dec05eba / gpu-screen-recorder-issues

GPU Screen Recorder issue tracker
13 stars 0 forks source link

[BUG] only mouse pointer is recorded, but no image/video (sound working fine) #50

Open Ignifazius opened 3 hours ago

Ignifazius commented 3 hours ago

Describe the bug After updating gpu-screen-recorder all rcordings only record the mouse pointer movement, but no image. Sound is working fine. (Probably due to changes on 2024-09-16, since it worked fine before)

To Reproduce Using the GUI, mostly default setting:

cli command gpu-screen-recorder -w screen -f 60 -a default_output -o ~/Videos/test_video.mp4 gives the same result (see attached video below)

Screenshots Screenshot from 2024-09-21 20-50-07

Desktop (please complete the following information):

Additional context Add any other context about the problem here, such as terminal output of running GPU Screen Recorder:

console is being spammed with

gsr error: vaapi_copy_drm_planes_to_video_surface: vaCreateSurfaces failed, error: invalid parameter

if the issue isn't related to audio then please run sudo drm_info > log.txt and attach that log.txt file in this bug report. -> log.txt

Attach a video that shows the issue (if applicable), in raw form as output by GPU Screen Recorder -> test video

Which game did you run while recording (if any) and does the issue also happen if you only record your desktop?

Additional

dec05eba commented 3 hours ago

Hmm, I was afraid this could happen. Let me see if I can reproduce it, I have the same gpu.

dec05eba commented 3 hours ago

Hmm nope I cant reproduce it, even with the same hardware, same desktop environment on wayland and same version. The log.txt file shows the same data too. The only difference is that im on arch, not manjaro

dec05eba commented 2 hours ago

Since manjaro has disabled support for hardware accelerated h264 for mesa (amd), which mesa package are you using to enable h264 on manjaro? or did they revert the decision to disable h264?

dec05eba commented 2 hours ago

I pushed a change to aur that should allow you to record now, please test it. But that is a workaround, not a fix. So I would still like you to provide more information so I can reproduce the issue.