mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Hardware acceleration transcoding error #7005
Reference in New Issue
Block a user
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 @nycom83 on GitHub (May 12, 2025).
Description of the bug
When I enable hardware acceleration for transcoding, the transcoding stops working. All settings are correctly configured.
I'm getting an error when trying to play a media file that requires transcoding.
Reproduction steps
What is the current bug behavior?
What is the expected correct behavior?
Playing the media file
Jellyfin Server version
10.10.0+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
No response
Specify the build version
10.10.7
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
It seems that '-init_hw_device vaapi=amd:/dev/dri/renderD128' is not added when trying to transcode the file.
If I add these parameters, the media is transcoded

@felix920506 commented on GitHub (May 12, 2025):
please head to our chat rooms for troubleshooting. https://jellyfin.org/contact
@stealthgun commented on GitHub (Jul 7, 2025):
Im having the exact same issue.
-init_hw_device vaapi=intel:/dev/dri/renderD129 is not added and adding it makes it work.
In the end wat worked is set vaapi and then restart jellyfin