LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   MPD sound output issue (https://www.linuxquestions.org/questions/linux-software-2/mpd-sound-output-issue-859452/)

jsteel 01-29-2011 02:24 PM

MPD sound output issue
 
Hi,

I just discovered MPD and I am testing some clients for it. I have it working fine on the music server, but when I connect from a client the sound outputs on the server. I have tried the settings below but it doesn't help.

audio_output {
type "alsa"
name "My ALSA Device"
device "hw:0,0" # optional
format "44100:16:2" # optional
}

I want to have the sound output on the client (where I'm running the client software).

Also, is it possible for two people to connect and play different songs? Or will the server only stream one song at a time?

Thanks

sycamorex 01-29-2011 02:49 PM

The audio_output you have configured is for local playback. You need to set it up for streaming:

http://mpd.wikia.com/wiki/Configurat...HTTP_streaming

jsteel 01-29-2011 04:05 PM

OK thats great thanks. I did stumble on that page but confused "local" with "remote". I'm streaming through VLC now, but it seems silly to control the playlist with an MPD client and listen to the stream with another piece of software. Is an MPD client not capable of playing the stream?

sycamorex 01-29-2011 04:09 PM

Quote:

Is an MPD client not capable of playing the stream?
AFAIK, MPD is a server and needs a client to be controlled. See below:
http://mpd.wikia.com/wiki/What_MPD_Is_and_Is_Not


All times are GMT -5. The time now is 10:37 AM.