Search found 21 matches

by tmk
Sun Aug 31, 2014 1:45 am
Forum: Help and Support
Topic: 4.0.x and FFMPEG no Longer an Option
Replies: 11
Views: 21247

4.0.x and FFMPEG no Longer an Option

Hi:

Since 4.0.0 (and beyond) I no longer have the option to play MKV files (I use MKV exclusively), only mencoder is available. 3.6.x works as expected.

I've created a new UMS.conf file based on the one packaged with 4.0.3 and still no joy.

Anyone else seeing this? Any suggestions? debug log ...
by tmk
Fri Mar 08, 2013 11:44 am
Forum: Help and Support
Topic: MovieInfo
Replies: 61
Views: 174541

Re: MovieInfo

SharkHunter wrote:There are long times between updates but now there is one. Fetch it here http://code.google.com/p/sharkhunter-shb/downloads/list....
Cheers!
by tmk
Fri Mar 08, 2013 11:37 am
Forum: Help and Support
Topic: PS3 throws 800288D8
Replies: 2
Views: 6600

Re: PS3 throws 800288D8

Please provide a copy of your debug.log from immediately following the attempt to play a file producing this issue as well as your UMS.conf.

Thanks!
by tmk
Wed Feb 27, 2013 3:12 am
Forum: Help and Support
Topic: bundled ffmpeg, mencoder etc
Replies: 1
Views: 4936

Re: bundled ffmpeg, mencoder etc

You can you your own binaries to no severe or ill affect, you just need to state the explicit path to them in UMS.conf (though I noted mplayer in UMS 2.4.2 seems to be hard-coded to look in "./" and will not accept path statements).

Cheers
by tmk
Tue Feb 19, 2013 11:53 am
Forum: Help and Support
Topic: Binary Tools Paths: Thoroughly confused or bug?
Replies: 0
Views: 4285

Binary Tools Paths: Thoroughly confused or bug?

OK, I must be missing something, but I for the life of me am unable to change the paths of certain binaries such as mecoder, mplayer, ffmpeg. I want to assess performance of my own compiled versions vs UMS versions now included (2.4.2). I've tried using explicit paths to my binaries such as ...
by tmk
Mon Feb 18, 2013 11:05 am
Forum: Help and Support
Topic: MovieInfo
Replies: 61
Views: 174541

Re: MovieInfo

@ExSport: Any update to the IMDB code forthcoming? As noted, seems something has changed on the IMDB side to "break" genre and rating.
by tmk
Sat Aug 18, 2012 3:00 am
Forum: Help and Support
Topic: Linux installation guide
Replies: 4
Views: 30472

Re: Linux installation guide

What does debug show (always best to attach to your posts when you need help)...
by tmk
Mon Aug 06, 2012 3:51 am
Forum: Help and Support
Topic: Specifying the conf file
Replies: 1
Views: 6561

Re: Specifying the conf file

To run headless, you will need to create an init script and "install" it as a "service" according to your distro...have a look here for a previous discussion on init scripts. Within that script you can state conf/profile path...have a look here for more info on path.
by tmk
Sat Jul 28, 2012 10:23 am
Forum: Help and Support
Topic: Error while transcoding
Replies: 12
Views: 21591

Re: Error while transcoding

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 ...
by tmk
Sun Jul 22, 2012 9:02 am
Forum: Help and Support
Topic: Error while transcoding
Replies: 12
Views: 21591

Re: Error while transcoding

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