A Live Audio Streaming Platform. This enables a speaker to stream the audio live and have the audio control on a webserver which everyone on the same network can access, hence a "Smart" IOT.
Please find the demo video here.
Start Icecast server
icecast -c /path/to/icecast.xml
Install dependancies and start backend server
source env/bin/activate
cd website/backend
pip install -r requirements.txt
python server.py
Install frontend dependancies and start it
cd website/frontend
npm install
npm start