• 0 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: April 3rd, 2025

help-circle
  • 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”.




  • Set up Uptime Kuma on the VPS to monitor services there. Uptime Kuma can send you a notification if any of them become unresponsive.

    Then use Healthchecks.io to monitor the VPS itself and Uptime Kuma.

    You can set up to 20 monitors on the free tier with healthchecks.io.

    Its a push monitor, so if the VPS/Uptime Kuma doesnt reach out to say its alive within the designated time interval you’ll get a notification, like a sort of dead man switch.

    Theres a load of notification options for both healthchecks and Uptime Kuma including email, discord, ntfy, etc, etc.

    This way you have no need for a seperate self hosted server, and you get healthchecks on yo healthchecks.