rename
This commit is contained in:
13
icecast2/stream.liq.template
Normal file
13
icecast2/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