InsanityRadio / AudioEngine

(Docker) scripts for building radio streaming architectures, and making your station sound sing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

(Docker) scripts for building radio streaming architectures, and making your station sound sing


Languages

Language:Dockerfile 76.3%Language:HTML 12.2%Language:Shell 8.9%Language:Ruby 2.6%