summaryrefslogtreecommitdiff
path: root/README
blob: 69ef63d4e7720818f42767bfbb1aefbbfc952cee (plain)
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
Introduction:
-------------

dleyna-control is a Digital Media Player written in python to
demonstrate how to use the dleyna-server APIs.  It detects
Digital Media Servers on the local area network, and allows users to
browse, search and play their contents.

Compilation:
------------

dleyna-control has a number of pre-requisites, notably
dleyna-server and dleyna-core, to identify and browse Digital Media
Servers, and GStreamer to play audio and video content.

dleyna-server and dleyna-core can be downloaded from
    git://github.com/01org/dleyna-core.git 
    git://github.com/01org/dleyna-server.git
Please follow the instructions in the README documents to compile and
install these components.

GStreamer can be installed using the package management systems of
your Linux distribution.  You may need to install the various plugins
to ensure that your media plays correctly.

The source can be downloaded from github as follows:

git clone git://github.com/01org/dleyna-control.git

delyna-control can be run directly from the source repository
simply by typing.

src/dleyna-control.py

It can be installed on your system via the supplied setup.py script.

sudo ./setup.py install