Having some troubles with the service while pushing to Bluemix
The push request I am sending via php-curl is:
POST https://stream.watsonplatform.net/speech-to-text/api/v1/recognize
with the following parameters
Response timeout is set to 2h (7200000 milliseconds)
We are getting timeout from curl for some of our files, without any apparent reason, at first I thought was related to the duration of the recordings, but I've got in logs with successful requests for audio files ~200 seconds long and timeouts for recordings 129 seconds.
I thought it may be a timeout problem or some errors in the audio file upload, so I started looking into the sessions but it is unclear to me how to the session process works and I cant sort it out in the documentation.
Following documentation (https://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/speech-to-text/api/v1/)
I would be really glad if I can get some feedback / advise on what I am doing wrong...
Thanks...