Howto use a remote sound server
[edit]
Using ARTS (KDE)
On the remote server: start artsd (-u is for no authentication, -n is to use network, -p is to listen on port 5001):
artsd -u -n -p 5001
On the client (Jajuk)*, In configuration/Parameters/advance, add the "ARTS_SERVER=IP:PORT" in the environment variables such as:
ARTS_SERVER=192.168.1.50:5001
[edit]
Using ESD (Gnome)
On the remote server: start esd
esd -public -tcp -port 5001
On the client (Jajuk)*, In configuration/Parameters/advance, add the "ESPEAKER=IP:PORT" in the environment variables such as:
ESPEAKER=192.168.1.50:5001
(*) This requires Jajuk 1.4 and above. For older releases, set the environement variables from the system (in .bashrc for example).

