[Solved] Cannot play tsMuxed files
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
-
- Posts: 4
- Joined: Tue Aug 05, 2014 9:35 am
[Solved] Cannot play tsMuxed files
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
Re: Cannot play tsMuxed files, looks for missing tsMuxeR-new
I'm getting the same error in 4.1.1 and 4.1.2.
I find 4.0.0a-Java7 to be the most stable for tsMuxer.
I find 4.0.0a-Java7 to be the most stable for tsMuxer.
- Optimus_prime
- Posts: 678
- Joined: Fri Jun 01, 2012 6:39 pm
- Location: Sydney, Australia
Re: Cannot play tsMuxed files, looks for missing tsMuxeR-new
ok, I think i know why, Please let me check it out. If i fix it, i'll update the releases
How Ask For Support
Remember, Debug Log's Can/Will Help and Explain your issues, we're not mind reader's but here to help
OS's I Use And Can Assist With: Windows 7/8, Mac OS-X 10.8 & 10.9
Mac OS-X Java 7 Builds Mac OS-X Java 7 Forum
Remember, Debug Log's Can/Will Help and Explain your issues, we're not mind reader's but here to help
OS's I Use And Can Assist With: Windows 7/8, Mac OS-X 10.8 & 10.9
Mac OS-X Java 7 Builds Mac OS-X Java 7 Forum
Re: Cannot play tsMuxed files, looks for missing tsMuxeR-new
Thanks Optimus.
I can post debug logs if that helps. I haven't as yet because I wanted to start with fresh logs, however since FFMPEG needs to update fonts every launch (even when I have all subs disabled) it takes up a heap of CPU for a long period of time. To be honest, I don't understand why font indexing is so resource heavy...but that is for another thread.
Thanks again mate.
I can post debug logs if that helps. I haven't as yet because I wanted to start with fresh logs, however since FFMPEG needs to update fonts every launch (even when I have all subs disabled) it takes up a heap of CPU for a long period of time. To be honest, I don't understand why font indexing is so resource heavy...but that is for another thread.
Thanks again mate.
- Optimus_prime
- Posts: 678
- Joined: Fri Jun 01, 2012 6:39 pm
- Location: Sydney, Australia
Re: Cannot play tsMuxed files, looks for missing tsMuxeR-new
Kefran, Thanks for that info.
I don't see that issue mainly as OS-X isn't my UMS machine. Thats something that we need to look at as not everyone has big speedy machines
Debug log not needed yet, let you know if i need one. Thanks
I don't see that issue mainly as OS-X isn't my UMS machine. Thats something that we need to look at as not everyone has big speedy machines

Debug log not needed yet, let you know if i need one. Thanks
How Ask For Support
Remember, Debug Log's Can/Will Help and Explain your issues, we're not mind reader's but here to help
OS's I Use And Can Assist With: Windows 7/8, Mac OS-X 10.8 & 10.9
Mac OS-X Java 7 Builds Mac OS-X Java 7 Forum
Remember, Debug Log's Can/Will Help and Explain your issues, we're not mind reader's but here to help
OS's I Use And Can Assist With: Windows 7/8, Mac OS-X 10.8 & 10.9
Mac OS-X Java 7 Builds Mac OS-X Java 7 Forum
- Optimus_prime
- Posts: 678
- Joined: Fri Jun 01, 2012 6:39 pm
- Location: Sydney, Australia
Re: Cannot play tsMuxed files, looks for missing tsMuxeR-new
Ok, Could you test these http://sourceforge.net/projects/unimedi ... es/OS%20X/
Labeled UMS-4.1.2-Java-8_Tsmuxnew_fix.dmg or UMS-4.1.2-Java-7_Tsmuxnew_fix.dmg whichever UMS Java flavor you use
Let me know how they go
Labeled UMS-4.1.2-Java-8_Tsmuxnew_fix.dmg or UMS-4.1.2-Java-7_Tsmuxnew_fix.dmg whichever UMS Java flavor you use
Let me know how they go
How Ask For Support
Remember, Debug Log's Can/Will Help and Explain your issues, we're not mind reader's but here to help
OS's I Use And Can Assist With: Windows 7/8, Mac OS-X 10.8 & 10.9
Mac OS-X Java 7 Builds Mac OS-X Java 7 Forum
Remember, Debug Log's Can/Will Help and Explain your issues, we're not mind reader's but here to help
OS's I Use And Can Assist With: Windows 7/8, Mac OS-X 10.8 & 10.9
Mac OS-X Java 7 Builds Mac OS-X Java 7 Forum
Re: Cannot play tsMuxed files, looks for missing tsMuxeR-new
Thanks Optimus, no more error regarding tsMuxer-new.
I'm still having some issues with some vids not playing (unsupported data errors), however that may be the vids themselves --though I don't see any reason why they shouldn't work. I will troubleshoot more and get back to you.
I have noticed an issue with AC3 (5.1) and FFMpeg where the AC3 isn't passed through to receiver as LPCM 2 channel, however if I switch to Mencoder it does. Any ideas what could cause that? I prefer passing AC3 and DTS to my receiver to decode.
Thanks again for the speedy tsMuxer fix!
I'm still having some issues with some vids not playing (unsupported data errors), however that may be the vids themselves --though I don't see any reason why they shouldn't work. I will troubleshoot more and get back to you.
I have noticed an issue with AC3 (5.1) and FFMpeg where the AC3 isn't passed through to receiver as LPCM 2 channel, however if I switch to Mencoder it does. Any ideas what could cause that? I prefer passing AC3 and DTS to my receiver to decode.
Thanks again for the speedy tsMuxer fix!

- Optimus_prime
- Posts: 678
- Joined: Fri Jun 01, 2012 6:39 pm
- Location: Sydney, Australia
Re: Cannot play tsMuxed files, looks for missing tsMuxeR-new
Thanks Kefran for your help. Please post when you have a little more info so if i need to get the guys to have a look at it 
Also my fault for not changing the scripts to include that new file

Also my fault for not changing the scripts to include that new file
How Ask For Support
Remember, Debug Log's Can/Will Help and Explain your issues, we're not mind reader's but here to help
OS's I Use And Can Assist With: Windows 7/8, Mac OS-X 10.8 & 10.9
Mac OS-X Java 7 Builds Mac OS-X Java 7 Forum
Remember, Debug Log's Can/Will Help and Explain your issues, we're not mind reader's but here to help
OS's I Use And Can Assist With: Windows 7/8, Mac OS-X 10.8 & 10.9
Mac OS-X Java 7 Builds Mac OS-X Java 7 Forum