-by default liquidsoap plays directly to soundcard output for now.
This commit is contained in:
parent
9fc6ce6aea
commit
a32fca68a7
|
@ -94,13 +94,13 @@ source = smooth_add(normal=source,special=special)
|
||||||
# Stream Output
|
# Stream Output
|
||||||
#####################################
|
#####################################
|
||||||
# finally the output | mp3
|
# finally the output | mp3
|
||||||
clock(id="clock_icecast",
|
#clock(id="clock_icecast",
|
||||||
output.icecast(%mp3,
|
# output.icecast(%mp3,
|
||||||
host = icecast_host, port = icecast_port,
|
# host = icecast_host, port = icecast_port,
|
||||||
password = icecast_pass, mount = mount_scheduler,
|
# password = icecast_pass, mount = mount_scheduler,
|
||||||
fallible = true,
|
# fallible = true,
|
||||||
restart = true,
|
# restart = true,
|
||||||
restart_delay = 5,
|
# restart_delay = 5,
|
||||||
buffer(source)))
|
# buffer(source)))
|
||||||
|
|
||||||
#output.dummy(live_in)
|
out(source)
|
||||||
|
|
Loading…
Reference in New Issue