This project is an audio streaming dashboard that allows you to manage and configure multiple audio streams. It includes a web interface for controlling audio channels, adjusting volume and panning, and saving/loading configurations.
- Node.js (version 14 or higher)
- Docker (optional, for running as a container)
-
Clone the repository:
git clone <repository-url> cd <repository-directory>/app
-
Install dependencies
npm install
-
Start the server
node server.js
-
Start the audio stream
cd .. cd audio_stream sudo apt-get install ffmpeg -y chmod +x ./stream_audio.sh ./stream_audio.sh
-
Navigate to
http://localhost:8000/
-
Clone the repository:
git clone <repository-url> cd <repository-directory>
-
Build and start the container
docker-compose up
-
Navigate to
http://localhost:8000/