alumae / kaldi-gstreamer-server

Real-time full-duplex speech recognition server, based on the Kaldi toolkit and the GStreamer framwork.
BSD 2-Clause "Simplified" License
1.07k stars 342 forks source link

Update documentation of statuses #172

Open maczikasz opened 5 years ago

maczikasz commented 5 years ago

Hi, I have received status: 5 from kaldi gstreamer, which is not mentioned in the documentation. I think it has something to do with the encoding, but can you please provide a comprehensive list of statuses that can be returned along with their meaning?

gilamsalem commented 5 years ago

If it helps, I can see from the code that status code 5 (STATUS_NOT_ALLOWED) is returned whenever an error is reported on the websocket between the worker and the master. You probably want to look at the worker logs to get more information.