in This Tutorial you will learn "How To Install and Setup Universal Media Server in Ubuntu 20.04"
Universal Media Server, UMS in short, is a DLNA-compliant UPnP media server allows streaming media files to a wide range of devices including video game consoles, smart TVs, smartphones, and Blu-ray players.
_________________________________________________________________________________________
Server - Os: Ubuntu 20.04.3 LTS 64Bit | IP -192.168.1.80 |Hostname - ubuntu.example.com
_________________________________________________________________________________________
lsb_release -d ; hostname -I ; hostname ; apt install mediainfo dcraw vlc mplayer mencoder -y
wget -c https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/10.0.1/UMS-10.0.1-x86_64.tgz
tar -zxvf UMS-10.0.1-x86_64.tgz -C /opt/ --transform s/ums-10.0.1/ums/
users
nano /etc/systemd/system/ums.service
[Unit]
Description=Run UMS as ubuntu
DefaultDependencies=no
After=network.target
[Service]
Type=simple
User=ubuntu
Group=ubuntu
ExecStart=/opt/ums/UMS.sh
TimeoutStartSec=0
RemainAfterExit=yes
Environment="UMS_MAX_MEMORY=768M"
[Install]
WantedBy=default.target
systemctl daemon-reload ; systemctl enable ums.service ; systemctl start ums.service ; systemctl status ums.service
http://192.168.1.80:9001
__________________________________________________________________________________________
Thursday, January 27, 2022
How To Install Universal Media Server in Ubuntu 20.04
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment