Hardware Encoding/Decoding issue with 1.9.7.4441?

I’m on Plex Media Server 1.9.7.4441, running in a docker container on an Ubuntu Server 16.04, Intel Core i3 6320, 32GB ECC RAM

Getting the following messages in the log:

2017-11-10T05:07:51.155417789Z libva info: VA-API version 1.0.0
2017-11-10T05:07:51.155523758Z libva info: va_getDriverName() returns 0
2017-11-10T05:07:51.155619278Z libva info: Trying to open /usr/lib/plexmediaserver/dri/i965_drv_video.so
2017-11-10T05:07:51.156974136Z libva info: Found init function __vaDriverInit_1_0
2017-11-10T05:07:51.157186870Z failed to open /data/jenkins/pms-deps-universal-v2/BUILD_TAG/linux-ubuntu-x86_64/output/pms-depends-linux-ubuntu-x86_64-release-6b5a594/lib/dri/hybrid_drv_video.so
2017-11-10T05:07:51.157196253Z Failed to wrapper hybrid_drv_video.so
2017-11-10T05:07:51.157200051Z libva info: va_openDriver() returns 0

Does this mean my hardware encoding isn’t working anymore?

That’s a small build script fluke. hybrid_drv_video.so isn’t shipped with Linux.
I alerted the build team about it a few days ago. 1.9.7 was too far along in QA to pull it all back.
It is harmless.

@ChuckPA - Many thanks!

I’m running 1.10.1.4561. I have this issue and hardware acceleration is not working for me.

libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/plexmediaserver/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_1_0
failed to open /data/jenkins/pms-deps-universal-v2/BUILD_TAG/linux-ubuntu-x86_64/output/pms-depends-linux-ubuntu-x86_64-release-05bcc5e/lib/dri/hybrid_drv_video.so

Failed to wrapper hybrid_drv_video.so

@“A cool dude”

What distribution and CPU are you running on?

Using the official Plex docker on Unraid, CPU is a 2nd gen core i7 2600s.

Docker is preventing PMS from seeing the GPU (/dev/dri) I recommend reading the docker forum. IIRC others have addressed that issue