# Streaming Problem

**URL:** https://community.wowza.com/t/streaming-problem/38208
**Category:** Wowza Streaming Engine
**Tags:** media-players-and-devices
**Created:** [February 19, 2012, 3:46pm UTC](https://community.wowza.com/t/streaming-problem/38208 "2012-02-19T15:46:26Z")
**Posts on this page:** 14
**Page:** 1

<div class="post-metadata">

### Author: ![Siri\_Werraratne](https://avatars.discourse-cdn.com/v4/letter/s/f475e1/32.png) [@Siri\_Werraratne](https://community.wowza.com/u/Siri_Werraratne)
#### Post date: [February 19, 2012, 3:46pm UTC](https://community.wowza.com/t/streaming-problem/38208/1 "2012-02-19T15:46:26Z")

</div>

[http://localhost:1935/](http://localhost:1935/)

Display this message

Wowza Media Server 3 Developer Edition (Expires: ago 19, 2012) 3.0.5 build1220

http://[wowza-ip-address]:1935\> I put this one \> [http://127.0.0.1:1935/](http://127.0.0.1:1935/)

Display this message

Wowza Media Server 3 Developer Edition (Expires: ago 19, 2012) 3.0.5 build1220

with Flash Encoder configurate as rtmp://127.0.0.1/live and streamer = livestream

Connection via [http://localhost:1935](http://localhost:1935) and with external flash player in my personal web in my computer are works fine,

but any external computer not work. (server not found: rtmp://127.0.0.1/live )

???

---

<div class="post-metadata">

### Author: ![Charlie\_Good](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/charlie_good/32/383_2.png) [@Charlie\_Good](https://community.wowza.com/u/Charlie_Good)
#### Post date: [February 19, 2012, 6:51am UTC](https://community.wowza.com/t/streaming-problem/38208/2 "2012-02-19T06:51:24Z")

</div>

If the encoder is running on a different machine than the server running Wowza Media Server then you cannot use localhost to address the Wowza Media Server. You must instead use the Wowza Media Server external or NAT IP address. Also, be sure that TCP port 1935 is open on the machine running Wowza Media Server. You can test connectivity to the server from the machine running the encoding software by opening a web browser and entering the address:

http://[wowza-ip-address]:1935

Where [wowza-ip-address] is the external or NAT Ip address of the server running Wowza Media Server. Once you get this working then use this same address in your rtmp URL.

Charlie

---

<div class="post-metadata">

### Author: ![Charlie\_Good](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/charlie_good/32/383_2.png) [@Charlie\_Good](https://community.wowza.com/u/Charlie_Good)
#### Post date: [February 20, 2012, 10:41am UTC](https://community.wowza.com/t/streaming-problem/38208/3 "2012-02-20T10:41:03Z")

</div>

I did try your server and VOD works. So the server is up and running. I tried the following:

```auto
Server: rtmp://mediacp2.comcities.com/vod
Stream: mp4:sample.mp4

```

Charlie

---

<div class="post-metadata">

### Author: ![Charlie\_Good](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/charlie_good/32/383_2.png) [@Charlie\_Good](https://community.wowza.com/u/Charlie_Good)
#### Post date: [February 20, 2012, 12:36pm UTC](https://community.wowza.com/t/streaming-problem/38208/4 "2012-02-20T12:36:20Z")

</div>

If you are on Windows you can get Ip address of a server by opening a command prompt and entering the command:

ipconfig

Charlie

---

<div class="post-metadata">

### Author: ![Charlie\_Good](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/charlie_good/32/383_2.png) [@Charlie\_Good](https://community.wowza.com/u/Charlie_Good)
#### Post date: [February 21, 2012, 1:11pm UTC](https://community.wowza.com/t/streaming-problem/38208/5 "2012-02-21T13:11:15Z")

</div>

Great. Happy to help.

Charlie

---

<div class="post-metadata">

### Author: ![Richard\_Lanham](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@Richard\_Lanham](https://community.wowza.com/u/Richard_Lanham)
#### Post date: [February 20, 2012, 3:59pm UTC](https://community.wowza.com/t/streaming-problem/38208/6 "2012-02-20T15:59:42Z")

</div>

This site will tell you:

[http://dnsstuff.com/dnsreport/](http://dnsstuff.com/dnsreport/)

Look at top where it says “Your IP Address: …”

Richard

---

<div class="post-metadata">

### Author: ![Richard\_Lanham](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@Richard\_Lanham](https://community.wowza.com/u/Richard_Lanham)
#### Post date: [February 20, 2012, 6:24pm UTC](https://community.wowza.com/t/streaming-problem/38208/7 "2012-02-20T18:24:14Z")

</div>

The server is running at that IP, port 1935 is open, but there does not appear to be an application named “live”.

Take a look at this tutorial:

[https://www.wowza.com/docs/how-to-set-up-live-streaming-using-an-rtmp-based-encoder](https://www.wowza.com/docs/how-to-set-up-live-streaming-using-an-rtmp-based-encoder)

In steps 1, 2 and 3 you create and configure an application, named “live”

Then make the FMS URL:

```auto
rtmp://mediacp2.comcities.com:1935/live

```

Richard

---

<div class="post-metadata">

### Author: ![Jason\_Hilton](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/jason_hilton/32/437_2.png) [@Jason\_Hilton](https://community.wowza.com/u/Jason_Hilton)
#### Post date: [February 20, 2012, 12:56pm UTC](https://community.wowza.com/t/streaming-problem/38208/8 "2012-02-20T12:56:18Z")

</div>

Hi

The [Wowza-IP] needs to be the IP of the server not “127.0.0.1:1935” this IP is local to the computer you are using.

See Charlie’s instructions,

> If the encoder is running on a different machine than the server running Wowza Media Server then you cannot use localhost to address the Wowza Media Server. You must instead use the Wowza Media Server external or NAT IP address. Also, be sure that TCP port 1935 is open on the machine running Wowza Media Server. You can test connectivity to the server from the machine running the encoding software by opening a web browser and entering the address:
> 
> http://[wowza-ip-address]:1935
> 
> Where [wowza-ip-address] is the external or NAT Ip address of the server running Wowza Media Server. Once you get this working then use this same address in your rtmp URL.
> 
> Charlie

Jason

---

<div class="post-metadata">

### Author: ![Siri\_Werraratne](https://avatars.discourse-cdn.com/v4/letter/s/f475e1/32.png) [@Siri\_Werraratne](https://community.wowza.com/u/Siri_Werraratne)
#### Post date: [February 20, 2012, 9:28am UTC](https://community.wowza.com/t/streaming-problem/38208/9 "2012-02-20T09:28:49Z")

</div>

Thank you for your reply.

this is my web site player configu.

 ![]()

this is wowsa server when activated.

![](http://www.hondaokkoma.com/wosa1.jpg)

![](http://www.hondaokkoma.com/wosa2.jpg)

![](http://www.hondaokkoma.com/wosa3.jpg)

VHost.xml

**-**

**-**

**-**

**-**

**4**

**\***

**- \<!-- Separate multiple ports with commas**

**–\>**

**- \<!-- 80: HTTP, RTMPT**

**–\>**

**- \<!-- 554: RTSP**

**–\>**

**1935**

**-**

**true**

**- \<!-- suggested settings for video on demand applications**

**–\>**

**24000**

**65000**

**- \<!–**

**suggest settings for low latency chat and video recording applications**

**16000**

**16000**

**–\>**

**true**

**- \<!-- 0**

**–\>**

**- \<!-- false**

**–\>**

**- \<!-- -1**

**–\>**

**- \<!-- false**

**–\>**

**100**

**cupertinostreaming,smoothstreaming,sanjosestreaming,dvrchunkstreaming**

**-**

**-**

**com.wowza.wms.http.HTTPCrossdomain**

**\*crossdomain.xml**

**none**

**-**

**com.wowza.wms.http.HTTPClientAccessPolicy**

**\*clientaccesspolicy.xml**

**none**

What is the probelem that not work with extenal web page?

Thanx be patient

---

<div class="post-metadata">

### Author: ![Siri\_Werraratne](https://avatars.discourse-cdn.com/v4/letter/s/f475e1/32.png) [@Siri\_Werraratne](https://community.wowza.com/u/Siri_Werraratne)
#### Post date: [February 20, 2012, 4:55pm UTC](https://community.wowza.com/t/streaming-problem/38208/10 "2012-02-20T16:55:33Z")

</div>

let me try. thanx

---

<div class="post-metadata">

### Author: ![Siri\_Werraratne](https://avatars.discourse-cdn.com/v4/letter/s/f475e1/32.png) [@Siri\_Werraratne](https://community.wowza.com/u/Siri_Werraratne)
#### Post date: [February 20, 2012, 5:14pm UTC](https://community.wowza.com/t/streaming-problem/38208/11 "2012-02-20T17:14:30Z")

</div>

Thank you

---

<div class="post-metadata">

### Author: ![Siri\_Werraratne](https://avatars.discourse-cdn.com/v4/letter/s/f475e1/32.png) [@Siri\_Werraratne](https://community.wowza.com/u/Siri_Werraratne)
#### Post date: [February 20, 2012, 7:17pm UTC](https://community.wowza.com/t/streaming-problem/38208/12 "2012-02-20T19:17:13Z")

</div>

The port is working correctly. because We streaming with this server **rtmp://mediacp2.comcities.com:1935**. we are streaming fine.

I found some Ip addresses but, I can not find a Wowsa IP Address. yet

Flash Encoder erro PROBLEM WITH PRIMARY SERVER.

☹

---

<div class="post-metadata">

### Author: ![Siri\_Werraratne](https://avatars.discourse-cdn.com/v4/letter/s/f475e1/32.png) [@Siri\_Werraratne](https://community.wowza.com/u/Siri_Werraratne)
#### Post date: [February 20, 2012, 8:04pm UTC](https://community.wowza.com/t/streaming-problem/38208/13 "2012-02-20T20:04:53Z")

</div>

Yes, I created step 3 also,._Edit the newly copied Application.xml file and make the following changes a.Set the Streams/StreamType property to: live_

FMS URL: rtmp://[???wowza-address???]:1935/live

sream : livestream

The problem is, [wowza-address] Where is the IP address or domain name of the server running Wowza Server.

Where can I pic that?

---

<div class="post-metadata">

### Author: ![Siri\_Werraratne](https://avatars.discourse-cdn.com/v4/letter/s/f475e1/32.png) [@Siri\_Werraratne](https://community.wowza.com/u/Siri_Werraratne)
#### Post date: [February 21, 2012, 8:52am UTC](https://community.wowza.com/t/streaming-problem/38208/14 "2012-02-21T08:52:39Z")

</div>

Dear charlie, You are Great!

now my stream work excellent.

🆒

thanks
