summaryrefslogtreecommitdiffstats
path: root/audio/nas/README
diff options
context:
space:
mode:
author David Woodfall2012-02-22 16:22:43 +0100
committer Erik Hanson2012-03-29 17:16:28 +0200
commite6c104e2bb3b0e784f22cbd3fd95f62e6afdf8de (patch)
tree8e8d73e3adb074b7954dadfdda90bc748cdf3ff5 /audio/nas/README
parent9e96c07b3d0828d43d71c4393769d11514158706 (diff)
downloadslackbuilds-e6c104e2bb3b0e784f22cbd3fd95f62e6afdf8de.tar.gz
audio/nas: Added (Network Audio System)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'audio/nas/README')
-rw-r--r--audio/nas/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/nas/README b/audio/nas/README
new file mode 100644
index 0000000000..901e77f522
--- /dev/null
+++ b/audio/nas/README
@@ -0,0 +1,16 @@
+The Network Audio System is a network transparent, client/server
+audio transport system. It can be described as the audio equivalent
+of an X server.
+
+Note that some applications will likely need recompiling for nas
+support - mplayer for one.
+
+See the /etc/nas/nasd.conf.eg for an example config.
+
+Example server startup command:
+
+nasd :0 -aa &
+
+Example client command:
+
+AUDIOSERVER=192.168.1.2:0 mplayer -ao nas movie.avi