]> git.parisson.com Git - telecaster-server.git/commitdiff
add time
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Sun, 8 Jun 2025 23:22:03 +0000 (01:22 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Sun, 8 Jun 2025 23:22:03 +0000 (01:22 +0200)
bin/streaming/telecaster.py

index a70a8924eb44585c8d7a0ac788dbfb3e491b4da3..25b4f6b5f3f3b799fddb1a9cf2b89f74393b2e10 100755 (executable)
@@ -130,6 +130,7 @@ class TeleCaster(Thread):
         command = self.audio_config["engine"] + " " + self.audio_config["options"]
         thread = TeleCasterThreadedCommand(command)
         thread.start()
+        time.sleep(BOOT_TIME_DELAY)
 
     def audio_tools_start(self):
         for tool in self.audio_config["tools"]: