Plex Media server error code s9009 (manifest): Play back error

Plex Media server is a well-known software to play locally or remotely our stored media files. It is a cross-platform application and also offers a wide range of apps to support the media playback on TV, PC, Chromecast, NAS and moreā€¦ It supports, Music, Videos, Images, Live shows and TV channels playback.

Recently, we installed the Plex Media Server on Ubuntu 19.04 using SNAP which is the simplest and easiest method to install the Plex over any server. However, after installing it, when it comes to playing media files it started giving us an error code s9009 (manifest) which is basically a playback error. And doing some research about it, we got to know, it might be some kind of codec error which makes Plex unable to decode the media files to play.

The solution which worked for was installing VLC packages on the same server where we have installed the Plex media server. So, if you are also getting the same playback error code then simply use the below command:

For Debian based system such as Ubuntu and Linux Mint:

sudo apt-get install vlc

For Centos based:

sudo yum install -y vlc

plex media server play back error

Well! It is really mind-boggling when they see after install a small VLC player app files, the error s9009 on Plex media server has gone.

Note: For us, this has solved the problem and in your case may or may not.