Hello!
I have an issue when trying to broadcast stream to Wowza Streaming Cloud from iOS device. I’m using GoCoder SDK for this.
I setup Cloud Stream instance to use other RTMP as video source encoder and authentication is enabled.
The workflow is following:
-
I call Wowza Streaming Cloud API to start a stream, then setup GoCoder config with returned information.
-
Check Cloud Stream status via API, and when stream is started, start broadcasting
And I receive a following error at this point
Error Domain=com.wowza.gocoder.sdk Code=14 "An error occurred when trying to connect to host: “” UserInfo={NSLocalizedDescription=An error occurred when trying to connect to host: }
But if I do the same steps from above, but will wait for few more seconds before start broadcasting, everything works fine.
SDK version is 1.0.3
Platform info is Device Model = iPhone6,1 [iPhone 5s (GSM)], OS Version = Version 10.2.1 (Build 14D27)
Can you please give any advice what can cause a problem?
Best, Dima.