sodennis

Members
  • Posts

    1
  • Joined

  • Last visited

sodennis's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I was also encountering buffering issues in Plex even though it was using hardware transcoding. The GPU had low usage, too. After searching around, It looked like there are issues with the iHD Intel drivers with my Gemini Lake j4115 CPU. After deleting the iHD driver, the buffer problem disappeared for me. If you on Gemini Lake or other Intel CPU using QuickSync, try running this to remove the driver in the Plex container. docker exec --it bash rm /usr/lib/plexmediaserver/lib/dri/iHD_drv_video.so To fix this permanently, download the following script to /appdata/plex/custom-cont-init.d/ - https://gist.github.com/nairbspace/6afed439e244332f088fbee6b2bbd973 - https://github.com/linuxserver/docker-plex/issues/228