Wowza Community

Can't connect to wowza-ip from other devices.

I am able to connect to wowza on which the engine is running but I am not able to connect to it from other devices. I am getting a timed out error.

I followed this tutorial https://www.wowza.com/docs/how-to-build-a-basic-app-with-gocoder-sdk-for-android

I have set the below parameters:

goCoderBroadcastConfig.setHostAddress("[[Host - Server IP Address]]");<br>goCoderBroadcastConfig.setPortNumber(1935);<br>goCoderBroadcastConfig.setApplicationName("live");
goCoderBroadcastConfig.setStreamName("myStream");<br>

I am getting timed out. What am I missing here?