How to fix errors from Plex\ Media\ Server.log

hi,
any idea how can i fix these errors from the log?

Nov 22, 2020 00:12:10.498 [0x7f59f2ffd700] ERROR - [Transcode] [FFMPEG] - Cannot load libcuda.so.1
Nov 22, 2020 00:12:10.498 [0x7f59f2ffd700] ERROR - [Transcode] [FFMPEG] - Could not dynamically load CUDA
Nov 22, 2020 00:12:10.498 [0x7f59f2ffd700] ERROR - [Transcode] [FFMPEG] - Cannot load libcuda.so.1
Nov 22, 2020 00:12:10.498 [0x7f59f2ffd700] ERROR - [Transcode] [FFMPEG] - Could not dynamically load CUDA
Nov 22, 2020 00:12:10.498 [0x7f59f2ffd700] ERROR - [Transcode] [FFMPEG] - Cannot load libcuda.so.1
Nov 22, 2020 00:12:10.498 [0x7f59f2ffd700] ERROR - [Transcode] [FFMPEG] - Could not dynamically load CUDA
Nov 22, 2020 00:12:14.154 [0x7f59f1ffb700] INFO - [Transcode] CodecManager: starting EAE at “/tmp/pms-bd409cd8-d85b-49c6-abf5-b51ec789ba1a/EasyAudioEncoder”
Nov 22, 2020 00:12:26.964 [0x7f59f37fe700] WARN - QueryParser: Invalid field ‘readOnly’ found, ignoring.
Nov 22, 2020 00:14:23.550 [0x7f59f1ffb700] INFO - AutoUpdate: no updates available
Nov 22, 2020 00:14:32.730 [0x7f59f37fe700] INFO - AutoUpdate: no updates available
Nov 22, 2020 00:16:02.417 [0x7f59f27fc700] WARN - [Transcode] Got a transcode session ping without a session GUID (or with an invalid one).
Nov 22, 2020 00:16:03.426 [0x7f59e8fe9700] WARN - Got a request to stop a transcode session without a session GUID (or with an invalid one).
Nov 22, 2020 00:16:04.464 [0x7f59e97ea700] ERROR - Unknown metadata type: mixed
Nov 22, 2020 00:16:04.465 [0x7f59e97ea700] ERROR - Unknown metadata type: mixed
Nov 22, 2020 00:16:07.276 [0x7f59f27fc700] INFO - AutoUpdate: no updates available
Nov 22, 2020 00:18:53.624 [0x7f59f37fe700] WARN - [Transcode] Got a transcode session ping without a session GUID (or with an invalid one).
Nov 22, 2020 00:25:14.625 [0x7f59fa7fc700] ERROR - XML: namespace
Nov 22, 2020 00:25:14.625 [0x7f59fa7fc700] ERROR - XML: error :
Nov 22, 2020 00:25:14.625 [0x7f59fa7fc700] ERROR - XML: xmlns:ms: ’ urn:microsoft-com:wmc-1-0’ is not a valid URI
Nov 22, 2020 00:25:14.625 [0x7f59fa7fc700] ERROR - XML: xmlns:ms=" urn:microsoft-com:wmc-1-0"
Nov 22, 2020 00:25:14.625 [0x7f59fa7fc700] ERROR - XML:

You’ll need to give some more meat to the bone.
How about some context…

Without that I can only guess this is from a Plex Media Server running in a docker container with its respective drives mounted without exec permissions (e.g. /config), therefore Plex is failing to execute the transcoders stored on that drive.

@tom80H its running inside VM - ubuntu; what exact details do you need? I can provide. thanks!

From https://support.plex.tv/articles/115002178853-using-hardware-accelerated-streaming/

Can I use Hardware-Accelerated Streaming inside of a virtual machine?

Hardware-Acceleration Streaming is not currently possible inside of virtual machines, as virtual machine hosts do not expose low-level video hardware to the guest operating system. While some virtual machines expose generic 3D acceleration to the guest OS as a virtual driver, this does not include support for accelerated video decoding or encoding.

but there are errors as:

[Transcode] [FFMPEG] - Could not dynamically load CUDA
ERROR - XML: namespace

these are all related to the HW acceleration? thx

correct; CUDA is the Nvidia hw-acceleration API

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.