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=da27529d3eabedc2e0d9904d44e51ffc255fb7cc;p=telecaster-server.git cleanup --- diff --git a/bin/streaming/telecaster.py b/bin/streaming/telecaster.py index 14e7952..af4336b 100755 --- a/bin/streaming/telecaster.py +++ b/bin/streaming/telecaster.py @@ -50,16 +50,6 @@ V4L2_LOGITECH_PARAMS = { } -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):