From: Guillaume Pellerin Date: Tue, 25 Mar 2025 13:54:30 +0000 (+0100) Subject: better timing X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0fe479cc6d6f7fbc0263cbbff0f61677454da8a4;p=telecaster-server.git better timing --- diff --git a/bin/streaming/telecaster.py b/bin/streaming/telecaster.py index 001fbf7..d5f57ff 100755 --- a/bin/streaming/telecaster.py +++ b/bin/streaming/telecaster.py @@ -110,8 +110,8 @@ class TeleCaster(Thread): **self.conf["audio"]["gstreamer"], **self.conf["server"]) stream = TeleCasterGStream(pipeline) - time.sleep(1) stream.start() + time.sleep(1) deefuzzer_local_conf = deepcopy(deefuzzer_station_conf) relay_url = "http://{ip}:{port}/telecaster_live_{id}.webm".format(**video, **self.conf["server"])