Displaying 1 result from an estimated 1 matches for "audio_output".
2009 Oct 30
1
Using MPD as an Icecast source (hint: using jack helps)
...h no luck.
Giving up, I fell back to option 2: Feeding my mpd output to darkice using
"jack" as an interface.
As soon as I had defined the jack output in mpd.conf, the
already-defined-but-not-working "shout" output started working!
All I did was add the following to mpd.conf:
audio_output {
type "jack"
name "my jack device"
}
I am using mpd 0.14.2 (Ubuntu 9.04).