• 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 Intel N100 (on Debian) - how to get the transcode to work?

     
    • 0 Vote(s) - 0 Average

    Intel N100 (on Debian) - how to get the transcode to work?

    Lateral
    Offline

    Junior Member

    Posts: 3
    Threads: 2
    Joined: 2024 Apr
    Reputation: 0
    Country:Tuvalu
    #1
    2024-04-29, 03:22 PM (This post was last modified: 2024-04-29, 03:55 PM by TheDreadPirate. Edited 1 time in total.)
    Sorry, I'm new - below is my docker compose. Is there a driver I need to install on the host (Intel N100), or anything else I need in the compose file to get this to work?

    Let me know if any other details would help!! Many thanks for your support with this.[/color]

    Code:
    ---
    name: jellyfin
    services:
    jellyfin:
    devices:
    - /dev/dri:/dev/dri
    image: linuxserver/jellyfin:10.8.13
    restart: unless-stopped
    volumes:
    - type: bind
    source: /DATA/AppData/jellyfin/config
    target: /config
    - type: bind
    source: /mnt/nas/Media
    target: /Media
    - type: bind
    source: /opt/vc/lib
    target: /opt/vc/lib
    network_mode: bridge
    privileged: false
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-04-29, 03:55 PM
    Which version of Debian and which kernel are you running?
    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]
    Lateral
    Offline

    Junior Member

    Posts: 3
    Threads: 2
    Joined: 2024 Apr
    Reputation: 0
    Country:Tuvalu
    #3
    2024-04-29, 06:12 PM
    (2024-04-29, 03:55 PM)TheDreadPirate Wrote: Which version of Debian and which kernel are you running?

    Thanks for helping me with this. I get this:

    6.1.0-18-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01) x86_64 GNU/Linux

    Is that what you're looking for to help me troubleshoot this?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-04-29, 06:29 PM
    I missed this in the first post. You did not add the render group to your compose file. Adding the "group_add" line to your compose. An example from mine is below.

    Code:
    services:
      jellyfin:
        image: jellyfin/jellyfin:unstable
        container_name: jellyfin-unstable
        user: 105:104
        group_add:
          - "993" # Intel render group
        network_mode: 'host'
        volumes:
          - ./jellyfin-data/config:/config
          - ./jellyfin-data/cache:/cache
          - /media:/media:ro
        devices:
          - /dev/dri/renderD128:/dev/dri/renderD128
        restart: 'unless-stopped'
        extra_hosts:
          - "host.docker.internal:host-gateway"

    Use the "getent group render" command to get the group ID for render on your PC.
    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)


    • 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