diff --git a/icecast/stream.liq.template b/icecast/stream.liq.template new file mode 100644 index 0000000..91c8d57 --- /dev/null +++ b/icecast/stream.liq.template @@ -0,0 +1,13 @@ +# Microphone input +mic = input.pulseaudio() + +# Icecast output +output.icecast( + %mp3, + host = "$ICECAST_HOST", + port = "$ICECAST_PORT", + password = "$ICECAST_SOURCE_PASSWORD", + mount = "$ICECAST_MOUNT", + name = "Live DJ stream", + mic +)