Skip to content

Commit 6da10bc

Browse files
committed
GST_PLUGIN variable was missing in supervisor.conf
1 parent 61b3c48 commit 6da10bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/practical-example/supervisord.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ stderr_logfile=/opt/master.log
1010

1111

1212
[program:worker]
13+
environment=GST_PLUGIN_PATH=/opt/gst-kaldi-nnet2-online/src/:/opt/kaldi/src/gst-plugin/
1314
command=python /opt/kaldi-gstreamer-server/kaldigstserver/worker.py -c /opt/models/sample_english_nnet2.yaml -u ws://localhost:80/worker/ws/speech
1415
numprocs=1
1516
autostart=true

0 commit comments

Comments
 (0)