I have the J5005 CPU (ASRock J5005-ITX) in a Debian Buster OS and using the LSIO Plex docker container (latest beta: 1.18.8.2527). I’m having the same exact pixelated issue when I use hw transcoding. Any idea how to fix this? It’s very frsutrating to say the least.
@chrisallen@ChuckPa Here’s my Plex Media Server logs that show HW and non-HW transcodings:
Not yet, I am based in New Zealand and currently helping getting my family sorted while we are in Lockdown due to COVID-19, I’ll try and look over the next few days. One think you can do as a test, is to delete the iHD.so driver as some others have done. Let me know if that resolves the issue for you?
i got the same issue on a J4105
deleting iHD_Drv_video.io fixed the issue for me but i have to do it after every update
docker exec -it /bin/bash -c “cd /usr/lib/plexmediaserver/lib/dri && rm -f iHD_drv_video.so”
and restart the container
So I recreated the container to bring back the iHD driver and used the API call you posted above to force the transcoder to use the i965 Vaapi driver and it’s not working. Right after I used the URL, I tried transcoding and the issue is there. I thought I needed to restart the container for it to take effect but it was still like that. So far, the only workaround that’s working is deleting the iHD driver from the container.
Ok, that’s really weird. Are you using LSIO’s docker container too?
I’m sure I have the correct PMS server IP and Plex Token in that URL. Which preference file should I be looking at anyway to make sure that the API call took effect?
Not using plex in docker. Sorry I didn’t specify. I followed the instructions to get my token and placed it in the url as well as the ip to my plex server. Pasted it all into a browser and pressed enter and it just worked.