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