• 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 Hardware accelerated playback fails on MPEG2 DVD rips

     
    • 0 Vote(s) - 0 Average

    Hardware accelerated playback fails on MPEG2 DVD rips

    theguymadmax
    Offline

    Community Moderator

    Posts: 1,021
    Threads: 0
    Joined: 2024 Jun
    Reputation: 58
    #4
    Yesterday, 12:47 PM (This post was last modified: Yesterday, 12:50 PM by theguymadmax. Edited 1 time in total.)
    You need to add the required groups to the container user, see my example below. Also you should be using latest, earlier versions than 10.10.7 have a security vulnerability.
    https://jellyfin.org/docs/general/post-i...linux-host


    Code:
    services:
      jellyfin:
        image: jellyfin/jellyfin:latest
        container_name: jellyfin
        user: 1000:1000
        group_add:
          - "44" # video
          - "992" # render
        network_mode: 'host'

        volumes:
          - /home/max/Dockers/Jellyfin/Config:/config
          - /home/max/Dockers/Jellyfin/Cache:/cache
          - /media/MediaD:/MediaD

        restart: 'unless-stopped'

        devices:
          - /dev/dri/renderD128:/dev/dri/renderD128
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Hardware accelerated playback fails on MPEG2 DVD rips - by somechap - 2025-05-10, 10:37 AM
    RE: Hardware accelerated playback fails on MPEG2 DVD rips - by theguymadmax - 2025-05-10, 10:46 PM
    RE: Hardware accelerated playback fails on MPEG2 DVD rips - by somechap - Yesterday, 10:14 AM
    RE: Hardware accelerated playback fails on MPEG2 DVD rips - by theguymadmax - Yesterday, 12:47 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