Search found 146 matches

by atamariya
Fri Aug 19, 2016 1:59 am
Forum: Help and Support
Topic: Zero conf transcoding
Replies: 5
Views: 7114

Re: Zero conf transcoding

Created PR Zeroconf transcoding #987 https://github.com/UniversalMediaServer ... r/pull/987
by atamariya
Thu Aug 18, 2016 4:09 am
Forum: Help and Support
Topic: Zero conf transcoding
Replies: 5
Views: 7114

Re: Zero conf transcoding

Here's a demo video https://youtu.be/VaZEZ9Wz2NM .
by atamariya
Tue Aug 16, 2016 4:12 pm
Forum: Help and Support
Topic: UMS won't find anything after Win10 Anniversary Update, I tired a clean install of UMS/Java and turned off the firewall
Replies: 4
Views: 6390

Re: UMS won't find anything after Win10 Anniversary Update, I tired a clean install of UMS/Java and turned off the firew

UMS is picking up the wrong interface. You can force the same from UI. Most likely candidate to work is "192.168.2.9, iface=name:wlan2 (The DW WLAN Card provides wireless local area networking.)"
by atamariya
Sun Aug 07, 2016 4:28 pm
Forum: Help and Support
Topic: Stutters streaming
Replies: 9
Views: 10565

Re: Stutters streaming

What's the configuration of the device running UMS?
by atamariya
Fri Aug 05, 2016 3:44 pm
Forum: Help and Support
Topic: Can't fast forward/rewind or seek any file other than MKV
Replies: 2
Views: 7662

Re: Can't fast forward/rewind or seek any file other than MKV

One thing to watch out for is if the files are getting transcoded. That is one scenario when seek is not available.
by atamariya
Fri Aug 05, 2016 3:10 am
Forum: Help and Support
Topic: MP3 / FLAC Coverarts on Onkyo AVR´s
Replies: 31
Views: 35418

Re: MP3 / FLAC Coverarts on Onkyo AVR´s

@paddy, try converting your album art to 640x480. Add a property to renderer conf:

Code: Select all

ThumbnailSize=640x480
by atamariya
Sun Jul 31, 2016 9:16 pm
Forum: Help and Support
Topic: Unrecognized Windows Sockets error: 87: socket
Replies: 1
Views: 4088

Re: Unrecognized Windows Sockets error: 87: socket

Add a different port to UMS.conf. say.

Code: Select all

web_port =9002
by atamariya
Fri Jul 29, 2016 1:23 pm
Forum: Help and Support
Topic: Is LPCM fallback desirable?
Replies: 1
Views: 4530

Is LPCM fallback desirable?

FFmpegAudio falls back on LPCM encoding for audio. Since LPCM doesn't have any header and any streaming player needs the header to playback properly, I'm curious in what scenario does this fallback help?
by atamariya
Fri Jul 22, 2016 2:51 pm
Forum: Help and Support
Topic: Web Based version - Some videos taken long to play or do not play at all
Replies: 5
Views: 7277

Re: Web Based version - Some videos taken long to play or do not play at all

BubbleUpnp + browser in mobile or WMP + browser in desktop are examples of running multiple renderers on single IP.
by atamariya
Thu Jul 21, 2016 4:16 pm
Forum: Help and Support
Topic: Zero conf transcoding
Replies: 5
Views: 7114

Re: Zero conf transcoding

I'm leaning towards this option - use defaults as much as possible; use custom configuration only as a fallback option. Maybe your concern is genuine that some devices don't provide protocol info. However, that's part of UPnP specs and any device claiming to be UPnP compatible must support it. We wo...