Intel Arc GPUs have issues with Jellyfin on the latest OpenMediaVault 7 release. In order to fix this we need to install a custom kernel and add our GPU to the Docker Compose file of Jellyfin.
In this video, I will show you exactly how to get there.
More updates on this and alternatives:
https://forum.openmediavault.org/inde...
Docker Compose ( https://wiki.omv-extras.org/doku.php?... )
https://hub.docker.com/r/linuxserver/...
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment:
PUID=${APPUSER_PUID}
PGID=${APPUSER_PGID}
TZ=${TIME_ZONE_VALUE}
#- JELLYFIN_PublishedServerUrl=192.168.0.5
volumes:
${PATH_TO_APPDATA}/jellyfin/config:/config
CHANGE_TO_COMPOSE_DATA_PATH/media:/media
devices:
/dev/dri:/dev/dri
ports:
8096:8096
restart: unless-stopped
Common errors:
Jellyfin Source Error
Jellyfin failed to get device
Jellyfin Device creation failed: -542398533
OpenMediaVault no dev/dri found
Intel Arc GPU No Hardware Acceleration Jellyfin
Timestamps:
0:00 Intel GPU no Hardware Acceleration
0:16 Install OpenMediaVault 7 Kernel 6.11
1:06 Add GPU device to Docker compose file
1:28 Set up Hardware Acceleration in Jellyfin
2:16 Playback settings
Subscribe to Dev Dunk for my game development journey: / @devdunkstudio
~ Thanks for watching ~
Support me on Patreon:
/ techdunk
My equipment (affiliate):
Asus TUF Gaming A15 2021
AMD Ryzen 5800H
RTX 3060
32GB DDR4 (Upgrade: https://amzn.to/2QEotPj)
1.5TB (Samsung 980: https://amzn.to/3fjqvPp)
Audio-Technica AT2020: https://amzn.to/3daSXQF
Microphone arm: https://amzn.to/3cuFBjg
Razer Ornata 2: https://amzn.to/39nzlYC
Logitech MX Master 3: https://amzn.to/3w6bXZ5
My social media:
Discord: / discord
Twitter: / techdunkyt
Instagram: / techdunkyt
Facebook: / techdunkyt
#OpenMediaVault #homeserver #homelab