adamsimms / echoberry

1 stars 0 forks source link

RPi Echo

https://www.figma.com/file/Qq94FUIBFmaFRzEGjnB09grI/Echo?node-id=1%3A2

Components

Setup Audio Streaming Server.

  1. Install Icecast2

    sudo apt-get install build-essential libxslt-dev libogg-dev libvorbis-dev git clone https://github.com/karlheyes/icecast-kh cd icecast-kh ./configure make sudo make install

  2. Configure Icecast2

    sudo cp conf/icecast.xml /usr/local/etc/icecast.xml

  3. Start Icecast2

    icecast -c /usr/local/etc/icecast.xml

NOTE:

Setup Raspberry Pi.

EchoBerry-YUL @Montreal - Location #1

cd ~/echoberry
bash install_yul.sh

EchoBerry-YDF @NewFoundLand - Location #2

cd ~/echoberry
bash install_ydf.sh

Stream audio to the server.

Listen to Stream

Now, reboot!