summaryrefslogtreecommitdiff
path: root/README
blob: ee4edab8e9c99ac53911c51b1ac29722c41730aa (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
40
41
42
43
44
45
46
47
48
49
50
DISCONTINUATION OF PROJECT.

This project will no longer be maintained by Intel.

Intel will not provide or guarantee development of or support for this project, including but not limited to, maintenance, bug fixes, new releases or updates.

Patches to this project are no longer accepted by Intel.

If you have an ongoing need to use this project, are interested in independently developing it,
or would like to maintain patches for the community, please create your own fork of the project.

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