From: yomguy <> Date: Tue, 2 Sep 2008 15:19:00 +0000 (+0000) Subject: * Fix stop_form X-Git-Tag: 1.0~257 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9d63a28d067154fa6728b46c0011eda83b05a55d;p=telecaster-server.git * Fix stop_form * Get mono input --- diff --git a/telecaster.py b/telecaster.py index bfce1ea..2c5907a 100755 --- a/telecaster.py +++ b/telecaster.py @@ -130,7 +130,7 @@ class Station(Conference): def start_oddcast(self): command = 'oddcastv3 -n "'+clean_string(self.conference)[0:16]+'" -c '+self.odd_conf_file+ \ - ' alsa_pcm:capture_1 alsa_pcm:capture_2 > /dev/null &' + ' alsa_pcm:capture_1 > /dev/null &' os.system(command) self.set_lock() time.sleep(1) @@ -436,9 +436,7 @@ class WebView: print "