Search found 146 matches

by atamariya
Wed Jan 09, 2019 4:42 pm
Forum: General Discussion
Topic: 24 fps pass through?
Replies: 3
Views: 7007

Re: 24 fps pass through?

If blueray player is the client, by default, UMS will use blueray player's capabilities. Though it's possible to force other client configuration, that might cause other issues.
by atamariya
Tue Jan 08, 2019 10:48 pm
Forum: General Discussion
Topic: 24 fps pass through?
Replies: 3
Views: 7007

Re: 24 fps pass through?

If the renderer can handle the media natively, server serves the media as is - there's no decoding or transcoding involved.
by atamariya
Tue Jan 08, 2019 5:06 pm
Forum: Help and Support
Topic: Can't launch UMS
Replies: 4
Views: 5150

Re: Can't launch UMS

Go to the installation directory using command line and try launching the JAR directly.

Code: Select all

java -jar ums-6.7.5-SNAPSHOT-jar-with-dependencies.jar 
You can paste the output here for further troubleshooting.
by atamariya
Wed Dec 26, 2018 4:40 pm
Forum: Help and Support
Topic: UMS Crashes after 10 seconds
Replies: 1
Views: 3051

Re: UMS Crashes after 10 seconds

Make sure you have "folders" properly configured in UMS.conf. Latest version starts with scanning the media files. May be try with folder with few files. Also follow the guidelines above in red if you continue to face issues.
by atamariya
Tue Dec 25, 2018 3:58 pm
Forum: General Discussion
Topic: Universal Media Server - Media Library
Replies: 1
Views: 4998

Re: Universal Media Server - Media Library

How exactly would you like your movies to be sorted? "Media Library" option does give you some standard groupings.
by atamariya
Tue Dec 25, 2018 3:50 pm
Forum: Help and Support
Topic: Ubuntu 18.04 & PS3 Failure to play
Replies: 6
Views: 11509

Re: Ubuntu 18.04 & PS3 Failure to play

Hi, I've reinstalled a system with 18.04 headless and I realise that all transcoding is failing. When I use VLC on a windows desktop, I am getting the following failure: TRACE 2018-12-24 15:51:37.469 [HTTPv2 Request Worker 2] Stripping preceding slash from: /get/51/test.mkv_transcoded_to.ts TRACE 2...
by atamariya
Tue Dec 25, 2018 3:48 pm
Forum: Help and Support
Topic: Ubuntu 18.04 & PS3 Failure to play
Replies: 6
Views: 11509

Re: Ubuntu 18.04 & PS3 Failure to play

Hi, I have UMS 7.6.2 running on Ubuntu 18.04. I am unable to play any titles on the PS3. I keep getting "This content cannot be played. (800288E1). I created a test folder with one file only and tried to play this. Please find attached the zip with the debug log file, UMS.conf and mediainfo fo...
by atamariya
Tue Dec 25, 2018 3:16 pm
Forum: Media Renderers
Topic: Sony XBR 55x810c starts at 6 seconds
Replies: 10
Views: 14024

Re: Sony XBR 55x810c starts at 6 seconds

It's difficult to tell which file you were having problem with from the logs. One quick tip is - if the file is being transcoded ,e.g. there's subtitles, then the file is being generated on the fly and hence renderer doesn't have complete file information. Does it get stuck at 3s or keeps increasing...
by atamariya
Mon Dec 24, 2018 4:23 pm
Forum: Help and Support
Topic: pb with mencoder transcoding engine on ubuntu 16.04
Replies: 2
Views: 7798

Re: pb with mencoder transcoding engine on ubuntu 16.04

The problem is in MEncoderVideo (line 1384). For quick fix, you can replace the line encodeSettings += ":preset=superfast,crf=" + x264CRF + ",g=250,i_qfactor=0.71,level=3.1,weightp=0,8x8dct=0,aq-strength=0,me_range=16"; with encodeSettings += ",preset=superfast,crf=" + ...
by atamariya
Wed Dec 19, 2018 3:30 pm
Forum: Media Renderers
Topic: Sony XBR 55x810c starts at 6 seconds
Replies: 10
Views: 14024

Re: Sony XBR 55x810c starts at 6 seconds

It does look like your TV adds up any delay as additional video duration. I can account for 2.5s as follows

Code: Select all

Sleeping for 2500 milliseconds
Still, 4-6s is little too much.

Try with ChunkedTransfer enabled in your renderer.conf.
ChunkedTransfer=true