Transcoded stuff didn't work anymore, direct play works

Server Version#: 1.21.2.3943
Player Version#: Webplayer via Chrome

After copy the database (/var/lib/plexmediaserver/) to another disk I do a symlink to the original directory. It’s the hole database I copied.
After that the database and mediathek works fine, everything is as normal. But if I try to watch something from the browser or anything that has to be transcoded, it loads forever.
Even a job to optimize and transcode media didn’t work, the same error.

I found a similar topic that said I should delete /var/lib/plexmediaserver…/Codecs/EasyAudioCodec (or something like this) so Plex can download it again, but it didn’t work. It’s the same error as before.

Plex Media Server Logs_2021-01-31_15-09-03.zip (4.0 MB)

That symbolic link, specifically the target partition, is biting you.

You’ve placed PMS on a partition which was not mounted with the exec option in /etc/fstab

The codecs are shared libraries.

Shared libraries, being executable code, must have execute permission at the file system level (mount point)

This is why you need to add exec to the mount option for that file system.

Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] VERBOSE - [FFMPEG] - Loading external lib /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libwmav2_decoder.so
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] WARN - [FFMPEG] - Error loading external lib: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libwmav2_decoder.so: failed to map segment from shared object
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] VERBOSE - [FFMPEG] - Loading external lib /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libmp2_decoder.so
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] WARN - [FFMPEG] - Error loading external lib: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libmp2_decoder.so: failed to map segment from shared object
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] VERBOSE - [FFMPEG] - Loading external lib /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libwmv2_decoder.so
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] WARN - [FFMPEG] - Error loading external lib: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libwmv2_decoder.so: failed to map segment from shared object
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] VERBOSE - [FFMPEG] - Loading external lib /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libmpeg1video_decoder.so
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] WARN - [FFMPEG] - Error loading external lib: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libmpeg1video_decoder.so: failed to map segment from shared object
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] VERBOSE - [FFMPEG] - Loading external lib /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/liblibx264_encoder.so
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] WARN - [FFMPEG] - Error loading external lib: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/liblibx264_encoder.so: failed to map segment from shared object
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] VERBOSE - [FFMPEG] - Loading external lib /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libflv_decoder.so
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] WARN - [FFMPEG] - Error loading external lib: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libflv_decoder.so: failed to map segment from shared object
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] VERBOSE - [FFMPEG] - Loading external lib /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libdca_decoder.so
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] WARN - [FFMPEG] - Error loading external lib: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libdca_decoder.so: failed to map segment from shared object
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] VERBOSE - [FFMPEG] - Loading external lib /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libmpeg4_decoder.so
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] WARN - [FFMPEG] - Error loading external lib: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libmpeg4_decoder.so: failed to map segment from shared object
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] VERBOSE - [FFMPEG] - Loading external lib /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libac3_decoder.so
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] WARN - [FFMPEG] - Error loading external lib: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libac3_decoder.so: failed to map segment from shared object
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] VERBOSE - [FFMPEG] - Loading external lib /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libmp3_decoder.so
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] WARN - [FFMPEG] - Error loading external lib: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libmp3_decoder.so: failed to map segment from shared object
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] VERBOSE - [FFMPEG] - Loading external lib /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libvp6f_decoder.so
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] WARN - [FFMPEG] - Error loading external lib: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libvp6f_decoder.so: failed to map segment from shared object
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] VERBOSE - [FFMPEG] - Loading external lib /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libaac_encoder.so
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] WARN - [FFMPEG] - Error loading external lib: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libaac_encoder.so: failed to map segment from shared object
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] VERBOSE - [FFMPEG] - Loading external lib /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libh264_decoder.so
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] WARN - [FFMPEG] - Error loading external lib: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libh264_decoder.so: failed to map segment from shared object
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] VERBOSE - [FFMPEG] - Loading external lib /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libac3_encoder.so
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] WARN - [FFMPEG] - Error loading external lib: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libac3_encoder.so: failed to map segment from shared object
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] VERBOSE - [FFMPEG] - Loading external lib /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libhevc_decoder.so
Jan 31, 2021 15:06:20.661 [0x7fe725ab8e80] WARN - [FFMPEG] - Error loading external lib: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libhevc_decoder.so: failed to map segment from shared object
Jan 31, 2021 15:06:20.662 [0x7fe725ab8e80] VERBOSE - [FFMPEG] - Loading external lib /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libmpeg2video_decoder.so
Jan 31, 2021 15:06:20.662 [0x7fe725ab8e80] WARN - [FFMPEG] - Error loading external lib: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libmpeg2video_decoder.so: failed to map segment from shared object
Jan 31, 2021 15:06:20.662 [0x7fe725ab8e80] VERBOSE - [FFMPEG] - Loading external lib /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libmsmpeg4v3_decoder.so
Jan 31, 2021 15:06:20.662 [0x7fe725ab8e80] WARN - [FFMPEG] - Error loading external lib: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/367b3d4-3673-linux-x86_64/libmsmpeg4v3_decoder.so: fail

Thank you very much!

So I cannot link everything or I have to put the exec command on the specific partition.

Have a good day.

@Kampfkuchen

Please read here. I have provided a guide how to do this.

Option F shows how to address the issue you have.
I recommend moving the library using the accepted systemd technique.

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