Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
virtualisation:dlna [2018/02/27 10:39]
buettner
virtualisation:dlna [2018/02/27 12:07] (current)
buettner
Line 7: Line 7:
 ===1) Preparations=== ===1) Preparations===
  
-All preparations made are described in this article: [[http://​wiki.netmodule.com/​virtualisation/​file-server | How to set up a NB2800 File Server ]]+All preparations made are described in these articles: [[http://​wiki.netmodule.com/​virtualisation/​file-server | How to set up a NB2800 File Server ]] 
 + 
 +If you need instructions on how to set up a LXC Container on NB2800 Routers, you can refer to this page: http://​wiki.netmodule.com/​app-notes/​virtualisation. ​
  
  
Line 25: Line 27:
 </​code>​ </​code>​
  
-Here you can set all necessary parameters to run ReadyMedia at your wishes+Here you can set all necessary parameters to run ReadyMedia at your wishes
  
 If you want to store all of your media files in one folder, set this folder at If you want to store all of your media files in one folder, set this folder at
Line 42: Line 44:
 friendly_name=My_DLNA_Server friendly_name=My_DLNA_Server
 </​code>​ </​code>​
 +you can give your DLNA server a name that is displayed on the clients.
 +
 +Set
 +<​code>​
 +inotify=yes
 +</​code>​
 +to let ReadyMedia scan your folder for new media files to keep your clients up to date.
 +
 +After setting all parameters, start ReadyMedia typing
 +<​code>​
 +service minidlna start
 +</​code>​
 +
 +
 +If you want to check out the servers status, you can do that with entering http://​IP-address-of-your-server:​8200 .
 +
 +{{ :​virtualisation:​readymedia_statusseite.png?​nolink&​600 |}}
 +
  
 ===4) Run ReadyMedia Server=== ===4) Run ReadyMedia Server===
  
 +For viewing media files over DLNA, you just need a client device (such as a TV oder a Set Top Box) or a DLNA app (e.g. VLC Player). With these, you can easily access to all files stored on your ReadyMedia server.