-by default liquidsoap plays directly to soundcard output for now.

This commit is contained in:
mkonecny 2011-01-13 15:55:41 -05:00
parent 9fc6ce6aea
commit a32fca68a7
1 changed files with 9 additions and 9 deletions

View File

@ -94,13 +94,13 @@ source = smooth_add(normal=source,special=special)
# Stream Output
#####################################
# finally the output | mp3
clock(id="clock_icecast",
output.icecast(%mp3,
host = icecast_host, port = icecast_port,
password = icecast_pass, mount = mount_scheduler,
fallible = true,
restart = true,
restart_delay = 5,
buffer(source)))
#clock(id="clock_icecast",
# output.icecast(%mp3,
# host = icecast_host, port = icecast_port,
# password = icecast_pass, mount = mount_scheduler,
# fallible = true,
# restart = true,
# restart_delay = 5,
# buffer(source)))
#output.dummy(live_in)
out(source)