• 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 General Questions Hardware recommendations still up to date?

     
    • 0 Vote(s) - 0 Average

    Hardware recommendations still up to date?

    I've got a different experience with AMD
    fhireman
    Offline

    Junior Member

    Posts: 16
    Threads: 4
    Joined: 2024 Nov
    Reputation: 0
    Country:Netherlands
    #14
    2024-11-17, 01:52 AM (This post was last modified: 2024-11-17, 01:52 AM by fhireman.)
    I found where the ffmpeg logs were, this was the log of me trying to play something with hardware acceleration enabled: https://pastebin.com/NeYkuxhB

    My compose file looks like this(using Caddy as a reverse proxy to Jellyfin):
    Code:
    services:
      jellyfin:
        image: jellyfin/jellyfin:latest
        container_name: jellyfin
        volumes:
          - /home/frank/jellyfin/config:/config
          - /home/frank/jellyfin/cache:/cache
          - /mnt/media:/media
        expose:
          - "8096"
        networks:
          - jellyfin-net
        restart: unless-stopped

      caddy:
        image: caddy:latest
        container_name: caddy
        ports:
          - "80:80"
        volumes:
          - ./Caddyfile:/etc/caddy/Caddyfile
        depends_on:
          - jellyfin
        networks:
          - jellyfin-net
        restart: unless-stopped

    networks:
      jellyfin-net:
        driver: bridge



    I'm probably missing something specific for the Jellyfin container to properly use hardware acceleration on the host machine.
    Ubuntu Server 24.04
    Intel i5 12500
    Intel Arc A380
    OS 500GB SSD
    Storage 6TB WD Red Pro
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Hardware recommendations still up to date? - by fhireman - 2024-11-09, 05:29 PM
    RE: Hardware recommendations still up to date? - by crobibero - 2024-11-09, 06:10 PM
    RE: Hardware recommendations still up to date? - by fhireman - 2024-11-09, 09:20 PM
    RE: Hardware recommendations still up to date? - by TheDreadPirate - 2024-11-09, 06:55 PM
    RE: Hardware recommendations still up to date? - by crobibero - 2024-11-09, 09:27 PM
    RE: Hardware recommendations still up to date? - by fhireman - 2024-11-09, 09:39 PM
    RE: Hardware recommendations still up to date? - by fhireman - 2024-11-16, 11:56 PM
    RE: Hardware recommendations still up to date? - by fhireman - 2024-11-12, 12:02 AM
    RE: Hardware recommendations still up to date? - by TheDreadPirate - 2024-11-17, 12:05 AM
    RE: Hardware recommendations still up to date? - by fhireman - 2024-11-17, 12:16 AM
    RE: Hardware recommendations still up to date? - by TheDreadPirate - 2024-11-17, 12:18 AM
    RE: Hardware recommendations still up to date? - by fhireman - 2024-11-17, 12:45 AM
    RE: Hardware recommendations still up to date? - by TheDreadPirate - 2024-11-17, 01:17 AM
    RE: Hardware recommendations still up to date? - by fhireman - 2024-11-17, 01:52 AM
    RE: Hardware recommendations still up to date? - by TheDreadPirate - 2024-11-17, 02:10 AM
    RE: Hardware recommendations still up to date? - by fhireman - 2024-11-17, 10:55 AM
    RE: Hardware recommendations still up to date? - by fhireman - 2024-11-17, 12:53 PM
    RE: Hardware recommendations still up to date? - by TheDreadPirate - 2024-11-17, 03:58 PM
    RE: Hardware recommendations still up to date? - by fhireman - 2024-11-17, 08:46 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