Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on lemmy.world

Plex GPU hardware encoding on TrueNAS?

I'm working on adding some storage to my Debian desktop-grade home server that I use to host a couple of VMWare VMs, and some Docker services (GitLab, Plex, misc software dev tools). I'm intending to set up TrueNAS Scale to manage my new storage (and just to play with it's container features), and I'm interesting in maybe adding hardware to allow Plex to do hardware transcoding.

My question is if I have my Plex Docker container running via TrueNAS and I install an appropriate GPU, can I give Plex access to that GPU for hardware transcoding?

View original on lemmy.world
11

12 replies

You should be able to. I have a Jellyfin server running in Docker and hardware transcoding works fantastically

5

You dont have to allocate the GPU to the container, if you do, you cant use it anywhere else. I'm running Jellyfin on Truenas scale and i'm passing the following enviroment variables for nvidia gpu transcoding. RUNTIME = nvidia NVIDIA_DRIVER_CAPABILITIES = all NVIDIA_VISIBLE_DEVICES = all

should be the same for plex.

3

I did try Jellyfin about a year again after being frustrated by the Plex API, but I had a lot of problems with the app on one of my TVs. I've since replaced that one though, so I should probably give it a try again, the move was pretty painless otherwise.

1

I looked at Jellyfin, but it doesn't have a good app for the Xbox so I'm sticking with Plex for now.

1

Truenas allows passing a graphics device to a container. I've never tried it, though.

1
feddit.cl

I have the feeling that this is very dependant of the motherboard having virtualization support for the PCIE slot, but I can't recall the name of the feature

1

Ok, that's an interesting point, I'll keep that in mind if I run into issues, thanks!

1

You reached the end

Plex GPU hardware encoding on TrueNAS? | Spyke