-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
💡 Guide on getting HW acceleration working #302
Comments
Figured it out. For those that get stuck this worked for me. Where user 911 is my jellyfin user.
|
Thanks for the pointers, @djtecha. I got this working on my cluster by specifying the uid as I also specified the GPU as a requestable resource, to make sure the pod gets scheduled on a node with a GPU - and that other GPU workloads will be scheduled on a different node. The GPU must be specified in resources:
jellyfin:
requests:
cpu: 500m
memory: 512Mi
gpu.intel.com/i915: "1"
limits:
cpu: '4'
memory: 6Gi
gpu.intel.com/i915: "1" (yes, I know Intel i915 is ancient, lol) I'm planning a blog post on how I set up the device allocation, but basically it's using node-feature-discovery, intel-device-plugins-operator and intel-device-plugins-gpu |
Hi folks, thank you for this discussion and for your replies. To be honest, I didn't have enough time for this project and so it's largely abandoned (as you can see on MR Rénover). However, if anyone wants to add anything to the document, please feel free. However, I'll probably remove this repo from https://artifacthub.io/ soon and put this repo in RO mode (even if, for Actual Budget, this repo seems to be the most viewed one). @djtecha Thanks for you response |
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
The text was updated successfully, but these errors were encountered: