Stable: 2.5.2
Development: 2.6-alpha3
Hello,
I'm enjoying mocp.
But when I tried "jackd -d oss" and
"mocp -R jack", mocp didn't not sounded.
After I quited the mocp,
I saw following message:
-----------------------
$ mocp -R jack
Running the server...
Trying JACK...
alsa_pcm:playback_1 is not a valid Jack Client / Portalsa_pcm:playback_2 is not a valid Jack Client / Port
-------------------------
I tried xine-jack and MPlayer,
but they sounded well.
Because of above message,I thinked mocp tried connecting to alsa driver,
then I installed alsa-driver,"jackd -d alsa",
and mocp -R jack, It sounded but noisy.
So, I want to use jack and oss,please tell
me how to.
oss sound driver: via82cxxx_audio
jack audio connection kit:0.102.20-1
ntuki
Wed, 2006-10-25 17:40
Permalink
Sorry I misstyped
xine-jack -> xmms-jack (Output plugin)
golemj
Wed, 2006-10-25 18:09
Permalink
Try change
Try change:
# Jack output settings
JackOutLeft = "alsa_pcm:playback_1"
JackOutRight = "alsa_pcm:playback_2"
to "localhost:jack_port" or somethink simillar in your config file.
(where jack_port is number)
ntuki
Thu, 2006-10-26 03:23
Permalink
Thanks!
Thank you.
I don't know reflect config file to source, I directly rewrote options.c.
As following:
option_add_str ("JackOutLeft", "oss:playback_1");
option_add_str ("JackOutRight", "oss:playback_2");
Then, mocp didn't show error message.
I cannot confirm whether sound or not because I am in remote login now,
but I believe it goes well.