Differences between revisions 1 and 2
Revision 1 as of 2021-03-03 17:41:09
Size: 573
Comment:
Revision 2 as of 2021-03-03 17:41:23
Size: 572
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Minidlna is a dlna server with a small footprint, originally designed to run on consumers NAS devices. Installation is fairly simple. Minidlna is a dlna server with a small footprint, originally designed to run on consumer NAS devices. Installation is fairly simple.

Minidlna

Minidlna is a dlna server with a small footprint, originally designed to run on consumer NAS devices. Installation is fairly simple.

For this setup we will use GlusterFS as the file store backend.

Software

Start by installing minidla

apt-get install minidlna

Filesystem

Configure your system as a GlusterFS client, so you have the following in your fstab.

/etc/glusterfs/video.vol /srv/video glusterfs defaults,_netdev,rw 0 0

Configuration

References

None: Minidlna (last edited 2021-03-07 17:18:06 by Kristian Kallenberg)