From: Guillaume Pellerin Date: Tue, 27 Feb 2024 21:38:24 +0000 (+0100) Subject: fix path X-Git-Tag: 2.3~4 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=aaa2bf0cd6ded0a42ef422cbb85a6da973d3b8bd;p=telecaster-server.git fix path --- diff --git a/bin/streaming/tc_start.sh b/bin/streaming/tc_start.sh index ab65d13..8df67e4 100755 --- a/bin/streaming/tc_start.sh +++ b/bin/streaming/tc_start.sh @@ -18,11 +18,11 @@ qjackctl & sleep 1 -./tc_audio_mp3_icecast-gst1.sh & +$TELECASTER_SERVER/bin/streaming/tc_audio_mp3_icecast-gst1.sh & sleep 1 -./tc_video_simple_webm_stream-gst1.sh & +$TELECASTER_SERVER//bin/streaming/tc_video_simple_webm_stream-gst1.sh & sleep 3 diff --git a/env/.fluxbox/startup b/env/.fluxbox/startup index a42557b..9872988 100644 --- a/env/.fluxbox/startup +++ b/env/.fluxbox/startup @@ -23,7 +23,7 @@ if [ $? -eq 0 ]; then fbautostart fi -/srv/telecaster/telecaster-server/bin/streaming/tc_start.sh +$TELECASTER_SERVER/bin/streaming/tc_start.sh # And last but not least we start fluxbox. # Because it is the last app you have to run it with ''exec'' before it.