MX10-AC2N / UMS_ynh

UniversalMediaServer : A DLNA, UPnP and HTTP(S) Media Server packaged for YunoHost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Universal Media Server for YunoHost

Integration level
Install Universal Media Server with YunoHost

Lire ce readme en français.

This package allows you to install Universal Media Server quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

A DLNA, UPnP and HTTP(S) Media Server

Shipped version: 10.20.0

Screenshots

Disclaimers / important information

Configuration

Once installed, UMS will create config file in /home/yunohost.app/ums/.config/UMS/

All settings are pretty well documented directly in the files. The default setting will use the shared multimedia directory by default (located into /home/yunohost.multimedia/share), you may change this setting in /home/yunohost.app/ums/.config/UMS/UMS.conf with the setting "folders"

Limitations

  • No multi-instance
  • work only on its own subdomain (ums.mydomain.tld, not on mydomain.tld/ums)
  • No user management
  • Not tested that much

Other infos

If you can't find the server on a renderer, you may try the following trouble shooting :

  • Wait a little bit : the first start up will intialized the database and if you have a lot of media, this may take a while
  • Wait a little more : the server will broadcast an ALIVE message every 30 sec, so it may take this long for a renderer to find it
  • check if the service ums is running in the yunohost admin
  • check on which network interface the server is annoucing : You may find the network and address used in /home/yunohost.app/ums/.config/UMS/debug.log or /var/log/ums/ums.log. Search for a line like Using address /192.168.0.54 found on network interface: name:enp0s3 (enp0s3) The subnet to be used should be the same as your renderer (ie : if your TV is on 192.168.0.X and ums on 192.168.1.X, this will not work)

On small device (Raspberry for example), transco may be requiring too much power : try some alternate transcoder.

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/ums_ynh/tree/testing --debug
or
sudo yunohost app upgrade ums -u https://github.com/YunoHost-Apps/ums_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps

About

UniversalMediaServer : A DLNA, UPnP and HTTP(S) Media Server packaged for YunoHost

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%