Skip to content

Instantly share code, notes, and snippets.

View cburmeister's full-sized avatar

Corey Burmeister cburmeister

View GitHub Profile
@cburmeister
cburmeister / liquidsoap.liq
Created October 4, 2018 16:59
An example `liquidsoap` configuration file with two input streams and two output streams to `icecast`.
#!/usr/bin/liquidsoap
# Activate the live stream input
set('harbor.bind_addr', '0.0.0.0')
# Configure input A
input_a = input.harbor(
'input_a',
port=8001,
password='bigproblem'