SOLVED: Cannot hardware transcode HVEC HDR - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: Cannot hardware transcode HVEC HDR (/t-solved-cannot-hardware-transcode-hvec-hdr) |
Cannot hardware transcode HVEC HDR - punksinatra - 2024-01-25 General Info:
Issue: Getting "Playback Error. This client isn't compatible with the media and the server isn't sending a compatible media format" when trying to hardware transcode hvec hdr videos. Devices (all of which cannot playback HVEC HDR videos):
More Information:
Docker compose Quote:version: "2.1" ls -la /dev/dri/renderD128 and ls -lan /dev/dri/renderD128: host Quote:root@putanginamousr/lib# ls -la /dev/dri/renderD128 container (I don't know why the container shows " videoOeKngkeg" instead of render group number) Quote:root@087fbc07aa05:~# ls -la /dev/dri/renderD128 Logs: 4k HVEC SDR log: HVEC SDR Log with transcoding 4k HVEC HDR log: HVEC HDR log RE: Cannot hardware transcode HVEC HDR - TheDreadPirate - 2024-01-25 You need to add the LSIO Intel OpenCL mod to your compose file. https://github.com/linuxserver/docker-mods/tree/jellyfin-opencl-intel I believe you add this to your environment section of your compose file Code: - DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel RE: Cannot hardware transcode HVEC HDR - punksinatra - 2024-01-25 (2024-01-25, 06:29 AM)TheDreadPirate Wrote: You need to add the LSIO Intel OpenCL mod to your compose file. Not really sure if I am blind but I didn't seem to read about this in the LSIO github page. Thank you very much that seems to have fixed the issue. I tested on multiple devices including my TV and HVEC HDR plays fine now. |