adding template for streaming to icecast

This commit is contained in:
2025-11-24 16:16:25 +00:00
parent b1d1d63f3f
commit 2031e87945

View File

@@ -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
)