[Solved] Cannot play tsMuxed files
Posted: Wed Sep 24, 2014 2:49 am
UMS 4.1.1, Java 8, OS X 10.9.5
Having trouble with files that play through tsMuxer. Files play if I go through transcode directory to use MEncoder or FFmpeg. In the log file it looks like UMS expects a tsMuxeR-new executable, but the app bundle still contains tsMuxeR (without the -new suffix).
Having trouble with files that play through tsMuxer. Files play if I go through transcode directory to use MEncoder or FFmpeg. In the log file it looks like UMS expects a tsMuxeR-new executable, but the app bundle still contains tsMuxeR (without the -new suffix).
Code: Select all
09-18 21:33:35 Error initializing process:
java.io.IOException: Cannot run program "osx/tsMuxeR-new": error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) ~[na:1.8.0_11]
at net.pms.io.ProcessWrapperImpl.run(ProcessWrapperImpl.java:163) ~[ums-4.1.1-jar-with-dependencies.jar:4.1.1]
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method) ~[na:1.8.0_11]
at java.lang.UNIXProcess.<init>(UNIXProcess.java:185) ~[na:1.8.0_11]
at java.lang.ProcessImpl.start(ProcessImpl.java:134) ~[na:1.8.0_11]
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029) ~[na:1.8.0_11]
... 1 common frames omitted