Search found 690 matches

by valib
Fri Jun 20, 2014 9:35 am
Forum: Developers
Topic: Problem with sourceforge repository
Replies: 2
Views: 8291

Re: Problem with sourceforge repository

Optimus_prime thanks it works.
by valib
Fri Jun 20, 2014 9:31 am
Forum: Help and Support
Topic: stream movie to DLNA client not support format
Replies: 11
Views: 17760

Re: stream movie to DLNA client not support format

christophe195 wrote:sorry but i have still no sound, detection works.
Does it mean that you have no sound at all or only for some videos like in your example? Please be more accurate in your answers. Set the debug to trace and try to play some videos which don't work and upload the log.
by valib
Fri Jun 20, 2014 12:59 am
Forum: Help and Support
Topic: stream movie to DLNA client not support format
Replies: 11
Views: 17760

Re: stream movie to DLNA client not support format

Your UserAgent is User-Agent: L21XTLN/v4.11-rc-368-g5ae72c6 UPnP/1.0 BH-upnpcp/2.0 DLNADOC/1.50 so add the following code UserAgentSearch = L21XTLN to your renderer.conf and UMS should recognize it. Also delete TranscodeVideo=WMV TranscodeAudio=asf and hopefully audio will work because your renderer...
by valib
Thu Jun 19, 2014 8:07 am
Forum: Help and Support
Topic: Windows are blank
Replies: 7
Views: 8587

Re: Windows are blank

Strange your debug.log looks normally. UMS starts without error and find XBMC renderer. The problem must be somewhere else than in UMS. Have you tried to use 32-bit Java version instead of 64-bit version?
by valib
Thu Jun 19, 2014 7:56 am
Forum: Help and Support
Topic: stream movie to DLNA client not support format
Replies: 11
Views: 17760

Re: stream movie to DLNA client not support format

Have you read the instructions how to create custom renderer.conf carefully? In your code i smissing UserAgentSearch = "your renderer search string" which is vital or is your renderer Telstra? We can help you but without information from your debug.log it is almost impossible so please do ...
by valib
Thu Jun 19, 2014 5:33 am
Forum: Help and Support
Topic: Ongoing Sony Aspect Ratio Issues
Replies: 5
Views: 12715

Re: Ongoing Sony Aspect Ratio Issues

You can check Change video resolution at the Mencoder General settings tab and set Width to 1280 or 1283 and Heigth to 720. In the renderer.conf set KeepAspectRatio=true and do not use CustomMencoderOptions. This should work like your CustomMencoderOptions but the problem is that UMS will scale for ...
by valib
Thu Jun 19, 2014 1:35 am
Forum: Help and Support
Topic: stream movie to DLNA client not support format
Replies: 11
Views: 17760

Re: stream movie to DLNA client not support format

Please again follow the How to ask for support. We need more information to help you eg. what is your renderer, setting etc.
by valib
Wed Jun 18, 2014 8:24 pm
Forum: Developers
Topic: Problem with sourceforge repository
Replies: 2
Views: 8291

Problem with sourceforge repository

Subjunk I have a problem with sourceforge repository. I have got [get] Getting: http://downloads.sourceforge.net/project/unimediaserver/Dependencies/win32/mplayer.exe [get] To: D:\Workspace\UniversalMediaServer\target\bin\win32\mplayer.exe [get] Error opening connection java.io.FileNotFoundException...
by valib
Tue Jun 17, 2014 11:11 pm
Forum: Help and Support
Topic: 3.6.3 and FFmpeg Subtitles
Replies: 7
Views: 9238

Re: 3.6.3 and FFmpeg Subtitles

I guess one question is, if FFmpeg can apply the correct color codes to any style not named "Default", why can't it do that for the Default style as well? This is done by UMS and it was my idea to implement it in that way. The idea was to force FFmpeg show only Default style like in Menco...