Skip to content

💡 Guide on getting HW acceleration working #302

@djtecha

Description

@djtecha

How these charts can be improved?

Hello,
I was wondering if there's any documentation on getting hw trans-coding working with this cart? Trying to follow this guide and translate it to your chart: https://jellyfin.org/docs/general/administration/hardware-acceleration/intel/

Looks like I have the DRI device mounted but it fails to initialize. The device on the hows has group access for render and that group id is 104

apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
  name: jellyfin
  namespace: media
spec:
  interval: 30m
  chart:
    spec:
      chart: jellyfin
      version: "2.3.0"
      sourceRef:
        kind: HelmRepository
        name: beluga-cloud
        namespace: cluster-config
  values:
    podSecurityContext:
      runAsNonRoot: true
      fsGroup: 911
      seccompProfile:
        type: RuntimeDefault
      runAsUser: 911
      runAsGroup: 911
      supplementalGroups:
        - 104
    containerSecurityContext:
      allowPrivilegeEscalation: false
      capabilities:
        drop:
          - ALL
      readOnlyRootFilesystem: true
      runAsNonRoot: true
      runAsUser: 911
      runAsGroup: 911
      supplementalGroups:
        - 104
    jellyfin:
      extraDevices:
        - /dev/dri/renderD128

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: enhancementCategorizes issue or PR as related to a new feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions