/pDLNA

perl DLNA MediaServer

Primary LanguagePerlGNU General Public License v3.0GPL-3.0

pDLNA
(c) 2010-2011 Stefan Heumader
email: stefan@heumader.at
webpage: http://www.pdlna.com

Licened under GPLv3 (see LICENSE file)

INTRODUCTION
------------
pDLNA is an UPnP and DLNA service which serves multimedia
content to compatible clients on the network and is written
in Perl.

See http://www.perl.org for more details on Perl
and http://www.upnp.org/ for more details on UPnP
and http://www.dlna.org/ for mode details on DLNA.

INSTALLATION REQUIREMENTS
-------------------------
the extra perl modules you will probably need are:
 Config::ApacheFormat
 Getopt::Long::Descriptive
 Image::Info
 IO::Interface
 IO::Socket::Multicast
 IO::Socket::Multicast6
 XML::Simple
 Net::Netmask

If your on a debian system these can be installed with apt using the following packages:
sudo apt-get install libgetopt-long-descriptive-perl libconfig-apacheformat-perl libio-interface-perl libio-socket-multicast-perl libio-socket-multicast6-perl libxml-simple-perl libimage-info-perl libgd-gd2-perl libnet-netmask-perl

BUGS & FEATURES
---------------
Email me if you find bugs or if you have some ideas for
improvements. <stefan@heumader.at>


Stefan Heumader