README 423 B

1234567891011121314151617
  1. The Network Audio System is a network transparent, client/server
  2. audio transport system. It can be described as the audio equivalent
  3. of an X server.
  4. Note that some applications will likely need recompiling for nas
  5. support - mplayer for one.
  6. See the /etc/nas/nasd.conf.eg for an example config.
  7. Example server startup command:
  8. nasd :0 -aa &
  9. Example client command:
  10. AUDIOSERVER=192.168.1.2:0 mplayer -ao nas movie.avi