I have PMS running on a headless server running Fedora 16.
Anything that doesn't require transcoding or re-muxing works fine, but that is a fairly limited set of files.
Most mkv files fail with the "content cannot be played" error message on the PS3.
I checked the logs and found:
TRACE 20:05:10.427 java.io.IOException: Cannot run program "linux/tsMuxeR": java.io.IOException: error=2, No such file or directory
from a terminal, tsMuxeR won't run unless I put the full path. In my case:
/usr/local/PMS/linux/tsMuxeR
Everything else gives 'command not found'
I tried adding the PATH with:
export PATH=/usr/local/PMS/linux:$PATH
But that didn't work.
I tried copying the /PMS/Linux directory to my home directory, but that didn't work either
So far, the only work around is to create a sym link to /usr/local/PMS/linux/tsMuxeR in /bin
Is there any way to get a PMS service to use the tsMuxeR binary in the install directory?
