README 506 B

1234567891011121314151617181920
  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 -b
  9. Example client command:
  10. AUDIOSERVER=192.168.1.2:0 mplayer -ao nas movie.avi
  11. For full description of options etc. please see nas(1), nasd(1)
  12. and nasd.conf(5).