• 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
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Hardware acceleration - by Maurizio Giorgino - 2024-12-02, 09:57 PM
    RE: Hardware acceleration - by TheDreadPirate - 2024-12-02, 10:54 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