2025-07-06, 11:16 AM 
		
	
	
		Hi Everyone,
I would like to ask your help. I have an n100 mini pc (Ubuntu 24.04.2 LTS) and I'm running Jellyfin (10.10.7) inside a docker container. Transcoding fails. I'm getting:
Here is the compose file:
- Render group is 992:
- Permissions on renderD128:
I attached the:
1, Docker logs:
  Docker logs.txt (Size: 8.28 KB / Downloads: 41)
2, The ffmpeg logs:
  ffmpeg logs.txt (Size: 35.1 KB / Downloads: 34)
3, Relevant Jellyfin settings:
   
I have tried a different user as the one I'm using for the container is very limited but I still had the same issue. I have also done the pre-requisites from https://jellyfin.org/docs/general/post-i...e-on-linux I tried the Quikcsync as well but had the same.
I'm stuck at this stage. Could someone check this please?
Thank you in advance!!!
	  
	
	
I would like to ask your help. I have an n100 mini pc (Ubuntu 24.04.2 LTS) and I'm running Jellyfin (10.10.7) inside a docker container. Transcoding fails. I'm getting:
Code:
Playback Error Playback failed due to a fatal player error.Here is the compose file:
Code:
services:
  jellyfin:
    image: jellyfin/jellyfin
    container_name: jellyfin
    user: 1001:1001
    group_add:
    - "992"
    environment:
    - TZ=Europe/Paris
    network_mode: 'host'
    volumes:
      - /etc/jelly/config:/config
      - /etc/jelly/cache:/cache
      - type: bind
        source: /storage/Movies/Films
        target: /Films
        read_only: true
    restart: 'unless-stopped'
    devices:
      - /dev/dri/renderD128:/dev/dri/renderD128- Render group is 992:
Code:
$ getent group render | cut -d: -f3
992- Permissions on renderD128:
Code:
$ ls -lAh /dev/dri/
total 0
drwxrwxrwx+ 2 root root        80 Jul  3 16:50 by-path
crwxrwxrwx+ 1 root video  226,  0 Jul  3 16:50 card0
crwxrwxrwx+ 1 root render 226, 128 Jul  3 16:50 renderD128I attached the:
1, Docker logs:
Code:
[12:35:47] [ERR] [8] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 218
  Docker logs.txt (Size: 8.28 KB / Downloads: 41)
2, The ffmpeg logs:
  ffmpeg logs.txt (Size: 35.1 KB / Downloads: 34)
3, Relevant Jellyfin settings:
I have tried a different user as the one I'm using for the container is very limited but I still had the same issue. I have also done the pre-requisites from https://jellyfin.org/docs/general/post-i...e-on-linux I tried the Quikcsync as well but had the same.
I'm stuck at this stage. Could someone check this please?
Thank you in advance!!!
