filmov
tv
Intel Arc GPU Hardware Acceleration in Open Media Vault FIXED
Показать описание
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
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
Комментарии