10 lines
300 B
Plaintext
10 lines
300 B
Plaintext
# Liquidsoap configuration
|
|
output.icecast(
|
|
%mp3(bitrate=128, samplerate=44100, stereo=true),
|
|
mount="/yourmountpoint.mp3",
|
|
host="your.streaming.server.url",
|
|
port=80,
|
|
user="username",
|
|
password="password",
|
|
name="yourstreamingname",
|
|
input.pulseaudio(device="mumble.monitor")); |