Hi all!
So I want to use GPU transcoding to ram to avoid unnecessary SSD wear. So I follwed spaceinvader's tutorial for nvidia gpu transcoding and this one for ram transcoding
This is my plex docker:
Extra Parameters: --runtime=nvidia --mount type=tmpfs,destination=/tmp,tmpfs-size=20000000000 --no-healthcheck
And in Plex:
GPU transcoding works fine but I can't see where it's going to. I went to /tmp and can't see a transcode folder?
Any help would be appreciated! Thank you!