2024-07-02, 02:56 PM
(This post was last modified: 2024-07-02, 02:56 PM by TheDreadPirate. Edited 1 time in total.)
(2024-07-02, 12:26 PM)Fate Wrote: Can you try disable low power intel hardware encoding for hevc in the settings?
Low power encoding for HEVC is supported in Tiger Lake CPUs.
(2024-07-02, 08:30 AM)KingPin Wrote: Hi all I'm running jellyfin server for quite a while, I have recently started noticing I coudlnt play some videos. Through some basic process of elimination, I have noticed this is happening on HEVC 10bt, and x265 videos. some logs and basic info below.
Running on docker,
Linux mini 6.5.0-41-generic #41~22.04.2-Ubuntu SMP PREEMPT_DYNAMIC Mon Jun 3 11:32:55 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
Server version 10.9.7
cpu : model name : 11th Gen Intel® Core i7-11800H @ 2.30GHz
You did not pass in the render group into the container. I'm not sure if that matters since you are running a root container
https://jellyfin.org/docs/general/admini...ial-docker
Code:
group_add:
- "122" # Change this to match your "render" host group id and remove this comment
What is the output of this command (run it on the host system).
Code:
docker exec -it jellyfin /usr/lib/jellyfin-ffmpeg/vainfo
And on the host system, what devices are listed in /dev/dri?