Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 870 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 870 Bytes

StreamMachine (Docker Containers)

Circle CI

Run

Docker-Compose

The easiest is to use the provider docker-compose file:

docker-compose up

Otherwise, use the containers you need: freqout/streammachine-master and freqout/streammachine-slave

Stream

The provided example uses the /live mountpoint, using the live password.

Use something like NiceCast or Airtime to stream to it on port 8000.

Listen to the normal machine's HTTP port (80) (http://localhost/live). Use the rewind buffer to listen to 300 seconds behind: http://localhost/live?offset=300

Build

Base standalone image

make streammachine

Master image

make streammachine-master

Slave image

make streammachine-slave