]> git.parisson.com Git - telecaster-server.git/commitdiff
more sleep again
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Fri, 30 May 2025 14:05:49 +0000 (16:05 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Sun, 8 Jun 2025 22:40:58 +0000 (00:40 +0200)
bin/streaming/telecaster.py

index 38f2338f64f7a2c63b8b53cf6e3a9cf0897aa17f..de683a0e6e4bc279148f84ba7594a21340c73df3 100755 (executable)
@@ -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):