This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
virtualisation:dlna [2018/02/27 09:49] – created buettner | virtualisation:dlna [2018/02/27 12:07] (current) – buettner | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====How to set up a NB2800 DLNA Server==== | + | ====How to set up a NB2800 DLNA Server |
This article describes how to create a DLNA server running on a NB2800 router. | This article describes how to create a DLNA server running on a NB2800 router. | ||
- | ===Preparations=== | + | ReadyMedia (formely known as MiniDLNA) is a smooth and powerful DLNA server. |
- | All preparations made are described in this article: [[http:// | + | ===1) Preparations=== |
+ | All preparations made are described in these articles: [[http:// | ||
+ | If you need instructions on how to set up a LXC Container on NB2800 Routers, you can refer to this page: http:// | ||
+ | |||
+ | ===2) Installation=== | ||
+ | |||
+ | To install Readymedia, type | ||
+ | < | ||
+ | apt-get install minidlna | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===3) Configuration=== | ||
+ | |||
+ | To configure ReadyMedia, go to its configuration file | ||
+ | < | ||
+ | nano / | ||
+ | </ | ||
+ | |||
+ | 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 | ||
+ | < | ||
+ | media_dir=/ | ||
+ | </ | ||
+ | If you want to store your files in folders seperated by its type, you have to set | ||
+ | < | ||
+ | media_dir=A,/ | ||
+ | media_dir=V,/ | ||
+ | media_dir=P,/ | ||
+ | </ | ||
+ | |||
+ | Under | ||
+ | < | ||
+ | friendly_name=My_DLNA_Server | ||
+ | </ | ||
+ | you can give your DLNA server a name that is displayed on the clients. | ||
+ | |||
+ | Set | ||
+ | < | ||
+ | inotify=yes | ||
+ | </ | ||
+ | to let ReadyMedia scan your folder for new media files to keep your clients up to date. | ||
+ | |||
+ | After setting all parameters, start ReadyMedia typing | ||
+ | < | ||
+ | service minidlna start | ||
+ | </ | ||
+ | |||
+ | |||
+ | If you want to check out the servers status, you can do that with entering http:// | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | |||
+ | ===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. |