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

**URL:** https://community.wowza.com/t/cant-connect-to-wowza-ip-from-other-devices/48801
**Category:** Wowza GoCoder SDK
**Created:** [May 21, 2017, 12:49pm UTC](https://community.wowza.com/t/cant-connect-to-wowza-ip-from-other-devices/48801 "2017-05-21T12:49:58Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Bhargav\_Mehta](https://avatars.discourse-cdn.com/v4/letter/b/dbc845/32.png) [@Bhargav\_Mehta](https://community.wowza.com/u/Bhargav_Mehta)
#### Post date: [May 21, 2017, 12:49pm UTC](https://community.wowza.com/t/cant-connect-to-wowza-ip-from-other-devices/48801/1 "2017-05-21T12:49:58Z")

</div>

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](https://www.wowza.com/docs/how-to-build-a-basic-app-with-gocoder-sdk-for-android)

I have set the below parameters:

```auto
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?
