Wie kann man unter Linux einen DLNA Server installieren? Mit dem Medienserver kann man beispielsweise über den Smart TV seine eigenen Filme / Musik und Bilddateien über das Netzwerk vom Homeserver aus streamen.
First you need to install the package via apt-get install minidlna.
Then you can use my minidlna.conf config file:
apt-get install minidlna vim /etc/minidlna.conf media_dir=/mnt/md0_crypt/Download media_dir=/mnt/md0_crypt/Media root_container=B friendly_name=DLNA-Server inotify=yes port=8200 notify_interval=3600
The media directorys are the folders, which you want to share.
friendly_name is the name of the server, which will be displayed on the devices (Smart TV eg.)
You can reach the Webinterface over Port 8200:
https://homeserver.mattionline.lan:8200/