Wowza Community

Not Connecting

I am trying to connectto server from wowza gocoder sdk app. but i am getting error log that

com.wowza.gocoder.sdk.sampleapp E/b: A broadcast component reported the following error during the PREPARE_FOR_BROADCAST transition severity : ERROR error class : WZStreamingError error code : 49 description : A timeout occurred while attempting to connect exception : java.net.SocketTimeoutException: failed to connect to /172.31.6.221 (port 1935) after 8000ms

By any change were you able to solve it?

I am also facing same issue in Android Wowza camera view

description : A timeout occurred while attempting to connect

with following credentials

goCoderBroadcastConfig.setHostAddress("10.0.0.157");
goCoderBroadcastConfig.setPortNumber(1935);
goCoderBroadcastConfig.setApplicationName("live");
goCoderBroadcastConfig.setStreamName("myStream");