From 736033f3d532c4814eeff84db5dbf99f0249df6e Mon Sep 17 00:00:00 2001 From: geronimo Date: Fri, 27 Jul 2012 08:31:40 +0200 Subject: added usage option to cmps --- README | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) (limited to 'README') diff --git a/README b/README index 70063b0..fba16ee 100644 --- a/README +++ b/README @@ -14,35 +14,32 @@ scans the given media root directory (default /media) and offers the result as list in html- and json-format. The lists contain an url for the media, which can be streamed by using http-protocol. No external tools are used at server side. -The libraries I use are libyajl, libssl, libcrypto and libstdc++ - where I -used selfcompiled libyajl release 2.0.5 (the only lib I had to compile at -debian stable system). -As parts of the server libraries are work from vdr, cmps inherits the -dependencies of vdr. +The libraries I use are libssl, libcrypto and libstdc++ +As parts of the server libraries are work from vdr, cmps inherits some +dependencies of vdr (i.e. libpthread and librt). So the complete (runtime) dependencies of cmps are: - libjpeg libpthread - libcap librt - libfribidi - libfreetype - libfontconfig - libyajl libssl libcrypto libstdc++ - libcrypto + cmps supports three commandline parameters: -r the directory where to start scanning for media -p ### the serverport where the mediaserver can be connected to -i the favicon - the icon to distinguish the server, if list is requested by standard web-browsers. +> attribution: +cmps uses some classes from the vdr-project, a project of Klaus Schmidinger, +located at http://tvdr.de + cmpc (the client) ----------------- *tbd* + cmpcj (a java client) --------------------- is the butler between mediaserver (cmps) and mediaplayer and offers several @@ -55,11 +52,11 @@ path of the media. A doubleclick on a mediaitem starts the player - cmpc (the client) stays blocked until the player stops. -attribution: -cmpcj uses glazedlists from http://www.glazedlists.com and -jackson from http://jackson.codehaus.org -the used folder icons are from http://www.iconfinder.com/search/?q=iconset%3Asabre -the vdr- and dvd-icons build on my own (based on the work from above) +> attribution: +cmpcj uses glazedlists from http://www.glazedlists.com and jackson from +http://jackson.codehaus.org +The used folder icons are from http://www.iconfinder.com/search/?q=iconset%3Asabre +where as the vdr- and dvd-icons are built on my own (based on the work from above) The C/C++ libraries -- cgit v1.2.3