diff options
author | geronimo <geronimo013@gmx.de> | 2012-07-27 08:31:40 +0200 |
---|---|---|
committer | geronimo <geronimo013@gmx.de> | 2012-07-27 08:31:40 +0200 |
commit | 736033f3d532c4814eeff84db5dbf99f0249df6e (patch) | |
tree | 3cdeb1ed7f8a8480c3ac3fe46d22250148ec702d /README | |
parent | d2769982da50332c9354344e2e196f581f7d888b (diff) | |
download | cmp-736033f3d532c4814eeff84db5dbf99f0249df6e.tar.gz cmp-736033f3d532c4814eeff84db5dbf99f0249df6e.tar.bz2 |
added usage option to cmps
Diffstat (limited to 'README')
-rw-r--r-- | README | 31 |
1 files changed, 14 insertions, 17 deletions
@@ -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 <Path> the directory where to start scanning for media -p ### the serverport where the mediaserver can be connected to -i <Path> 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 |