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
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
Code of Conduct