From a32fca68a7fe624a0c324a4aed26d1e3824b6762 Mon Sep 17 00:00:00 2001 From: mkonecny Date: Thu, 13 Jan 2011 15:55:41 -0500 Subject: [PATCH] -by default liquidsoap plays directly to soundcard output for now. --- pypo/scripts/ls_script.liq | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pypo/scripts/ls_script.liq b/pypo/scripts/ls_script.liq index b4de4d692..5d2414f35 100644 --- a/pypo/scripts/ls_script.liq +++ b/pypo/scripts/ls_script.liq @@ -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)