2023-10-11, 04:19 PM
Urrà! Problem solved.
The problem was fixed putting back the --runtime=nvidia to the container parameter and then I edited the encoding.xml config file in order to replace the line:
with:
and the transcode works correctly on devices with doesn't support DirectPlay or DirectStream.
Thanks you so much for your help @TheDreadPirate!
The problem was fixed putting back the --runtime=nvidia to the container parameter and then I edited the encoding.xml config file in order to replace the line:
Code:
<VaapiDevice>/dev/dri/renderD128</VaapiDevice>
with:
Code:
<VaapiDevice>/dev/nvidia0</VaapiDevice>
and the transcode works correctly on devices with doesn't support DirectPlay or DirectStream.
Thanks you so much for your help @TheDreadPirate!