On 9 January 2013 17:48, Pertti Kosunen <pertti.kosunen@pp.nic.fi> wrote:
On 9.1.2013 16:37, Sharon Kimble wrote:/etc/mpd.conf:
I've done a 'apt-cache search mpd plugins' which showed nothing relating
to mpd and plugins, so I cant really answer this. How can I tell please?
input {
plugin "curl"
}This is already in the default conf, so I've just left it alone.
You should fix the other error first.
# View output devices:
aplay -L
...
hdmi:CARD=HDMI,DEV=0
HDA ATI HDMI, HDMI 0
HDMI Audio Output
...
/etc/mpd.conf:
audio_output {
type "alsa"
name "AMD HDMI Output"
device "hdmi:CARD=HDMI,DEV=0"
...
}.mpd/mpd.confaudio_output {type "alsa"name "AMD HDMI Output"device "hdmi:CARD=HDMI,DEV=0"# format "44100:16:2" optional# mixer_device "default" optional# mixer_control "PCM" optional# mixer_index "0" optional}root@London:/home/boztu# service mpd restart[ ok ] Stopping Music Player Daemon: mpd.[ ok ] Starting Music Player Daemon: mpd.When I start 'ncmpcpp' it starts up okay and shows 'AMD HDMI Output' in its "Outputs" screen, but also shows "Volume: n/a" and it cant be adjusted. When I try to play some music from it, or a radio stream, nothing happens and the arrow showing its music position does not move, it just shows static. There is no sound output as well.
Try putting "aplay -L" listed device in mpd.conf.I've done nothing with this, I've been trying the above first.Thanks for thisSharon.--