]> git.parisson.com Git - telecaster-server.git/commitdiff
fix paths 2.3
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 27 Feb 2024 21:46:06 +0000 (22:46 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 27 Feb 2024 21:46:06 +0000 (22:46 +0100)
bin/streaming/tc_start.sh
env/.fluxbox/startup

index 5978396b2b026773a3147ec9941186191ec9e9d5..ce835aa89ffd7d66ada55015718916fc3044496d 100755 (executable)
@@ -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 &
index 39a4f411c486d90e70a14650d1f48615fd005afa..25eded78df52d03936825bc7e7aebe5aa04ce7f1 100644 (file)
@@ -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.