This commit is contained in:
2025-11-24 16:28:52 +00:00
parent f14cc26456
commit 773cebd620
4 changed files with 80 additions and 0 deletions

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
)