Conversion Failed. The transcoder exited due to an error

Plex version. 1.19.3.2843
Keep getting transcode error if I attempt to play movie remotely. No issue in home network
Running plex in docker on OMV with network set to host.
Do I need a transcode folder mapped? Thanks
Docker setup below

NTRYPOINT /init
ENV
PGID 100
PLEX_CLAIM https://plex.tv/claim
PUID 1000
TZ America/Chicago
VERSION docker
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
HOME /root
LANGUAGE en_US.UTF-8
LANG en_US.UTF-8
TERM xterm
NVIDIA_DRIVER_CAPABILITIES compute,video,utility
DEBIAN_FRONTEND noninteractive
PLEX_DOWNLOAD https://downloads.plex.tv/plex-media-server-new
PLEX_ARCH amd64
PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR /config/Library/Application Support
PLEX_MEDIA_SERVER_HOME /usr/lib/plexmediaserver
PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS 6
PLEX_MEDIA_SERVER_USER abc
PLEX_MEDIA_SERVER_INFO_VENDOR Docker
PLEX_MEDIA_SERVER_INFO_DEVICE Docker Container (LinuxServer.io)
UMASK_SET 022
Labels
build_version Linuxserver.io version:- 1.19.3.2831-181d9145d-ls96 Build-date:- 2020-05-20T03:14:58+00:00
com.docker.compose.config-hash b766d241c9c1509e64f7fc3865dcf5f0ab0b7c1a6096e760395aa6276ff34179
com.docker.compose.container-number 1
com.docker.compose.oneoff False
com.docker.compose.project compose
com.docker.compose.service plex
com.docker.compose.version 1.21.0
maintainer thelamer
Host/volume Path in container
/etc/localtime /etc/localtime
/srv/dev-disk-by-label-HDD1/media/music /music
/srv/dev-disk-by-label-HDD1/media/TV /tv
/srv/dev-disk-by-label-HDD1/media/movies /movies
/srv/dev-disk-by-label-HDD1/media/music /data/music
/srv/dev-disk-by-label-NVMESSD/appdata/Lee/.config/appdata/shared /shared
/srv/dev-disk-by-label-HDD1/media/TV /data/tv
/srv/dev-disk-by-label-HDD1/media/movies /data/movies
/srv/dev-disk-by-label-NVMESSD/appdata/Lee/.config/appdata/plex

Plex Media Server Logs_2020-05-24_15-07-50.zip (824.8 KB)

You don’t say where the container path /config is mapped to. But wherever that is, the drive it is on must be mounted with the exec option. If the drive is mounted noexec, then the transcoders will not run.

Setting a transcode directory is optional.

Thanks! linux and omv noob
I had edited the etc/openmediavault/config.xml after drive mounts but not etc/fstab
I just edited /etc/fstab and removed all the “noexec” for all mounts
now transcoding works with remote access
SOLVED

Hey, I have the same issue, what did you change in the OMV config file ?
Thank you

There is a “noexec” flag in the file. link below shows where it is. I used nano to text edit. There is a link to Techno dad life. He has videos on how to set up OMV with dockers.

Rather than deleting noexec when making these edits I suggest changing it to exec instead. This makes it clear what was done.

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