Server Version#: 1.19.3.2793
Player Version#: Web Version 4.33.1
Plex Media Server.log (687.7 KB)
Plex Media Server Logs_2020-05-14_15-50-28.zip (844.1 KB)
I’m running a fresh Ubuntu 18.04 server on an OVH dedicated server with an i7-7700k and from what I understand this processor supports quick sync.
In my (attached) logs, I see the following:
May 14, 2020 15:43:44.912 [0x7f37d97fa700] DEBUG - TPU: hardware transcoding: enabled, but no hardware decode accelerator found
An ls -la /dev/dri shows the following:
drwxr-xr-x 3 root root 120 May 14 15:40 .
drwxr-xr-x 19 root root 4280 May 14 15:40 ..
drwxr-xr-x 2 root root 100 May 14 15:40 by-path
crw-rw---- 1 root video 226, 0 May 14 15:40 card0
crw-rw---- 1 root video 226, 1 May 14 15:40 card1
crw-rw---- 1 root video 226, 128 May 14 15:40 renderD128
groups plex shows:
plex : plex video
uname -a
Linux ns530642 4.15.0-99-generic #100-Ubuntu SMP Wed Apr 22 20:32:56 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
vainfo:
error: can't connect to X server!
libva info: VA-API version 1.1.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_1_1
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.1 (libva 2.1.0)
vainfo: Driver version: Intel i965 driver for Intel(R) Kaby Lake - 2.1.0
vainfo: Supported profile and entrypoints
VAProfileMPEG2Simple : VAEntrypointVLD
VAProfileMPEG2Simple : VAEntrypointEncSlice
VAProfileMPEG2Main : VAEntrypointVLD
VAProfileMPEG2Main : VAEntrypointEncSlice
VAProfileH264ConstrainedBaseline: VAEntrypointVLD
VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
VAProfileH264ConstrainedBaseline: VAEntrypointEncSliceLP
VAProfileH264Main : VAEntrypointVLD
VAProfileH264Main : VAEntrypointEncSlice
VAProfileH264Main : VAEntrypointEncSliceLP
VAProfileH264High : VAEntrypointVLD
VAProfileH264High : VAEntrypointEncSlice
VAProfileH264High : VAEntrypointEncSliceLP
VAProfileH264MultiviewHigh : VAEntrypointVLD
VAProfileH264MultiviewHigh : VAEntrypointEncSlice
VAProfileH264StereoHigh : VAEntrypointVLD
VAProfileH264StereoHigh : VAEntrypointEncSlice
VAProfileVC1Simple : VAEntrypointVLD
VAProfileVC1Main : VAEntrypointVLD
VAProfileVC1Advanced : VAEntrypointVLD
VAProfileNone : VAEntrypointVideoProc
VAProfileJPEGBaseline : VAEntrypointVLD
VAProfileJPEGBaseline : VAEntrypointEncPicture
VAProfileVP8Version0_3 : VAEntrypointVLD
VAProfileVP8Version0_3 : VAEntrypointEncSlice
VAProfileHEVCMain : VAEntrypointVLD
VAProfileHEVCMain : VAEntrypointEncSlice
VAProfileHEVCMain10 : VAEntrypointVLD
VAProfileHEVCMain10 : VAEntrypointEncSlice
VAProfileVP9Profile0 : VAEntrypointVLD
VAProfileVP9Profile0 : VAEntrypointEncSlice
VAProfileVP9Profile2 : VAEntrypointVLD
Anyone able to offer any insight on what I can do to enable hardware transcoding?