From: Guillaume Pellerin Date: Wed, 31 Jan 2024 20:42:20 +0000 (+0100) Subject: add TELECASTER_SERVER X-Git-Tag: 3.0~43 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3092a08901aa3d50345c1484f72b513d49a1f000;p=telecaster-server.git add TELECASTER_SERVER --- diff --git a/bin/streaming/tc_start.sh b/bin/streaming/tc_start.sh index 1b5d654..065b313 100755 --- a/bin/streaming/tc_start.sh +++ b/bin/streaming/tc_start.sh @@ -16,11 +16,11 @@ qjackctl & sleep 1 -./tc_audio_mp3_icecast-gst1.sh & +$TELECASTER_SERVER/srv/telecaster/tc_audio_mp3_icecast-gst1.sh & sleep 1 -./tc_video_simple_webm_stream-gst1.sh & +$TELECASTER_SERVER./tc_video_simple_webm_stream-gst1.sh & sleep 3 diff --git a/etc/telecaster/telecaster.conf b/etc/telecaster/telecaster.conf index a44b0b2..e3e51fd 100755 --- a/etc/telecaster/telecaster.conf +++ b/etc/telecaster/telecaster.conf @@ -35,3 +35,6 @@ AUDIO_GAIN_POST=1.5 # Jackd JACK_OPTIONS="-dalsa -r48000 -p1024 -n3 -Chw:3 -Phw:3" + +TELECASTER_SERVER="/srv/telecaster/telecaster-server" +