mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
hwcodec not working on Ubuntu 22.04 #3022
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#3022
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tatokis on GitHub (Sep 30, 2024).
Bug Description
Hardware accelerated decoding/encoding stopped working at some point in the past on Ubuntu 22.04 with a Radeon RX580 (only used h264 in the past). H264 doesn't show up in the list when connecting to this computer, and when connecting from this computer to another one, UVD usage in radeontop shows 0% and the CPU load is high (due to CPU decoding).
ffmpeg on the system can still encode and decode video. Tested successfully with the following command, which uses the GPU to both decode and encode video:
From
check-hwcodec-config/rustdesk_rCURRENT.log:How to Reproduce
Connect to a computer from a machine running Ubuntu 22.04 with latest Mesa and an RX580.
Expected Behavior
The GPU is used to encode and decode supported formats.
Operating system(s) on local side and remote side
Linux -> Linux
RustDesk Version(s) on local side and remote side
1.3.2 -> 1.3.2
Screenshots
Additional Context
No response