John Mann's Weblog (on sng)
 

String around my finger
A 'blog to remember things I found.
Tie a string around your finger
My Home Page
I work for NIS ITS Monash University Australia.

Index

Flavours

  • index
  • circa 1993
  • RSS
  • Links
    These are a few of my favourite links.

  • Home Page
  • Live weblog
  • Static weblog
  • raelity bytes ;-)
  • Slashdot
  • Subscribe
    Subscribe to a syndicated feed of my weblog, brought to you by the wonders of RSS.


    blosxom

    GeoURL

    IP Geotargeting
    Visit eBay

    Click to call me FWD# 61159

       
    Wed, 13 Apr 2005

    LTSP and NAS

    The Network Audio System (NAS) tries to solve the problem of getting audio from the LTSP server to the "terminal" where the user is sitting, controlling audio-creating programs.

    Clients progream, like auplay can explicitly connect to a nasd server, or output can be redirected using a pre-loaded library. Instructions here.

    In lts.conf

    [ws073]
      SOUND_DAEMON       = nasd
      SMODULE_01         = es1370

    On workstation via /etc/rc.sound

    modprobe $SMODULE_01
    if [ "`grep sound /proc/devices`" ]
      /usr/X11R6/bin/nasd -aa

    In LTSP window (running on server) set by /et/profile.d/ltsp-esound.sh

    AUDIOSERVER=ws073.ltsp:0.0
    LD_PRELOAD=/lib/libaudiooss.so.1.0
     
    auinfo
    auplay /usr/share/sndconfig/sample.au

    Unfortunately, there seem to be lots of applications that aren't nas-aware, or caught by libaudiooss.

    [ /linux | # ]