• 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: Intel HEVC Transcoding

     
    • 0 Vote(s) - 0 Average

    SOLVED: Intel HEVC Transcoding

    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 461
    Country:United States
    #8
    2025-04-05, 11:52 PM (This post was last modified: 2025-04-05, 11:53 PM by TheDreadPirate. Edited 1 time in total.)
    ZFS shouldn't make a difference since that "directory" doesn't exist on the file system like, for example, your home directory.

    Can you try switching to the official image? In which case you WOULD need to need to use the group_add setting. You only need to pass in the render group, btw. You'd also use user: UID:GID instead of PUID and PGID in the environment section. My docker compose below as an example.

    Code:
    jellyfin-prod:
        image: ghcr.io/jellyfin/jellyfin:10.10.7
        container_name: jellyfin-prod
        hostname: jellyfin
        user: ${MEDIAUSER}:${MEDIAUSER}
        group_add:
          - '${RENDER}' # Stored in .env file.  ID 993 in my case
        networks:
          blackmoon:
            ipv4_address: 172.16.100.10
        expose:
          - 8096
        volumes:
          - ./jellyfin-prod-data/config:/config
          - ./jellyfin-prod-data/cache:/cache
          - /media/ramdisk:/media/ramdisk
          - /media/library:/media/library:ro
          - /media/library/liveTV:/media/library/liveTV:rw
        devices:
          - /dev/dri/renderD128:/dev/dri/renderD128
        environment:
          - TZ=${TZ}
        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]
    1
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Intel HEVC Transcoding - by Dreadhawk177 - 2025-04-05, 04:50 PM
    RE: Intel HEVC Transcoding - by TheDreadPirate - 2025-04-05, 06:22 PM
    RE: Intel HEVC Transcoding - by Dreadhawk177 - 2025-04-05, 07:08 PM
    RE: Intel HEVC Transcoding - by TheDreadPirate - 2025-04-05, 07:16 PM
    RE: Intel HEVC Transcoding - by Dreadhawk177 - 2025-04-05, 08:34 PM
    RE: Intel HEVC Transcoding - by TheDreadPirate - 2025-04-05, 09:00 PM
    RE: Intel HEVC Transcoding - by Dreadhawk177 - 2025-04-05, 10:50 PM
    RE: Intel HEVC Transcoding - by TheDreadPirate - 2025-04-05, 11:52 PM
    RE: Intel HEVC Transcoding - by Dreadhawk177 - 2025-04-06, 04:20 AM
    RE: Intel HEVC Transcoding - by TheDreadPirate - 2025-04-06, 02:25 PM
    RE: Intel HEVC Transcoding - by Dreadhawk177 - 2025-04-09, 02:33 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