30th May, 2013, 02:36 AM
Pages: 1 2
30th May, 2013, 05:04 AM
I know that this is not the answer you was looking for an I'm sorry that we couldn't help you any better this time
25th Aug, 2013, 06:28 PM
Hello, I don't know if something changed since last time you talked but luckily today I managed to make such setup. I have audio via HDMI in XBMC and different analog audio stream from mpd at the same time. I haven't found any issues so far, it works fine. I was struggling a bit with this but these links might be helpful:
http://www.raspberrypi-spy.co.uk/2013/06/raspberry-pi-command-line-audio/
http://www.audiohobby.com/raspberry-pi-for-audiophiles/
The most important things are:
- install alsa-utils
- add snd-bmc2835 module to /etc/modules
- configure music directory access privileges, owners/groups etc.
My mpd.conf modifications:
music_directory "/media/hdd1/music"
group "audio"
#bind_to_address "localhost" (this line should be commented)
http://www.raspberrypi-spy.co.uk/2013/06/raspberry-pi-command-line-audio/
http://www.audiohobby.com/raspberry-pi-for-audiophiles/
The most important things are:
- install alsa-utils
- add snd-bmc2835 module to /etc/modules
- configure music directory access privileges, owners/groups etc.
My mpd.conf modifications:
music_directory "/media/hdd1/music"
group "audio"
#bind_to_address "localhost" (this line should be commented)
Pages: 1 2