Hi its me again..
Maybe someone can help me.
I already configured my jellyfin container fine.
I added the interface and all works fine.
Now error and i dont know why and how!?
The Error:
[AVHWDeviceContext @ 0x562682dcbd40] libva: /usr/lib/jellyfin-ffmpeg/lib/dri/radeonsi_drv_video.so init failed[AVHWDeviceContext @ 0x562682dcbd40] Failed to initialise VAAPI connection: 2 (resource allocation failed).Device creation failed: -5.[vist#0:0/h264 @ 0x562682dd0980] [dec:h264 @ 0x562682dd0c80] No device available for decoder: device type vaapi needed for codec h264.[vist#0:0/h264 @ 0x562682dd0980] [dec:h264 @ 0x562682dd0c80] Hardware device setup failed for decoder: Input/output error[vost#0:0/h264_vaapi @ 0x562682db4c00] Error initializing a simple filtergraphError opening output file /config/cache/transcodes/6011f99c4d1b0a7c8f90fb7c5acd43a7.m3u8.Error opening output files: Input/output error
My file:
---
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=1001
- PGID=100
- TZ=Europe/Berlin
- JELLYFIN_PublishedServerUrl=http://192.168.2.160 #optional
- DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel
volumes:
- /srv/dev-disk-by-uuid-27f8a266-f3f9-4c98-bc91-fa3adc19169c/Config/Jellyfin:/config
- /srv/dev-disk-by-uuid-ec9575f4-b1b1-408f-bf4a-ef605c72d56e/Filme und Serien/02##SERIEN##:/data/tvshows
- /srv/dev-disk-by-uuid-ec9575f4-b1b1-408f-bf4a-ef605c72d56e/Filme und Serien/01##FILME##:/data/movies
ports:
- 8096:8096
#- 8920:8920 #optional
#- 7359:7359/udp #optional
#- 1900:1900/udp #optional
devices:
- /dev/dri/renderD128:/dev/dri/renderD128
- /dev/dri/card0:/dev/dri/card0
restart: unless-stopped
What can i do to find out what is wrong?
Thx
Mischu