X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=INSTALL;h=4d89153f1f91660d4ffb35dda2891904bedbee9b;hp=583f72abf7d9a4e1d4aa0c84f0f4fa4581ffbf7f;hb=8221397af24a2df3c2edbc889847ce0ab15eb3e0;hpb=1a24479c2af89379d88515086f5083f7d89c7eb9 diff --git a/INSTALL b/INSTALL index 583f72ab..4d89153f 100644 --- a/INSTALL +++ b/INSTALL @@ -11,11 +11,10 @@ See << REQUIREMENTS >> -for a list of required software. You don't need everything listed -there. In particular, mp3, ogg vorbis and aac, ortp support is -optional. Autoconf will detect what is installed on your system -and will only try to build those executables that can be built with -your setup. +for a list of required software. You don't need everything listed there. In +particular, mp3, ogg vorbis and aac support are all optional. Autoconf will +detect what is installed on your system and will only try to build those +executables that can be built with your setup. Note that no special library (not even the mp3 decoding library libmad) is needed for para_server if you only want to stream mp3 files. @@ -92,6 +91,14 @@ Finally, tell para_client to connect to server_host: Start para_server ----------------- +Before starting the server make sure you have write permissions to +the directory /var/paraslash. + + sudo chown $user /var/paraslash + +Alternatively, use the --afs_socket Option to specify a different +location for the afs command socket. + For this first try, we'll use a debug level of two to make the output of para_server more verbose. @@ -140,8 +147,8 @@ Print a list of all audio files found with Start streaming manually ------------------------ - para play - para stat 2 + para_client play + para_client stat 2 This starts streaming and dumps some information about the current audio file to stdout.