Skip to content

StratoSplit/Caelum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audio Streaming Dashboard

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.

Prerequisites

  • Node.js (version 14 or higher)
  • Docker (optional, for running as a container)

Running the Project Locally

  1. Clone the repository:

    git clone <repository-url>
    cd <repository-directory>/app
  2. Install dependencies

    npm install
  3. Start the server

    node server.js
  4. Start the audio stream

    cd ..
    cd audio_stream
    sudo apt-get install ffmpeg -y
    chmod +x ./stream_audio.sh
    ./stream_audio.sh
  5. Navigate to http://localhost:8000/

Running the Project with Docker

  1. Clone the repository:

    git clone <repository-url>
    cd <repository-directory>
  2. Build and start the container

    docker-compose up
  3. Navigate to http://localhost:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors