Coffe Lake and Plex Hardware Transcoding


Recommended Posts

Hey, I recently switched to Coffee Lake i5 8600T and now it seems I can't hardware transcode in Plex. 

https://ark.intel.com/products/129938/

 

Can't start the docker because ""/dev/dri" no such file or location"

I also get this error when booting up unraid.

 

my go file:

modprobe i915
chown -R nobody:users /dev/dri
chmod -R 777 /dev/dri

and extra parameters in Plex docker

--device /dev/dri:/dev/dri

 

Link to comment
2 hours ago, kakmoster said:

Hey, I recently switched to Coffee Lake i5 8600T and now it seems I can't hardware transcode in Plex. 

 

Several unRAID users have Plex hardware transcoding working now with Coffee Lake chips.

 

You need to modify syslinux.cfg and enable alpha support.

 

label unRAID OS
  menu default
  kernel /bzimage
  append initrd=/bzroot i915.alpha_support=1

 

See this discussion:

 

 

Edited by Hoopster
Link to comment
3 hours ago, Hoopster said:

 

Several unRAID users have Plex hardware transcoding working now with Coffee Lake chips.

 

You need to modify syslinux.cfg and enable alpha support.

 

label unRAID OS
  menu default
  kernel /bzimage
  append initrd=/bzroot i915.alpha_support=1

 

See this discussion:

 

 

 

Thank you it works!

  • Like 1
Link to comment
  • 2 weeks later...
  • 2 months later...

Hi So I followed all the recommendations and I finally got it working... I was able to use hardware while transcoding on my i3-8100 then it seems after I upgraded the plex server app it doesnt work anymore. I tried removing the docker app and reinstalling it to no avail. Any ideas?  Thank you in advance.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.