Search found 1951 matches

by Nadahar
Thu May 13, 2021 12:25 am
Forum: Help and Support
Topic: Suggestions for a device that supports copying
Replies: 7
Views: 12064

Re: Suggestions for a device that supports copying

When there's no transcoding involved, and unless your server or network is extremely slow, seeking is "instant" without any buffering. I honestly don't think you can tell the difference if the file is on a local disk or is streamed from UMS in this case. What happens "behind the scene...
by Nadahar
Wed May 12, 2021 11:29 am
Forum: Help and Support
Topic: Suggestions for a device that supports copying
Replies: 7
Views: 12064

Re: Suggestions for a device that supports copying

I'm not even aware that you can do that with the PS3 (I have one). What do you do to download something as opposed to just watch it?
by Nadahar
Thu Apr 22, 2021 5:18 am
Forum: Help and Support
Topic: how to force a re-scan of media
Replies: 4
Views: 8175

Re: how to force a re-scan of media

You can't prevent UMS from analysing the files, or UMS would have no idea what to do with them. It normally won't read the whole file though, just enough to get the information it needs (usually just the headers). There are some files though (MP4 for example) that has the brilliant idea that they pl...
by Nadahar
Wed Apr 21, 2021 3:19 pm
Forum: Help and Support
Topic: UMS 10.4.1 Not finding renderers Win10
Replies: 3
Views: 2175

Re: UMS 10.4.1 Not finding renderers Win10

10.x.x.x, 192.168.x.x and 172.16-32.x.x are all "private" IPv4 ranges that can be used freely. There is no particular preference for 192.168.x.x, except that it seems like it's the default in many routers.
by Nadahar
Wed Apr 21, 2021 3:15 pm
Forum: Help and Support
Topic: how to force a re-scan of media
Replies: 4
Views: 8175

Re: how to force a re-scan of media

You can't give UMS "commands" from the command line - there's no mechanism to receive such information. You can use the "web console" (if you can find it, look in the log for the address) to trigger a rescan. It's not possible to scan new media only specifically, although this is...
by Nadahar
Tue Mar 30, 2021 12:10 pm
Forum: Help and Support
Topic: Network problem
Replies: 7
Views: 3497

Re: Network problem

Ah, darn - if have to stop replying to them :oops:
by Nadahar
Tue Mar 30, 2021 8:45 am
Forum: Help and Support
Topic: Network problem
Replies: 7
Views: 3497

Re: Network problem

@mik_s You probably see some posts that I don't, but
mik_s wrote: Tue Mar 30, 2021 7:20 am Damm spammer, I'll leave his post but edit the link before I ban him
..sure doesn't make any sense to me. Ban who, what post?
by Nadahar
Tue Mar 30, 2021 3:11 am
Forum: Help and Support
Topic: Detect specific codec for format
Replies: 7
Views: 3077

Re: Detect specific codec for format

Don't do that, you need to have the format specified as well. Use:

Code: Select all

Supported = f:wma a:wma  m:audio/x-ms-wma
Without the format parameter you're saying to UMS that the renderer can play ANY file, audio or video, as long as it has a WMA audio track it in. That's certainly not correct ;)
by Nadahar
Mon Mar 29, 2021 12:53 pm
Forum: Help and Support
Topic: Detect specific codec for format
Replies: 7
Views: 3077

Re: Detect specific codec for format

I'm not sure about the current UMS code, but I think it's identical with the corresponding DMS code: public static final String WMA = "wma"; public static final String WMA10 = "wma10"; public static final String WMALOSSLESS = "wmalossless"; public static final String WM...
by Nadahar
Wed Mar 24, 2021 7:57 am
Forum: Help and Support
Topic: Network problem
Replies: 7
Views: 3497

Re: Network problem

The access points must not also act as routers, they must be "transparent"/"bridged" so that all devices are on the same IP subnet. You cannot share across subnets (not entirely true, but it's complicated to get it to work) and this is a limitation of the UPnP standard, not UMS.