X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=README;h=9b512c600fc35a5ac2f4d76b43da6a90b92a8e87;hp=f0b77799449975703db4c8ec8633ff0d89349464;hb=04473f0dc30bcfa6cb0ffd3c388b64218d93f651;hpb=780f86d5f849308b5100b087c6b223a6deef1dd7 diff --git a/README b/README index f0b77799..9b512c60 100644 --- a/README +++ b/README @@ -27,7 +27,7 @@ It contains the following programs: All senders have the same set of commands that allow to control the access permissions of the stream. - para_server needs an "audio file selector" to work, mainly + para_server needs an "audio file selector" to work, mainly to determine which song to stream next. There are three selectors available: random, playlist and mysql. The former chooses audio files randomly and playlist can handle, well, @@ -57,9 +57,10 @@ It contains the following programs: the given filters are 'piped' together in-memory, i.e. without calling any of the read(2)/write(2)/select(2) etc. functions. -- para_play (optional) +- para_write (obligatory) - A small wav/raw player for alsa. + A modular audio stream writer. It supports a simple file + writer output plugin and an optional wav/raw player for alsa. Debian package: libasound2-dev - para_audiod (optional, but recommended): @@ -163,7 +164,7 @@ make sure to install the corresponding development package as well. If you want to stream ogg vorbis files you'll need: - libogg, libvorbis, libvorbisfile, and a command line ogg vorbis - player, e.g. para_filter or ogg123. + decoder, e.g. para_filter or ogg123. http://www.xiph.org/downloads/