• 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: FFmpeg exited with code 218

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    SOLVED: FFmpeg exited with code 218

    s_p
    Offline

    Junior Member

    Posts: 7
    Threads: 2
    Joined: 2024 Jul
    Reputation: 0
    Country:Italy
    #1
    2025-04-18, 07:49 AM (This post was last modified: 2025-04-18, 09:49 PM by s_p. Edited 2 times in total.)
    hello

    I am having difficulty playing some files only through the Android app while everything is ok from the browser.
    The host is a fanless with N5105 cpu and jellyfin installation is through docker.
    In the logs I see MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 218.
    Can this be fixed?

    This is my >>>log<<<

    transcoding setup

    and docker-compose 

    Code:
    ---
    version: "2.1"
    services:
      jellyfin:
        image: ghcr.io/linuxserver/jellyfin
        container_name: jellyfin
        environment:
          - PUID=1000
          - PGID=1000
          - TZ=Europe/Rome
          - JELLYFIN_PublishedServerUrl=192.168.0.10 #optional
        volumes:
          - /srv/dev-disk-by-uuid-b1a430ba-feae-4449-b841-cd9bd6cdd32f/docker/Jellyfin:/config
          - /srv/dev-disk-by-uuid-b1a430ba-feae-4449-b841-cd9bd6cdd32f/video/serie:/tv
          - /srv/dev-disk-by-uuid-b1a430ba-feae-4449-b841-cd9bd6cdd32f/video/film:/movies
          - /opt/vc/lib:/opt/vc/lib #optional
        ports:
          - 8096:8096
          - 8920:8920 #optional
          - 7359:7359/udp #optional
          - 1900:1900/udp #optional
        devices:
          - /dev/dri/renderD128:/dev/dri/renderD128
        restart: unless-stopped 


    Attached Files Thumbnail(s)
                       
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2025-04-18, 02:21 PM (This post was last modified: 2025-04-18, 02:22 PM by TheDreadPirate. Edited 1 time in total.)
    Leave the "QSV device" field blank. It should only be populated if you have more than one Intel GPU in the system.

    If you did have more than one, that field accepts an index number and not the device path. For example, if you have an Intel iGPU and an Arc GPU, you'd use "1" to select the Arc GPU whereas the iGPU would likely be "0". When blank the Intel driver will select the first available device.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    s_p
    Offline

    Junior Member

    Posts: 7
    Threads: 2
    Joined: 2024 Jul
    Reputation: 0
    Country:Italy
    #3
    2025-04-18, 03:44 PM (This post was last modified: 2025-04-18, 03:47 PM by s_p. Edited 1 time in total.)
    Done, but the problem remains. It's strange though that it only happens on Android devices and fire sticks, everything works fine on the web browser.

    I tried to open the same file with Kodi, VLC, and MX Player, and there were no issues.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2025-04-18, 04:18 PM
    Can you share your ffmpeg log?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    s_p
    Offline

    Junior Member

    Posts: 7
    Threads: 2
    Joined: 2024 Jul
    Reputation: 0
    Country:Italy
    #5
    2025-04-18, 04:46 PM
    (2025-04-18, 04:18 PM)TheDreadPirate Wrote: Can you share your ffmpeg log?

    >>>ffmpeg log<<<
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2025-04-18, 06:12 PM
    Jasper Lake requires that you setup low power encoding. Not optional with that CPU generation.

    https://jellyfin.org/docs/general/admini...r-encoding

    Once you setup the firmware, you will need to check both low power encoding boxes in the transcoding dashboard.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    s_p
    Offline

    Junior Member

    Posts: 7
    Threads: 2
    Joined: 2024 Jul
    Reputation: 0
    Country:Italy
    #7
    2025-04-18, 08:44 PM
    Can you help me to configure firmware?
    there is too much information but I don't know which ones to follow
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2025-04-18, 09:27 PM
    What OS is the host running?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    s_p
    Offline

    Junior Member

    Posts: 7
    Threads: 2
    Joined: 2024 Jul
    Reputation: 0
    Country:Italy
    #9
    2025-04-18, 09:31 PM (This post was last modified: 2025-04-18, 09:31 PM by s_p.)
    is openmediavault 7.4.17


    Attached Files Thumbnail(s)
       
    s_p
    Offline

    Junior Member

    Posts: 7
    Threads: 2
    Joined: 2024 Jul
    Reputation: 0
    Country:Italy
    #10
    2025-04-18, 09:49 PM (This post was last modified: 2025-04-18, 09:53 PM by s_p. Edited 1 time in total.)
    it's works!!

    i just followed https://jellyfin.org/docs/general/admini...e-on-linux for debian SO

    Thank you

    just one last question, is it correct like this?


    Attached Files Thumbnail(s)
       
    Pages (2): 1 2 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • 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