Views

Howto use JACK with Jajuk

Contents

Start JACK server

jackd -d alsa

Configure JACK

qjackctl

Make sure that mplayer works with JACK

mplayer -ao jack music.mp3

Configure Jajuk/mplayer to use JACK

On the client (Jajuk), in configuration/Parameters/advance, add the "-ao jack" in the sound engines arguments. This requires Jajuk 1.4 and above. For older releases, set the environement variables from the system (in .bashrc for example). Or you can also add "ao=jack" in your ~/.mplayer/config

See Also