• 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 Transcoding FFmpeg error 218

    Pages (3): « Previous 1 2 3

     
    • 0 Vote(s) - 0 Average

    Transcoding FFmpeg error 218

    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #21
    2024-11-12, 01:53 PM
    Can you share your docker compose?
    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]
    aazam476
    Offline

    Junior Member

    Posts: 5
    Threads: 0
    Joined: 2024 Nov
    Reputation: 0
    Country:United States
    #22
    2024-11-12, 07:47 PM (This post was last modified: 2024-11-12, 07:59 PM by aazam476. Edited 1 time in total.)
    (2024-11-12, 01:53 PM)TheDreadPirate Wrote: Can you share your docker compose?

    I am using Linuxserver's docker image, but the issue that is happening occurs when using either the official image or Linuxserver's image.

    Code:
    version: '3'
    services:
      jellyfin:
        image: lscr.io/linuxserver/jellyfin:latest
        container_name: jellyfin
        restart: unless-stopped
        env_file: stack.env
        runtime: nvidia
        volumes:
          - config:/config
          - /media/jellyfin/transcodes:/transcodes
          - /media/jellyfin/movies:/movies
          - /media/jellyfin/tvshows:/tvshows
        networks:
          - default
          - traefik
          - jellyfin
        deploy:
          resources:
            reservations:
              devices:
                - driver: nvidia
                  count: 1
                  capabilities: [gpu]
        labels:
          - traefik.enable=true
          - traefik.http.routers.jellyfin.rule=Host(`...`)
          - traefik.http.routers.jellyfin.entrypoints=websecure
          - traefik.http.routers.jellyfin.tls.certresolver=myresolver
          - traefik.http.services.jellyfin.loadbalancer.server.port=8096
    volumes:
      config:
      cache:
    networks:
      default:
      traefik:
        external: true
      jellyfin:
        external: true
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #23
    2024-11-12, 08:03 PM
    I revisited your original post. I noticed you have decode acceleration enabled for HEVC, which your GPU does not support.

    Dashboard > Playback > Transcoding. Check MPEG2, VC1, VP8, and H264 for the decode section. Uncheck everything else. This will cause those codecs to decode on the CPU instead of the GPU.
    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]
    aazam476
    Offline

    Junior Member

    Posts: 5
    Threads: 0
    Joined: 2024 Nov
    Reputation: 0
    Country:United States
    #24
    2024-11-12, 08:35 PM
    After fixing a few other errors by restarting the docker stack and fixing folder permissions, it works! Thanks so much!
    Kiwa
    Offline

    Junior Member

    Posts: 32
    Threads: 6
    Joined: 2024 Aug
    Reputation: 0
    #25
    2024-11-21, 07:45 PM
    Hi, sorry for the delay, I've been very busy.
    Jellyfin has been running all this time without any issues since the last reboot.
    Today I updated the GPU firmware (via Windows 11 bare metal) and motherboard BIOS.

    If this problem occurs again I will investigate further and post new LOGS in case something changes.

    Thanks.


    Attached Files Thumbnail(s)
       
    Pages (3): « Previous 1 2 3

    « 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