Hardware transcoding broken on Intel NUC with J5005 CPU on Ubuntu 18.04 LTS

@ciss1 use docker in my asrock. J5005
You can find the file with this step:
Go insaid docker terminal with
sudo docker exec -it plex /bin/bash
Go to the folder
cd /usr/lib/plexmediaserver/lib/dri
and delete the file
rm iHD_drv_video.so
now you can exit from the docker shell
exit
and restart docker container
sudo docker restart plex

But the problem, is not resolved in my PMS with 1.18.4.2171 version

My problem was, too, in the run command docker, I forgot --device /dev/dri:/dev/dri
Thx to https://www.reddit.com/r/PleX/comments/749hnc/hardware_transcoding_with_plex_docker/

2 Likes