• 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: Jellyfin in Container

     
    • 0 Vote(s) - 0 Average

    SOLVED: Jellyfin in Container

    HW Transcoding in Portainer on Intel N5095 NAS
    bitmap
    Offline

    Community Moderator

    Posts: 917
    Threads: 9
    Joined: 2023 Jul
    Reputation: 30
    #3
    2023-09-18, 10:33 PM (This post was last modified: 2023-09-18, 10:40 PM by bitmap. Edited 2 times in total.)
    Gotta make that declaration a code block or it just thinks you're very meh about your iGPU...

    I also tend to add the associated card device (which is card0 if you're using the Intel device and do not have a dGPU on the device...doubtful in a NAS box).

    Code:
    devices:
        - /dev/dri/renderD128:/dev/dri/renderD128
        - /dev/dri/card0:/dev/dri/card0

    Also I'd take a look at the user running Jellyfin and see what groups they're part of, as @nooobieee suggested. Then you can:

    Code:
    usermod -aG [group1],[group2] [user]

    This is important because differernt distros use different groups for device perms. Ubuntu uses video and render. So it would look like this for me (requires sudo, but you'll never copy sudo from me):

    Code:
    usermod -aG video,render bitmap

    You can figure out exactly which version of Linux you're running by using a few different commands, but try:

    Code:
    cat /etc/os-release

    Or:

    Code:
    lsb_release -a
    Jellyfin 10.10.7 LSIO Docker | Ubuntu 24.04 LTS | i7-13700K | Arc A380 6 GB | 64 GB RAM | 79 TB Storage

    [Image: AIL4fc84QG6uSnTDEZiCCtosg7uAA8x9j1myFaFs...qL0Q=w2400]
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Jellyfin in Container - by fcs001fcs - 2023-09-18, 08:56 PM
    RE: Jellyfin in Container - by nooobieee - 2023-09-18, 09:36 PM
    RE: Jellyfin in Container - by fcs001fcs - 2023-09-19, 04:14 PM
    RE: Jellyfin in Container - by bitmap - 2023-09-18, 10:33 PM
    RE: Jellyfin in Container - by fcs001fcs - 2023-09-19, 04:55 PM
    RE: Jellyfin in Container - by TheDreadPirate - 2023-09-19, 05:02 PM
    RE: Jellyfin in Container - by fcs001fcs - 2023-09-19, 07:23 PM
    RE: Jellyfin in Container - by fire_jellyfin - 2023-09-19, 08:01 PM
    RE: Jellyfin in Container - by fcs001fcs - 2023-09-20, 07:19 PM
    RE: Jellyfin in Container - by TheDreadPirate - 2023-09-20, 07:27 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