• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting SOLVED: n100 docker transcoding/encoding failure

     
    • 0 Vote(s) - 0 Average

    SOLVED: n100 docker transcoding/encoding failure

    Pushkin
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2025 Jul
    Reputation: 0
    #1
    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:

    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 renderD128

    I attached the:

    1, Docker logs:

    Code:
    [12:35:47] [ERR] [8] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 218


    .txt   Docker logs.txt (Size: 8.28 KB / Downloads: 9)

    2, The ffmpeg logs:


    .txt   ffmpeg logs.txt (Size: 35.1 KB / Downloads: 10)

    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!!!
    Go to solution
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    n100 docker transcoding/encoding failure - by Pushkin - 2025-07-06, 11:16 AM
    RE: n100 docker transcoding/encoding failure - by nyanmisaka - 2025-07-06, 02:00 PM
    RE: n100 docker transcoding/encoding failure - by Pushkin - 2025-07-06, 03:40 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode