From 0fe479cc6d6f7fbc0263cbbff0f61677454da8a4 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 25 Mar 2025 14:54:30 +0100 Subject: [PATCH] better timing --- bin/streaming/telecaster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]) -- 2.39.5