Search found 348 matches

by boss
Tue Nov 14, 2023 4:06 pm
Forum: Help and Support
Topic: my PS4 won't show on UMS
Replies: 12
Views: 17794

Re: my PS4 won't show on UMS

There is something wrong with your network setup. Your PS4 has an IP of 192.168.68.104 and using the gateway (Router LAN address) of 192.168.68.1 That seems normal. But... Your computer has an IP address of 113.254.xx.xxx which is HGC Global Communications in Hong Kong which is most likely your ISP....
by boss
Sat Oct 21, 2023 4:23 pm
Forum: Help and Support
Topic: UMS server dlna not visible - Ubuntu Docker-Compose Install
Replies: 8
Views: 8080

Re: UMS server dlna not visible - Ubuntu Docker-Compose Install

I don't have any experience with docker.
But it looks like you could be linking the profile to the UMS.conf file in the install folder.
EG:
volumes:
- ~/Docker/ums/UMS.conf:/profile

Where it should be in your profile folder which on Linux is normally:
/root/.config/UMS/UMS.conf
by boss
Wed Oct 18, 2023 3:27 pm
Forum: Help and Support
Topic: Complete Docker installation, and now?
Replies: 11
Views: 3478

Re: Complete Docker installation, and now?

I can't say that I have had any experience with docker. But looking at your previous messages it appears that the install is much the same as other Linux installs. Personally, I would remove all the UMS folders/files and start again. I see you posted this: { "file": "/usr/src/ums"...
by boss
Sun Oct 15, 2023 1:24 pm
Forum: Help and Support
Topic: ubuntu server with browser video player spins
Replies: 6
Views: 1302

Re: ubuntu server with browser video player spins

You could try and remove the entire database folder and its contents. It will rebuild itself.
location is: /username/.config/UMS/database
by boss
Sun Oct 15, 2023 1:19 pm
Forum: Help and Support
Topic: Wrong network interface on Linux
Replies: 3
Views: 1149

Re: Wrong network interface on Linux

Yes, I'm already using port 9001 for something else. Is there a way to change the web GUI port? You can edit the UMS.conf file to change that. /Username/.config/UMS/UMS.conf Change: # Web gui port # -------- # The port that the web gui can be accessed by. # Example: 7000, which means the web gui is...
by boss
Sat Sep 30, 2023 2:22 pm
Forum: Help and Support
Topic: Problem with sub net
Replies: 7
Views: 2014

Re: Problem with sub net

Your setup is all wrong even if you were not using UMS. Can you advise the make/model of the routers. As mik_s says. you should only have 1 router supplying DHCP on your LAN and the other routers need to be setup just as switches and WiFi access points. The other 2 routers (not the main router) shou...
by boss
Fri Sep 29, 2023 2:55 pm
Forum: Help and Support
Topic: Problem with sub net
Replies: 7
Views: 2014

Re: Problem with sub net

It sounds like the media player and the computer hosting UMS are on different subnets. Most likely you have 2 routers on your system both setup as routers and as well as the UMS issue, you could be double NATing and havie 2 devices running DHCP which is not good. Can you post a full layout of your L...
by boss
Mon Sep 25, 2023 12:38 pm
Forum: Help and Support
Topic: UMS with Apache2 and ProxyPass problem
Replies: 8
Views: 2744

Re: UMS with Apache2 and ProxyPass problem

I am running UMS on a Gentoo Linux server, It runs completely outside of Apache and needs no Apache configuration whatsover. For local use it is just: IP address of computer hosting UMS:9002 for the media content. IP address of computer hosting UMS:9001 for configuration. From outside your lan, you ...
by boss
Sat Sep 23, 2023 4:34 pm
Forum: Help and Support
Topic: Some files not appearing to be streamed
Replies: 11
Views: 35279

Re: Some files not appearing to be streamed

I was just looking through your log files.
Most of the videos were not streamed (say renderer not supported) and then transcoding was tried which failed.
The issue could be your mediarender.conf file perhaps.
by boss
Sat Sep 23, 2023 4:20 pm
Forum: Help and Support
Topic: Some files not appearing to be streamed
Replies: 11
Views: 35279

Re: Some files not appearing to be streamed

Why not try using the UMS included version of ffmpeg as suggested by mik_s. That is simple to do and you don't have to make any changes to your server, In your UMS.conf file just change: # Path to ffmpeg (absolute or relative from project.binaries.dir) # Example: /usr/bin/ffmpeg # Default: # Win: wi...