• 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: Most compatible container and format

     
    • 0 Vote(s) - 0 Average

    SOLVED: Most compatible container and format

    ghiamar
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:Argentina
    #6
    2024-07-26, 02:22 PM (This post was last modified: 2024-07-26, 02:46 PM by ghiamar. Edited 2 times in total. Edit Reason: updated devices config in docker compose )
    Just to mention that I've enabled HW accel with this guide https://elblogdelazaro.org/posts/2020-04...-jellyfin/ and this reddit thread https://www.reddit.com/r/jellyfin/commen..._is_being/ resulting in this docker compose file and attached JF transcoding config (see attachment):

    Code:
    services:
      jellyfin:
        image: 'jellyfin/jellyfin:10.9.8'
        container_name: jellyfin
        restart: always
        volumes:
          - /XXXX/XXXX/jellyfin/config:/config
          - /XXXX/XXXX/jellyfin/config/web-config.json:/jellyfin/jellyfin-web/config.json
          - /XXXX/XXXX/jellyfin/cache:/cache
          - type: bind
            source: /XXXX/XXXX/jellyfin/media
            target: /media
        # user: 0:0
        network_mode: 'host'
        # Optional - alternative address used for autodiscovery
        environment:
          - JELLYFIN_PublishedServerUrl=https://XXXXXXX.XXXXXXXX.com
        # Optional - may be necessary for docker healthcheck to pass if running in host network mode
        extra_hosts:
          - 'host.docker.internal:host-gateway'
        devices:
          - /dev/dri/renderD128:/dev/dri/renderD128

       
    Jellyfin Server 10.9.8 (Docker)
    Ubuntu 22.04 LTS
    Intel Core i5-8500T (6 cores, 6 threads)
    16GB (2x8GB) SODIMM DDR4-2667
    Intel UHD Graphics 630
    OS drive
        Samsung SSD 840 120GB
    Storage
        2x TeamGroup 2TB nvme (software raid1 mdadm)
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Most compatible container and format - by ghiamar - 2024-07-24, 09:51 PM
    RE: Most compatible container and format - by TheDreadPirate - 2024-07-25, 12:12 AM
    RE: Most compatible container and format - by ghiamar - 2024-07-26, 01:16 PM
    RE: Most compatible container and format - by TheDreadPirate - 2024-07-26, 01:38 PM
    RE: Most compatible container and format - by ghiamar - 2024-07-26, 01:55 PM
    RE: Most compatible container and format - by ghiamar - 2024-07-26, 02:22 PM
    RE: Most compatible container and format - by TheDreadPirate - 2024-07-26, 04:06 PM
    RE: Most compatible container and format - by ghiamar - 2024-07-26, 05:54 PM
    RE: Most compatible container and format - by ghiamar - 2024-07-26, 06:41 PM
    RE: Most compatible container and format - by ghiamar - 2024-07-26, 06:52 PM
    RE: Most compatible container and format - by TheDreadPirate - 2024-07-26, 06:54 PM
    RE: Most compatible container and format - by ghiamar - 2024-07-26, 07:07 PM
    RE: Most compatible container and format - by TheDreadPirate - 2024-07-26, 07:17 PM
    RE: Most compatible container and format - by ghiamar - 2024-07-26, 07:33 PM
    RE: Most compatible container and format - by TheDreadPirate - 2024-07-26, 08:05 PM
    RE: Most compatible container and format - by ghiamar - 2024-07-26, 10:35 PM
    RE: Most compatible container and format - by ghiamar - 2024-07-26, 10:52 PM
    RE: Most compatible container and format - by TheDreadPirate - 2024-07-27, 12:53 AM
    RE: Most compatible container and format - by ghiamar - 2024-07-28, 12:58 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