• 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 Hardware acceleration

     
    • 0 Vote(s) - 0 Average

    Hardware acceleration

    I'm having issue with hardware acceleration
    Maurizio Giorgino
    Offline

    Junior Member

    Posts: 1
    Threads: 1
    Joined: 2024 Dec
    Reputation: 0
    #1
    2024-12-02, 09:57 PM
    i'm using jellyfin via docker inside my OpenMediaVault machine which run directly on my minipc with intel N100 and UHD integrated graphics. 

    Everything works fine but the Hardware Acceleration don't work. i followed the steps for the intel HA guide but i stopped when it ask to: sudo apt update && sudo apt install -y jellyfin-ffmpeg7

     i obtain "E: impossible to find the packet jellyfin-ffmpeg7"

    also i miss the folder /usr/lib/jellyfin-ffmpeg and idk if it's a feature or not.

    i have render128 and the i915 respond correctly.

    also when i check the process info in OMV when i use jellyfin without Hardware acceleration i have ffmpeg as command in the first place.

    i hope i gave enough information for someone to help me with this one. Thanks for the patience.

    This is my docker compose file:

    Code:
    services:
      jellyfin:
        image: jellyfin/jellyfin:latest
        container_name: jellyfin
        user: root
        volumes:
          - ./config:/config
          - ./cache:/cache
          - type: bind
            source: /tank/home/cloud/media/film
            target: /film
          - type: bind
            source: /tank/home/cloud/media/serieTV
            target: /serieTV
            read_only: true
          # Optional - extra fonts to be used during transcoding with subtitle burn-in
          - type: bind
            source: /usr/share/fonts
            target: /usr/local/share/fonts/custom
            read_only: true
        labels:
          - traefik.enable=true
          - traefik.http.routers.jellyfin-https.rule=Host(`jellyfin.----.org`)
          - traefik.http.routers.jellyfin-https.entrypoints=websecure
          - traefik.http.routers.jellyfin-https.tls=true
          - traefik.http.routers.jellyfin-https.tls.certresolver=cloudflare
        restart: 'unless-stopped'
        # Optional - alternative address used for autodiscovery
        environment:
          - JELLYFIN_PublishedServerUrl=https://jellyfin.----.org
        # Optional - may be necessary for docker healthcheck to pass if running in host network mode
        networks:
          - frontend


    networks:
      frontend:
        external: true
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-12-02, 10:54 PM
    You need to pass in the GPU and render group ID.

    https://jellyfin.org/docs/general/admini...ualization

    Steps 1 and 2 of that section of our Intel guide.

    jellyfin-ffmpeg is part of the container and is not available to the rest of the OS. The docker section of the guide provides the method for passing commands into the container to verify functionality. Steps 5 and 6.
    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]
    « 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