I’m running a Plex media server through Proxmox on a Debian VM. Plex is running through Docker and Portainer and upon reboot all works amazingly, full hardware transcoding to my T1000 and its amazing!!!
After about 30 minutes of the server being on, whenever I go to attempt to transcode content, it just seems to not work. Plex detects nothing is playing. On my client side its just infinite buffering before the playback just crashes.
Direct play works perfectly fine, however it does not want to transcode anything via hardware transcoding. Its super strange how it seems to initially work right upon booting up my server but eventually just stops.
I’ve tried downgrading Plex - but the same habits just continue…
Plex Media Server Version
1.32.2.7002
Docker Version
20.10.5+dfsg1, build 55c4c88
Portainer Version
Community Edition 2.18.2
ANY HELP WOULD BE BEYOND APPRECIATED!! ITS BEEN BOTHERING ME FOR WEEKS NOW!!!
@KillerKaac I’ve had the same issue on Ubuntu MATE 20.04.6 with the latest PMS update, it just fails on transcoding. It’s as if they’ve removed transcoding from ALL Linux versions not just BSD?? I’ve gone back a couple of PMS builds and Transcode works like it should. I use the Intel CPU for transcoding.
I’ve found another issue, but I’ll add it for the PMS failing to match recently added films and TV Shows…
Is it a regression? I wonder if @ChuckPa or someone from Plex can help with this issue with the latest version on Linux?
You’ve got a Debian VM on Proxmox.
Why add the extra abstraction and obfuscation of a docker container ?
The VM is a full abstract of the hardware with only the GPU being real.
The container is the Debian OS abstracted and converted to Ubuntu (no gain), with the GPU again passed through.
What benefit does that provide?
My recommendations are typically:
Run a container if the host filesystem is awkward but the hostOS makes sense/isn’t supported.
Run a VM when the host OS doesn’t make sense/isn’t supported.
(the fewer the layers, the fewer the places it can go wrong plus the easier it is to maintain)
I have a proxmox nuc (for when i try to help)
I run a Ubuntu VM.
PMS native app.
it all works – no muss, no fuss.
I initially had it set up as running directly on the VM and also had the same issue happened. I switched it to docker to attempt to fix it (It was much easier to uninstall and reinstall older versions this way).
I attempted installing ubuntu and trying your identical setup, also had identical issues as I did previously.
@ChuckPa I’ve just tried the latest beta update, and on i915 it fails to go into HW transcoding… It seems it’s not just a Nvidia issue? or have I missed the boat somewhere down the page?
I’ve put 6999 back on my server for the moment, and HW transcoding on Intel just works… As you rightly state 7088 fails on HW Transcoding… Will keep watching for more updates, and also once the other issues have been fixed to!!
Sorry @ChuckPa I run the I7 3770, I used to run with the Quadro K2200 but sadly it died on me.
It’s weird though build 6999 works flawlessly on the Intel, but then update to the latest build it fails.