Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 858 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 858 Bytes

AudioEngine

AudioEngine is a set of utilities for really easily creating an online streaming architecture, using Docker.

Audio egress currently includes:

  • Icecast
  • DASH (fully adaptive)
  • HLS (adaptive)

Features include

  • Single configuration file deployment

To-Do

There will be support for multiple ingest points, to prevent single point of failure from bad hardware.

There will also be inbuilt telemetry support, uniform across all egress points.

Building

Season config.yml to taste. Then run ruby scripts/build_config to build docker-compose.yml, and fill config files.

Then run docker-compose build && docker-compose up -d to build your system.

License

Licensed under the LGPLv3, probably.