Howto use JACK with Jajuk
Contents |
[edit]
Start JACK server
jackd -d alsa
[edit]
Configure JACK
qjackctl
[edit]
Make sure that mplayer works with JACK
mplayer -ao jack music.mp3
[edit]
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
[edit]

