diff options
Diffstat (limited to 'audio/nas/README')
-rw-r--r-- | audio/nas/README | 16 |
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 |