You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
freshtomato-arm/release/src-rt-6.x.4708/router/minidlna
..
buildroot
linux
m4
po
tagutils
.gitignore
ABOUT-NLS
AUTHORS
COPYING
ChangeLog
INSTALL
LICENCE.miniupnpd
Makefile.am
Makefile.in
NEWS
README
TODO
aclocal.m4
albumart.c
albumart.h
autogen.sh
avahi.c
avahi.h
clients.c
clients.h
codelength.h
compile
config.guess
config.h.in
config.rpath
config.sub
configure
configure.ac
containers.c
containers.h
depcomp
event.h
getifaddr.c
getifaddr.h
icons.c
image_utils.c
image_utils.h
install-sh
kqueue.c
libav.h
log.c
log.h
metadata.c
metadata.h
minidlna.c
minidlna.conf
minidlna.conf.5
minidlnad.8
minidlnapath.h
minidlnatypes.h
minissdp.c
minissdp.h
minixml.c
minixml.h
missing
monitor.c
monitor.h
monitor_inotify.c
monitor_kqueue.c
options.c
options.h
playlist.c
playlist.h
process.c
process.h
scanner.c
scanner.h
scanner_sqlite.h
select.c
sendfile.h
sql.c
sql.h
testupnpdescgen.c
tivo_beacon.c
tivo_beacon.h
tivo_commands.c
tivo_commands.h
tivo_utils.c
tivo_utils.h
upnpdescgen.c
upnpdescgen.h
upnpevents.c
upnpevents.h
upnpglobalvars.c
upnpglobalvars.h
upnphttp.c
upnphttp.h
upnpreplyparse.c
upnpreplyparse.h
upnpsoap.c
upnpsoap.h
utils.c
utils.h
uuid.c
uuid.h

README

MiniDLNA project
(c) 2009 Justin Maggard
Portions (c) 2006-2007 Thomas Bernard
webpage: http://sourceforge.net/projects/minidlna/

This directory contains the MiniDLNA daemon software.
This software is subject to the conditions detailed in
the LICENCE file provided with this distribution.

Parts of the software including the discovery code are
licensed under the BSD revised license which is detailed
in the LICENSE.miniupnpd file provided with the distribution.
More information on MiniUPnPd can be found at http://miniupnp.free.fr.


The MiniDLNA daemon is an UPnP-A/V and DLNA service which
serves multimedia content to compatible clients on the network.
See http://www.upnp.org/ for more details on UPnP
and http://www.dlna.org/ for mode details on DLNA.

Prerequisites
==================

- libexif
- libjpeg
- libid3tag
- libFLAC
- libvorbis
- libsqlite3
- libavformat (the ffmpeg libraries)


Justin Maggard