From: Guillaume Pellerin Date: Thu, 19 Sep 2024 14:07:05 +0000 (+0200) Subject: cleanup X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=04269e58b8f3ffec300a14db90b9d848bc7d41fd;p=telecaster-server.git cleanup --- diff --git a/bin/streaming/telecaster.py b/bin/streaming/telecaster.py index e0b0e87..6f08b96 100755 --- a/bin/streaming/telecaster.py +++ b/bin/streaming/telecaster.py @@ -41,16 +41,6 @@ AUDIO_PIPELINE_BASE="""jackaudiosrc connect=2 ! audio/x-raw, format=F32LE, chann """ -class TeleCasterGStream(Thread): - - def __init__(self, pipeline): - Thread.__init__(self) - self.pipeline = pipeline - - def run(self): - os.system('gst-launch-1.0 ' + self.pipeline + ' & ') - - class TeleCasterGStream(Thread): def __init__(self, pipeline):