From 15bf473a0efad9a7bd590dbad47d431f9337d1c1 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 30 May 2025 16:05:49 +0200 Subject: [PATCH] more sleep again --- 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 38f2338..de683a0 100755 --- a/bin/streaming/telecaster.py +++ b/bin/streaming/telecaster.py @@ -41,7 +41,7 @@ AUDIO_PIPELINE_BASE="""{audio_source} {audio_options} client-name="mp3_audio_str ! queue ! shout2send ip={ip} port={port} password={password} mount=telecaster_live.mp3 """ -BOOT_TIME_DELAY = 3 +BOOT_TIME_DELAY = 5 class TeleCasterGStream(Thread): -- 2.39.5