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