Another program is using port 500X, which UMS needs.
Posted: Mon Jun 01, 2020 10:49 pm
Hi.
Every time, when I turn on my PC and UMS loads (auto or manual), I get a error "Another program is using port 500X, which UMS needs.".
After I change the port from 5002 to 5001 and restart the server, it works.
But next time, when I switch the computer on, I get the error again "Another program is using port 5001, which UMS needs.", so I need to change port every time.
Could it be possible to implement random port at startup. Say, I input port range from 5001 - 5020, and next time UMS starts with a random port, except the previous one?
Thank you.
P.s. The problem is not with the latest version only, it has been from previous versions as well. And every time I update UMS, I select clean installation.
Every time, when I turn on my PC and UMS loads (auto or manual), I get a error "Another program is using port 500X, which UMS needs.".
Code: Select all
13:28:24 INFO Loading renderer configurations from C:\Program Files (x86)\Universal Media Server\renderers
13:28:24 INFO Enabled 171 configurations, listed in order of loading priority:
13:28:24 INFO : Mirascreen
...
13:28:24 INFO : Yamaha RX-V671
13:28:25 INFO Using address /192.168.2.96 found on network interface: name:eth1 (Realtek PCIe GbE Family Controller)
13:28:25 INFO Created socket: /192.168.2.96:5002
13:28:25 ERROR Another program is using port 5002, which UMS needs.
13:28:25 ERROR You can change the port UMS uses on the General Configuration tab.
Code: Select all
13:28:54 INFO Stopping server on host 192.168.2.96 and port 5002...
13:28:54 INFO Loading renderer configurations from C:\Program Files (x86)\Universal Media Server\renderers
13:28:55 INFO Enabled 171 configurations, listed in order of loading priority:
13:28:55 INFO : Mirascreen
...
13:28:55 INFO : Yamaha RX-V671
13:28:56 INFO Using address /192.168.2.96 found on network interface: name:eth1 (Realtek PCIe GbE Family Controller)
13:28:56 INFO Created socket: /192.168.2.96:5001
Could it be possible to implement random port at startup. Say, I input port range from 5001 - 5020, and next time UMS starts with a random port, except the previous one?
Thank you.
P.s. The problem is not with the latest version only, it has been from previous versions as well. And every time I update UMS, I select clean installation.