forked from geuma/pDLNA
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
executable file
·39 lines (31 loc) · 1.13 KB
/
README
File metadata and controls
executable file
·39 lines (31 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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