Add a http streaming output on MPD

Hi,

I’d like to add an internet streaming feature to my Volumio running on a Raspberry Pi2 B.
I’m about to change MPD conf file and add an audio output:

audio_output { type "httpd" name "My HTTP MPD Stream" port "8000" format "44100:16:1" }
By this way, I should be able to receive the audio flow on my laptop, or tab.
Before modifying, as I guess the web interface has its own database to configure MPD, I’d like to be sure my code won’t interfere on the pre-configured outputs.
Do you have any clue on this?

Trillien

I think you have to edit /volumio/app/plugins/music_service/mpd/mpd.conf.tmpl to get persistent changes.