summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2013-02-28 13:14:18 +0200
committerRegis Merlino <regis.merlino@intel.com>2013-03-01 14:05:53 +0100
commitc9a59b40ca899b3d6df9b729d37a33b54aed268a (patch)
treecc3621a1d6eac47106a1ab1d5459e69a387512f4 /README
parentf4440e104f0d13e454234184c2c6eba982725baf (diff)
downloaddleyna-control-c9a59b40ca899b3d6df9b729d37a33b54aed268a.tar.gz
[Rename] Rename to dleyna-control
dleyna code is being restructured as decided in https://lists.01.org/pipermail/dleyna/2013-February/000099.html, as a result it makes sense to rename media-service-demo to dleyna-control and move the code from git://github.com/01org/media-service-demo.git to git://github.com/01org/dleyna-control.git Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 13 insertions, 12 deletions
diff --git a/README b/README
index 4812e08..69ef63d 100644
--- a/README
+++ b/README
@@ -1,22 +1,23 @@
Introduction:
-------------
-Media-service-demo is a Digital Media Player written in python to
-demonstrate how to use the media-service-upnp APIs. It detects
+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:
------------
-Media-service-demo has a number of pre-requisites, notably
-media-service-upnp, to identify and browse Digital Media Servers, and
-GStreamer to play audio and video content.
+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.
-Media-service-upnp can be downloaded from
-git://github.com/01org/media-service-upnp.git. Please follow the
-instructions in the README document to compile and install this
-component.
+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
@@ -24,12 +25,12 @@ to ensure that your media plays correctly.
The source can be downloaded from github as follows:
-git clone git://github.com/01org/media-service-upnp.git
+git clone git://github.com/01org/dleyna-control.git
-Media-service-demo can be run directly from the source repository
+delyna-control can be run directly from the source repository
simply by typing.
-src/media-service-upnp
+src/dleyna-control.py
It can be installed on your system via the supplied setup.py script.