summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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.