From: Guillaume Pellerin Date: Fri, 30 May 2025 14:05:49 +0000 (+0200) Subject: more sleep again X-Git-Tag: 4.1.0~22 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=616ff33916daaf1ae1b8e11766a7dc2696f23ad6;p=telecaster-server.git more sleep again --- 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):