-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
[FEAT] Improve inadequate/outdated/incomplete nvidia transcoding docs #391
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
Further testing (on a GTX 750ti, above comment is based on a GTX 970, shows that Either way, either using the deploy section or |
|
I just did a local test and below is a compose yaml that works for hw transcode on gtx 1060 with nvidia driver 545 and latest container toolkit on ubuntu 22.04 (no additional nvidia related packages)
As you can see, addition of just PS. Plex doesn't list nvidia gpu as an option in the dropdown but that's a plex issue. Default setting of |
Turns out it was ultimately all down to my 970 being flakey/not playing nice with drivers for some reason, potentially due to a lack of pcie bandwidth/lanes. Switched it out for a 750ti, and it works perfectly with expected configuration (shows up as expected in plex too). |
Is this a new feature request?
Wanted change
Current documentation of nvidia transcoding setup is outdated and incomplete.
Currently it suggests using only
--runtime=nvidia
, however--gpus all
is also required.Additionally, docker compose uses a completely different format. While a top level service key that appears to be analogous to
--runtime
exists,runtime: nvidia
has not worked in compose to pass through gpus for a very long time (since v2.3, according to internet). The correct way is to use docker deploy syntax:Additionally, the nvidia docs for container runtime do not mention some additional packages that may be required/important:
nvidia-driver
or the container runtime on debian.nvidia-driver
, but is potentially installed with cuda drivers.Additionally, on my install, for some reason, no device ever showed up in the transcoder settings in plex UI, under
Hardware transcoding device
dropdown nor didtranscoding (hw)
show up in active streams when transcoding, as I would've expected per plex docs. Despite this, HW transcoding was working if I checkednvidia-smi
on the host. May be useful to mention this so people are aware that it may be working even though plex doesn't seem to acknowledge it.Reason for change
Current docs are insufficient to set up nvidia HW transcoding and misleading.
Proposed code change
N/A - documentation change
The text was updated successfully, but these errors were encountered: