cryzis

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by cryzis

  1. Ok I got it working, I added the below repo and used aptitude to install "nvidia-opencl-icd" deb http://deb.debian.org/debian buster-backports main contrib non-free
  2. I installed "ocl-icd-opencl-dev" into the jellyfin container and restarted. Still seeing the same issue.
  3. This is brand new tone mapping during transcode feature that will be released in the upcoming 10.7.0 release of jellyfin. See PR#3442 . I have been running Jellyfin:unstable and have been waiting to test this out but I guess the image doesn't support OpenCL
  4. Looking for a little help, I am seeing this within my Jellyfin container. I am passing through the gpu properly, but I enabled a new tone mapping feature that requires OpenCL. This should work right? [AVHWDeviceContext @ 0x561dcd631340] Failed to get number of OpenCL platforms: -1001. Device creation failed: -19. Failed to set value 'opencl=ocl:0.0' for option 'init_hw_device': No such device Error parsing global options: No such device
  5. I submitted a pull request with a plugin that has this functionality. The user can pick the audio stream by channel count and it will set to the only default stream.
  6. You could add an option to the "Transcode Audio Stream" generic plugin to set the newly created audio stream as default. I think it would also have to remove default from any other existing streams. This may not be a good fit for that plugin but it was a thought.
  7. Good point, I took the workers down to four, seems to be working better overall
  8. This is interesting, I have a p2000 handling 20 HEVC transcodes and my cpu it sitting around 60% with the gpu at 25%, its an intel xeon e3-1240v5 3.5 4core/4ht cores.
  9. That would be great! For context this is ideal when someone wants a certain track as the default for their players, in my case I need the 5.1 AC3 channel as the default, but I want to keep the existing audio streams for other systems.
  10. Need a little plugin help. I want a plugin that searches all audio streams for an AC3 5.1 audio track, it will then set that stream to the "default" audio stream. Any ideas?
  11. Worked perfectly, although makes me wonder if I even needed to downgrade to use the Nvidia plugin in the first place.
  12. Do I need to shut down the server and do this directly on the drive or can I overwrite those files through smb?
  13. Hi, I wanted to use the Nvidia Docker plugin and noticed that it only supported 6.6.6 and the 6.7 rc versions up to 4. I was on 6.6.7 so I downgrade to 6.3 as that was my only option. I am unable to select 6.6.6 as a version to upgrade to. Any ideas?