From 37c860f8b14aa08e7b403dba08458d588db56cbc Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 27 Feb 2024 22:46:06 +0100 Subject: [PATCH] fix paths --- bin/streaming/tc_start.sh | 8 ++++---- env/.fluxbox/startup | 4 +--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/bin/streaming/tc_start.sh b/bin/streaming/tc_start.sh index 5978396..ce835aa 100755 --- a/bin/streaming/tc_start.sh +++ b/bin/streaming/tc_start.sh @@ -18,11 +18,11 @@ qjackctl & sleep 1 -bash $TELECASTER_SERVER/bin/streaming/tc_audio_mp3_icecast-gst1.sh & +/srv/telecaster/telecaster-server/bin/streaming/tc_audio_mp3_icecast-gst1.sh & sleep 1 -bash $TELECASTER_SERVER/bin/streaming/tc_video_simple_webm_stream-gst1.sh & +/srv/telecaster/telecaster-server/bin/streaming/tc_video_simple_webm_stream-gst1.sh & sleep 3 @@ -51,7 +51,7 @@ sleep 3 # jack_connect system:capture_3 gst-launch-1.0-01:in_jackaudiosrc0_2 #Audio monitor -deefuzzer DEEFUZZER_AUDIO_CONF & +deefuzzer $DEEFUZZER_AUDIO_CONF & #Video monitor -deefuzzer $DEEFUZZER_VIDEO_CONF & \ No newline at end of file +deefuzzer $DEEFUZZER_VIDEO_CONF & diff --git a/env/.fluxbox/startup b/env/.fluxbox/startup index 39a4f41..25eded7 100644 --- a/env/.fluxbox/startup +++ b/env/.fluxbox/startup @@ -23,9 +23,7 @@ if [ $? -eq 0 ]; then fbautostart fi -source /etc/telecaster/telecaster.conf - -bash $TELECASTER_SERVER/bin/streaming/tc_start.sh & +/srv/telecaster/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. -- 2.39.5