• 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 Help with transcoding

     
    • 0 Vote(s) - 0 Average

    Help with transcoding

    setting up new server need help with transcoding
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-09-25, 01:17 PM
    What OS are you running on? We have documentation for docker compose setup of Intel GPUs.

    https://jellyfin.org/docs/general/admini...ial-docker

    Pretty simple. Just add this to your compose.

    Code:
    devices:
          - /dev/dri/renderD128:/dev/dri/renderD128
        group_add:
          - "993" # Change this to match your "render" host group id and remove this comment

    The group_add requires that you run a couple commands (documented in the link) to find the proper ID number on your system for the render group. Here is my full docker compose as an example.

    Code:
    services:
      jellyfin-testing:
        image: jellyfin/jellyfin:10.9.11
        container_name: jellyfin-testing
        user: 110:110
        group_add:
          - "993" # Intel render group
        networks:
          [censored bridge name]:
            ipv4_address: 172.16.100.2
        expose:
          - 8096
        volumes:
          - ./jellyfin-stable-data/config:/config
          - ./jellyfin-stable-data/cache:/cache
          - /media/library:/media/library:ro
          - /media/storage2:/media/storage2
          - /media/ramdisk:/media/ramdisk
        devices:
          - /dev/dri/renderD128:/dev/dri/renderD128
        environment:
          - TZ=America/New_York
        restart: 'unless-stopped'
    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)


    Messages In This Thread
    Help with transcoding - by troothdotcom - 2024-09-25, 06:59 AM
    RE: Help with transcoding - by TheDreadPirate - 2024-09-25, 01:17 PM
    RE: Help with transcoding - by troothdotcom - 2024-09-25, 02:46 PM
    RE: Help with transcoding - by troothdotcom - 2024-09-25, 03:13 PM
    RE: Help with transcoding - by troothdotcom - 2024-09-26, 02:46 PM
    RE: Help with transcoding - by TheDreadPirate - 2024-09-25, 03:03 PM
    RE: Help with transcoding - by TheDreadPirate - 2024-09-25, 03:22 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