Running Plex Media Server on a Raspberry Pi 4 for many months and never had a problem before that I couldn’t solve.
Playback of ALL new media fails. Transcoding of all media fails. I can’t find any logs or information whatsoever for the transcoder, and at no time do I see any indication that the transcoder is even attempting to do anything, so pretty sure it’s crashing instantly or not working whatsoever.
Things I’ve tried
Creating a whole new PMS library. My library is stored on an external drive at /media/…/Plex/Library/Application\ Support/Library… - so I tried removing that and creating a new library at /var/lib/… and still had the same issue
Checking permissions of all affected Media / Library
Looked through logs, etc but found nothing whatsoever that looks at all useful.
This is really doing my head in as I’ve generally had no issue with fixing problems myself and as everything had been working perfectly a few days ago before updating to 1.24.5.5173 from 1.24.4.xxx I can’t help but feel it’s linked to that. I can’t find anything else whatsoever to back this up though.
I thought I’d post in case this is helpful to someone else though.
As my Plex library is on an external btrfs drive, first up…
Checked the fstab ( sudo nano /etc/fstab ) and removed any unnecessary flags from how the volume was being mounted
For the millionth time, I ran sudo chmod plex:plex /path/to/Plex
I found a copy of the standard plex media server service.d file and copied and pasted it into the override.conf.
I then hashed out any lines that I didn’t think would help, but left in more than I previously had (previously, I just had Environment=“PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR=/media/HFS/Plex/Library/Application Support”
Here’s what I have now (ignoring the commented out lines)