Intel Arc GPU Hardware Acceleration in Open Media Vault FIXED

preview_player
Показать описание
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:

services:
jellyfin:
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

~ Thanks for watching ~

Support me on Patreon:

My equipment (affiliate):
Asus TUF Gaming A15 2021
AMD Ryzen 5800H
RTX 3060

My social media:

#OpenMediaVault #homeserver #homelab
Рекомендации по теме
Комментарии
Автор


You might need to set the newly installed kernel as the default, which is not directly shown in the video.

To do this, highlight the newly installed kernel (6.11 in the video) and click set boot (first icon).
After this you can restart OMV to boot into the new kernel

TechDunk