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