For some reason, I have to use Android Speech recognition behind firewall.It caused connection problems at speech recognition. But i don't want to use the offline mode. Is there a list of domains that are used for Speech recognition?
Asked
Active
Viewed 351 times
0
-
go to play store and update Google.. that's it – Ganesh Pokale Oct 21 '16 at 06:47
-
play store and speech recognition service use same domains? – SamChen Oct 21 '16 at 06:58
-
The IPs I found are: 74.125.142.192 and 173.194.74.192, Google Now seems to work on ports 5228 and 14259. (Source: XDA) I guess Google Now uses the same address and ports as the API. Hmmm, this thread says something else: http://stackoverflow.com/questions/11192438/android-google-voice-recognition-server What you can do is: Run the app on a virtual device, use wireshark and capture the traffic, then analyze the destination IP and port. – jAC Oct 21 '16 at 08:37
1 Answers
0
Download dictionary for offline speech recolonization Tutorial
And your Google Update to latest version. some problem in previous Google app so this must be updated

Ganesh Pokale
- 1,538
- 1
- 14
- 28
-
um..It's not Google app problem.I used android speech recognition API in my app.And my device can only connect to a wifi router which behind firewall.It caused connection problems at speech recognition. So how to create firewall rules, that's exactly what I want to know. – SamChen Oct 21 '16 at 08:12