Software Archive
Read-only legacy content
17060 Discussions

Speech Recognition using JavaScript / WebSockets

Mike_K_1
Beginner
2,262 Views

Hello,

I have the java script web speech recognition example running on localhost, but it seems to only run on that. Can we get this running on a public domain?

Thanks

0 Kudos
3 Replies
samontab
Valued Contributor II
2,262 Views

If it is working fine in localhost, then it should work fine anywhere else that you configure it to run...

0 Kudos
AndreCarlucci
Beginner
2,262 Views

When running on public domains you could get all sorts of delays and maybe the message is getting truncated somehow.

Could you save the audio and try to listen to it to check if it is arriving fine? 

0 Kudos
Mike_K_1
Beginner
2,262 Views

When using the app on the computer hosting the server (accessing http://localhost and http://192.168.1.1) it works fine.

When accessing the program on http://192.168.1.1 with another computer on the same LAN the web socket doesn't connect to the host computer.

The goal is to access the application outside the local network using a public domain.

I would think if I can access this using LAN than I would be able to access this using a public ip domain.

Also, all ports using the websockets are open.

Has anyone gotten this working? Any insight?

0 Kudos
Reply