adding template for streaming to icecast
This commit is contained in:
13
icecast/stream.liq.template
Normal file
13
icecast/stream.liq.template
Normal 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
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user