Need to install UMS on CentOS

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
rickinfl
Posts: 1
Joined: Wed Aug 27, 2014 11:23 am

Need to install UMS on CentOS

Post by rickinfl »

Hi,

Just wondering is there are any instructions how to install UMS on CentOS? or if anyone knows how to do this. If someone could point me in the right direction I would appreciate it


Thanks,
Rick
temppi
Posts: 1
Joined: Thu Aug 28, 2014 6:55 am

Re: Need to install UMS on CentOS

Post by temppi »

I'm very new in UMS and I just tried something with clean Centos 7. Here is some keywords:
yum install wget
cd /tmp
wget http://dl.fedoraproject.org/pub/epel/be ... noarch.rpm
ls *.rpm
yum install ./epel-release-7-0.2.noarch.rpm
yum update
yum install mediainfo
yum install java-1.7.0-openjdk
yum install dcraw
iptables --flush
cd /opt
--untar here the ums package you've downloaded, something like: tar -zxvf ./UMS-4.0.3-Java7.tgz
cd ums-4.0.3
./UMS.sh

After that needs some configuration, media files location setting etc but basically it seems that UMS in running and I can find it for example with my Android DLNA client.

When starting there's some exceptions about mplayer. I didn't try to fix/install it but here is one pointer:
http://hasis053341.blogspot.fi/2014/07/ ... s-7.html#0
Post Reply