I tried “all” settings. I tried reading the logs and norhing helped. I had many months without issues. How do you guys debug it? The logs aren’t too helpful for me and there are too many settings for me to play with. I’ve got an intel GPU with eirher QSV or VAAPI. Disabling does not work either. CPU is normal, GPU is normal. RAM is not full.

  • Coleslaw4145@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    10 hours ago

    When you start playing something, go into the admin dashboard on another machine and click the “i” and see if its trying to software transcode instead of hardware transcode, or does it say its direct playing?

    How are you running the Jellyfin server? As your own docker container or installed as a docker container in something like Unraid?

    If its a container then it needs access to the GPU (eg, --device=/dev/dri:/dev/dri, or whatever device your GPU appears as), and if its installed in Unraid it needs access to the gpu, intel-gpu-top needs to be installed, and the Jellyfin container also needs a docker mod called “opencl-intel”.