File tree 3 files changed +5
-5
lines changed
opt/docker-kaldi-gstreamer-server
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,6 @@ if [ "$MASTER" == "localhost" ] ; then
37
37
fi
38
38
39
39
# start worker and connect it to the master
40
- export GST_PLUGIN_PATH=/opt/gst-kaldi-nnet2-online/src/:/opt/kaldi/src/gst-plugin/
40
+ export GST_PLUGIN_PATH=/opt/gst-kaldi-nnet2-online/src/:/opt/kaldi/src/gst-plugin/:/usr/lib/x86_64-linux-gnu/gstreamer-1.0
41
41
42
42
python /opt/kaldi-gstreamer-server/kaldigstserver/worker.py -c $YAML -u ws://$MASTER :$PORT /worker/ws/speech 2>> /opt/worker.log &
Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ autorestart=true
9
9
stderr_logfile=/opt/logs/master.log
10
10
11
11
[program:worker1]
12
- environment=GST_PLUGIN_PATH=/opt/gst-kaldi-nnet2-online/src/:/opt/kaldi/src/gst-plugin/
12
+ environment=GST_PLUGIN_PATH=/opt/gst-kaldi-nnet2-online/src/:/opt/kaldi/src/gst-plugin/:/usr/lib/x86_64-linux-gnu/gstreamer-1.0
13
13
command=python /opt/kaldi-gstreamer-server/kaldigstserver/worker.py -c /opt/models/zamia_20190328_tdnn_f_de.yaml -u ws://localhost:80/worker/ws/speech
14
14
numprocs=1
15
15
autostart=true
16
16
autorestart=true
17
17
stderr_logfile=/opt/logs/worker1.log
18
18
19
19
[program:worker2]
20
- environment=GST_PLUGIN_PATH=/opt/gst-kaldi-nnet2-online/src/:/opt/kaldi/src/gst-plugin/
20
+ environment=GST_PLUGIN_PATH=/opt/gst-kaldi-nnet2-online/src/:/opt/kaldi/src/gst-plugin/:/usr/lib/x86_64-linux-gnu/gstreamer-1.0
21
21
command=python /opt/kaldi-gstreamer-server/kaldigstserver/worker.py -c /opt/models/zamia_20190328_tdnn_f_de.yaml -u ws://localhost:80/worker/ws/speech
22
22
numprocs=1
23
23
autostart=true
Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ autorestart=true
9
9
stderr_logfile=/opt/logs/master.log
10
10
11
11
[program:worker1]
12
- environment=GST_PLUGIN_PATH=/opt/gst-kaldi-nnet2-online/src/:/opt/kaldi/src/gst-plugin/
12
+ environment=GST_PLUGIN_PATH=/opt/gst-kaldi-nnet2-online/src/:/opt/kaldi/src/gst-plugin/:/usr/lib/x86_64-linux-gnu/gstreamer-1.0
13
13
command=python /opt/kaldi-gstreamer-server/kaldigstserver/worker.py -c /opt/models/zamia_20190609_tdnn_fl_en.yaml -u ws://localhost:80/worker/ws/speech
14
14
numprocs=1
15
15
autostart=true
16
16
autorestart=true
17
17
stderr_logfile=/opt/logs/worker1.log
18
18
19
19
[program:worker2]
20
- environment=GST_PLUGIN_PATH=/opt/gst-kaldi-nnet2-online/src/:/opt/kaldi/src/gst-plugin/
20
+ environment=GST_PLUGIN_PATH=/opt/gst-kaldi-nnet2-online/src/:/opt/kaldi/src/gst-plugin/:/usr/lib/x86_64-linux-gnu/gstreamer-1.0
21
21
command=python /opt/kaldi-gstreamer-server/kaldigstserver/worker.py -c /opt/models/zamia_20190609_tdnn_fl_en.yaml -u ws://localhost:80/worker/ws/speech
22
22
numprocs=1
23
23
autostart=true
You can’t perform that action at this time.
0 commit comments