I recently tried to get network transparancy working with artsd, but have had
no luck. Here is my configuration:
A server with RH7.1 and LTSP loaded.
2 LTSP diskless workstations connected w/ ethernet.
My goal is to get sound on the diskless workstations, including support for
KDE2 programs.
I have been successful redirecting sound for OSS type programs by running
"nasd" on the diskless workstation, and putting a wedge library on the server
by placing the following lines in "/etc/profile":
export LD_PRELOAD="/lib/libaudiooss.so.1.0"
export AUDIOSERVER="$DISPLAY"
This I got from Boris Reisig's contribution to LTSP,
http://www.ltsp.org/contrib/index.php
Also, I tried to build arts-0.5.4 with the following in "config.h":
#define HAVE_LIBAUDIONAS 1
I get the following error:
audioionas.cc:51:28: audio/audiolib.h: No such file or directory
Help!
John Robertson