]> git.parisson.com Git - telecaster-server.git/commitdiff
fix path
authorGuillaume Pellerin <guillaume.pellerin@free.fr>
Wed, 31 Jan 2024 20:43:53 +0000 (21:43 +0100)
committerGuillaume Pellerin <guillaume.pellerin@free.fr>
Wed, 31 Jan 2024 20:43:53 +0000 (21:43 +0100)
bin/streaming/tc_start.sh

index 065b313f2ee07e12fce944ec509145bcd8e7c3ae..391f48e79c7ce1654219bcccc73403f515d720d0 100755 (executable)
@@ -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