Search found 146 matches

by atamariya
Fri Aug 20, 2021 6:03 pm
Forum: Help and Support
Topic: UMS 10.6-10.8.2 Stuttering videos
Replies: 65
Views: 31304

Re: UMS 10.6-10.8.2 Stuttering videos

Two things to possibly look into: - LG TV (webOS), WMP, VLC and XBox 360 are problematic renderers. They ask for complete media tree. So it's better to turn off UMS media library for them. - I think there was a recent change for SystemUpdateID. If SystemUpdateID changes, renderers will ask for an up...
by atamariya
Fri Apr 09, 2021 12:58 am
Forum: Help and Support
Topic: Docker
Replies: 15
Views: 27270

Re: Docker

~/.config/UMS/UMS.conf (Only change network_interface to correspond with the one on host) folders = /media network_interface = wlp2s0 docker pull universalmediaserver/ums docker run -it -p 5002:5002 -p 9001:9001 -v ~/Music:/media -v ~/.config:/root/.config --network=host universalmediaserver/ums I t...
by atamariya
Fri Feb 28, 2020 3:49 pm
Forum: Help and Support
Topic: Web Interface not working?
Replies: 4
Views: 9546

Re: Web Interface not working?

Logs are needed for anyone to help with your problem. Follow the guidelines at the top of the page.
by atamariya
Wed Feb 19, 2020 8:04 pm
Forum: Help and Support
Topic: UMS cant recognize PS4
Replies: 6
Views: 8186

Re: UMS cant recognize PS4

There are no search requests from PS4 in the log. Can you check the IP address on PS4? It should be in the same subnet as UMS (10.0.0.x).
by atamariya
Mon Feb 17, 2020 5:50 pm
Forum: Media Renderers
Topic: Denon AVR-4311CI Recognized But Not Authorized
Replies: 24
Views: 32961

Re: Denon AVR-4311CI Recognized But Not Authorized

Just a suggestion - try to push HTTP 200 response instead of HTTP 204 for this specific case.
by atamariya
Wed Jan 08, 2020 4:55 pm
Forum: Help and Support
Topic: [Solved] Samsung UHD 2019 - mkv not playing (EAC3) - transcode
Replies: 5
Views: 9804

Re: Samsung UHD 2019 - mkv not playing (EAC3) - transcode

When a particular files doesn't play, it indicates a supporting line is missing in the renderer config file. You can try adding the line and share it here so that it may be included in the code to help others having the same renderer. In most cases however, it is just easier to browse into the trans...
by atamariya
Wed Jan 08, 2020 4:48 pm
Forum: Help and Support
Topic: [UMS 9.1] Not working because of Java Runtime Environment
Replies: 5
Views: 8327

Re: [UMS 9.1] Stuck on system startup because of Java?

Looks like some contention on database file is preventing proper startup. You can try two things:
- Delete C:\ProgramData\UMS\database . You might have to kill any running java process first.
- If that doesn't work, can you try a previous version?
by atamariya
Thu Dec 19, 2019 4:50 pm
Forum: Help and Support
Topic: CPU load issue after Windows startup
Replies: 12
Views: 13132

Re: CPU load issue after Windows startup

This is a problem you can't solve from user perspective. UMS tries to lazy load media file information. So you WILL see a CPU spike when lot of requests are made to the server. That should subside once all media information is loaded in memory. Also, since UMS doesn't use disk caching, you'll soon r...
by atamariya
Thu Dec 05, 2019 5:51 pm
Forum: General Discussion
Topic: Suggestion for documentation
Replies: 0
Views: 8640

Suggestion for documentation

Hi,
If you feel there are certain posts which you found useful and you feel should be part of documentation, feel free to message me with the link. I'll add them to relevant document section in wiki.

Thanks.
by atamariya
Thu Nov 28, 2019 5:37 pm
Forum: Help and Support
Topic: Render profile for Oculus Go ?
Replies: 2
Views: 5702

Re: Render profile for Oculus Go ?

This should help you to get started https://github.com/UniversalMediaServer ... -support-1