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

How to run server with public IP instead of localhost #196

Open lio14cha opened 5 years ago

lio14cha commented 5 years ago

I have run this command, and it is running on localhost with port 8088. python kaldigstserver/master_server.py --port=8088

But to access kaldi server I need to run it with public IP with a port. I have tried running the master server with certfile and keyfile options. But I am not able to access the recognition server outside of my localhost network. What should I configure for this. Thanking you in advance.

gilamsalem commented 5 years ago

Where your master server is running? Does it has a public IP accessible from your local network?