
Search found 1951 matches
- Fri Feb 11, 2022 10:21 am
- Forum: Help and Support
- Topic: PCI Card UMS Support
- Replies: 3
- Views: 5428
Re: PCI Card UMS Support
I had my suspicions, but I've also seen users genuinely ask about similar situations, so I chose to answer. If he "reveals himself", just delete the whole thread 

- Fri Feb 11, 2022 9:51 am
- Forum: Help and Support
- Topic: PCI Card UMS Support
- Replies: 3
- Views: 5428
Re: PCI Card UMS Support
None, and I don't quite see what would be the point. You can probably get UMS to stream the output from such a card if you set up a local "stream server" that you then point UMS to by using its URL as a "shared folder/resource". But, there would be no way to control the tuner for changing the ...
- Fri Feb 11, 2022 9:43 am
- Forum: Help and Support
- Topic: ERROR Unexpected error in RemotePlayHandler.handle(): Index: 0, Size: 0 - UMS 10.15.0
- Replies: 6
- Views: 7159
Re: ERROR Unexpected error in RemotePlayHandler.handle(): Index: 0, Size: 0 - UMS 10.15.0
It sounds like a bug. Either wait for a new version with a fix or try an older version.
- Thu Jan 20, 2022 3:31 am
- Forum: Help and Support
- Topic: 10.15.0 audio problem on VLC for Android.
- Replies: 7
- Views: 8264
Re: 10.15.0 audio problem on VLC for Android.
VLC supports pretty much everything, it supports everything FFmpeg supports (it uses the same libs internally) and then some. I doubt (only guessing though) that VLC supports sending subtitles separately, so everything with external subtitles must probably be transcoded. Except for that, it's hard ...
- Sat Jan 08, 2022 8:28 am
- Forum: Help and Support
- Topic: Transcode DTS/AC3 and lossless to LPCM?
- Replies: 3
- Views: 5412
Re: Transcode DTS/AC3 and lossless to LPCM?
I think the "keep DTS" setting has been broken for a very long time, but I won't swear on anything, since I haven't used UMS in some years now.
The decision UMS makes is whether to transcode or not. Many different things can cause transcoding, like subtitles. If it is decided that it must be ...
The decision UMS makes is whether to transcode or not. Many different things can cause transcoding, like subtitles. If it is decided that it must be ...
- Sat Jan 08, 2022 5:54 am
- Forum: Help and Support
- Topic: Transcode DTS/AC3 and lossless to LPCM?
- Replies: 3
- Views: 5412
Re: Transcode DTS/AC3 and lossless to LPCM?
I'm not sure it's possible to transcode to LPCM 5.1 (or LPCM audio at all) in UMS. The main problem is that FFmpeg doesn't properly mux LPCM into MPEG-TS - so other solutions must be used like tsMuxeR. tsMuxeR can't transcode though, only mux, which means that to actually transcode to LPCM 5.1 one ...
- Tue Dec 28, 2021 4:41 am
- Forum: Help and Support
- Topic: [Solved] Sony X90J and X95J can't connect
- Replies: 47
- Views: 37352
Re: Sony X90J and X95J can't connect
Regarding building UMS, it's not straight forward until you have all the correct tools installed and configured. You need a Java JDK (not the "runtime" you usually install that's called a JRE), but you also need $JAVA_HOME to point to the JDK folder. In addition, Maven must be installed. Both Java ...
- Thu Dec 16, 2021 12:00 pm
- Forum: Help and Support
- Topic: rar browsing not working
- Replies: 4
- Views: 5245
Re: rar browsing not working
It is a limitation of UMS, that said it's not quite "fair" to compare it to Kodi which just has to play the content itself. All it has to do is read through it sequentially, while UMS as a server must be able to serve any part of the file at any time, per the request of the renderers. That means ...
- Thu Dec 09, 2021 5:53 am
- Forum: Help and Support
- Topic: [Solved] UMS stopped transcoding subtitles
- Replies: 59
- Views: 89151
Re: [Solved] UMS stopped transcoding subtitles
That's good to hear 

- Wed Dec 08, 2021 2:36 pm
- Forum: Help and Support
- Topic: [Solved] UMS stopped transcoding subtitles
- Replies: 59
- Views: 89151
Re: [Solved] UMS stopped transcoding subtitles
Calling it a glitch might be too strong, let's call it a coincidence. The point is that when you disable transcoding, you cut a lot of the "logic" short when UMS is evaluating what to do, so it's hard to say how much of the same logic is still working when that's the case. Disabling transcoding is ...