![]() |
SOLVED: New A380, trouble with HW acceleration - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: New A380, trouble with HW acceleration (/t-solved-new-a380-trouble-with-hw-acceleration) Pages:
1
2
|
New A380, trouble with HW acceleration - JustAnotherDude - 2025-02-11 I recently got a Sparkle A380 to add to my linux server. Up until now I have been running everything on a Ryzen 7600 with the integrated graphics. I think I have all of the necessary Intel GPU packages installed. I enabled Intel QSV and checked all of the boxes under 'Enable Hardware Decoding For:' header, checked boxes for 'Enable Hardware Encoding' and allow encoding in both HEVC and AV1. Trying to play any video fails with the following log: Code: Stream mapping: Disabling all HW acceleration allows video playback as normal. Does anybody have any tips for configuring Jellyfin to use the Intel A380? RE: New A380, trouble with HW acceleration - TheDreadPirate - 2025-02-11 What distro is running on? Did you install the HuC/GuC firmware? What is the output of this command? Code: sudo dmesg | grep i915 If your server has been up for a while, that command may not output anything. Run this command instead to search older dmesg logs. Code: sudo grep i915 /var/log/dmesg.log.1 RE: New A380, trouble with HW acceleration - JustAnotherDude - 2025-02-12 I am using OpenMandriva, this is a fresh install done after putting the A380 in my PC, so I assume the i915 installed automatically. Code: [JustAnotherDude@localhost ~]$ sudo dmesg | grep i915 RE: New A380, trouble with HW acceleration - TheDreadPirate - 2025-02-12 How is Jellyfin installed? Docker? A generic Linux install? RPM via RPM Fusion? RE: New A380, trouble with HW acceleration - JustAnotherDude - 2025-02-12 Installed by following the generic install instructions on the documentation page, using the newest tar.xz files. RE: New A380, trouble with HW acceleration - TheDreadPirate - 2025-02-12 Did you also install jellyfin ffmpeg? Or are you using a generic version of ffmpeg? RE: New A380, trouble with HW acceleration - JustAnotherDude - 2025-02-12 Jellyfin-ffmpeg 7.whatever from the downloads page. RE: New A380, trouble with HW acceleration - TheDreadPirate - 2025-02-12 Can you share the full ffmpeg log? RE: New A380, trouble with HW acceleration - JustAnotherDude - 2025-02-13 https://pastebin.com/fXNMYmmx RE: New A380, trouble with HW acceleration - JustAnotherDude - 2025-02-13 Disabling the HEVC and AV1 options under the 'Encoding Format Options' allows for video playback. I still have 'Enable hardware encoding' option selected. Does this allow for hardware acceleration in H264 only? Or am I just falling back to CPU/software only? |