Page 1 of 2

Error while transcoding

Posted: Fri Jul 20, 2012 5:13 pm
by sjpirri
ums_dbg.zip
(4.82 KiB) Downloaded 1008 times
Hi i get an error while transcoding on ubuntu here is my debug zip i guess that should tell it all right

Re: Error while transcoding

Posted: Sun Jul 22, 2012 9:02 am
by tmk

Code: Select all

java.io.IOException: Cannot run program "tsMuxeR": java.io.IOException: error=2, No such file or directory
Ensure you have tsMuxeR (typically $UMS_HOME/Linux/tsMuxeR) or disable via UMS.conf

Code: Select all

mencoder_mux_compatible = false
Cheers

Re: Error while transcoding

Posted: Fri Jul 27, 2012 10:05 am
by sjpirri
still doesn't fix it and tsmuxer is there

Re: Error while transcoding

Posted: Sat Jul 28, 2012 10:23 am
by tmk
Set anything with "tsmuxer" in the setting name to false. Also, does the file work with FFmpeg (assumes v1.4.0; set hide_transcode_folder = false; hide_enginenames = false; look for the ffmpeg option inside #transcode folder of file to be played). Of course restart UMS after any UMS.conf changes (just to be sure).

Re: Error while transcoding

Posted: Sat Jan 05, 2013 12:23 am
by adam81
Hi,

I've got NullPointerException when trying to transcode video files.

I use UMS on Ubuntu server 12.04 (32bit) patched with latest fixes using apt-get dist-upgrade. I run UMS 2.2.2 in headless mode, and I try to stream media files to Samsung AllShare. Everything works fine with those file types that are supported by the TV (those files that could be played from a pendrive as well).

But when it comes to other file types (e.g. WMV), the TV says "Not supported file type". At the same time there's the Java exception in debug log.

I've tried to disable MEncoder from UMS.conf to see if the problem is specific to that encoder, but then the NullPointerException came from TSMuxerVideo...

Could anyone help how to solve this?

Thanks!

Re: Error while transcoding

Posted: Mon Jan 14, 2013 11:26 am
by trapexit
I too am having issues with Ubuntu 12.10 AMD64. No transcoding option I try seems to work.

Re: Error while transcoding

Posted: Tue Jan 15, 2013 7:25 am
by damp
Which version of java are you using?

My suggestion is to get rid of OpenJDK and install Oracle Java, OpenJDK doesn't play nice with some java apps.

Re: Error while transcoding

Posted: Tue Jan 15, 2013 8:43 am
by trapexit
Most every Linux distro uses OpenJDK... it'd make sense to target being compatible with both. I'll try it and see.

Re: Error while transcoding

Posted: Tue Jan 15, 2013 9:33 am
by trapexit
Nope. Installed Oracle Java 7, cleared ~/.config/UMS. Still no go.

Re: Error while transcoding

Posted: Tue Jan 15, 2013 10:13 am
by damp
u got mediainfo installed?