Server Version#: Version 1.40.5.8921
Player Version#: Version 4.133.0
Server is running as a docker container on the synology.
I have been trying to watch Slow Horses and the episodes seem to start but the screen just goes dark and the I eventually ( after just over a minute ) get a message saying
Playback Error
An unexpected playback problem occurred
Had a look at the link (Thanks for that), the lead me to another that was talking about not being able to run the EAE stuff due to the /tmp FS having no exec set. Aha I said, cause I’m using a NAS /tmp is tmpfs which is in RAM and the mount is noexec so I remounted to see if that was the issue, still the same.
Then I thought, the PMS is a container so maybe I can get it to use another directory is I tried setting TMPDIR as an environment variable for the container - no joy.
Then I thought, lets map a volume /tmp directly into the container and again no joy.
I also tried removing the EAE codec that one person suggested but the container recreates it when it starts so that didn’t work. either.
So I don’t know if this is an issue cause it’s in a container or if it still would happen if I were running the straight synology PMS.