From 4c156a23b7fb17c37ffb6e600159f591ceac2b06 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 31 Jan 2024 21:43:53 +0100 Subject: [PATCH] fix path --- bin/streaming/tc_start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/streaming/tc_start.sh b/bin/streaming/tc_start.sh index 065b313..391f48e 100755 --- a/bin/streaming/tc_start.sh +++ b/bin/streaming/tc_start.sh @@ -16,11 +16,11 @@ qjackctl & sleep 1 -$TELECASTER_SERVER/srv/telecaster/tc_audio_mp3_icecast-gst1.sh & +$TELECASTER_SERVER/bin/streaming/tc_audio_mp3_icecast-gst1.sh & sleep 1 -$TELECASTER_SERVER./tc_video_simple_webm_stream-gst1.sh & +$TELECASTER_SERVER/bin/streaming/tc_video_simple_webm_stream-gst1.sh & sleep 3 -- 2.39.5