# How to access examples from a remote browser

**URL:** https://community.wowza.com/t/how-to-access-examples-from-a-remote-browser/38563
**Category:** Wowza Developer Dojo
**Tags:** wowza-streaming-server-java-api
**Created:** [April 26, 2012, 11:54am UTC](https://community.wowza.com/t/how-to-access-examples-from-a-remote-browser/38563 "2012-04-26T11:54:28Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![VIJAYA\_KUMAR\_REDDY\_C](https://avatars.discourse-cdn.com/v4/letter/v/47e85d/32.png) [@VIJAYA\_KUMAR\_REDDY\_C](https://community.wowza.com/u/VIJAYA_KUMAR_REDDY_C)
#### Post date: [April 26, 2012, 11:54am UTC](https://community.wowza.com/t/how-to-access-examples-from-a-remote-browser/38563/1 "2012-04-26T11:54:28Z")

</div>

Hi

We installed a wowza server on linux server. We able to access it using URL [http://192.168.70.137:1935](http://192.168.70.137:1935).

We try to access example client using URL [http://192.168.70.137:1935/examples/SimpleVideoStreaming/client/simplevideostreaming.html](http://192.168.70.137:1935/examples/SimpleVideoStreaming/client/simplevideostreaming.html). It does not shows simple video streaming page.

How can we access from remote browser?

Regards,

Vijaya Kumar Reddy Chinnam

---

<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: [April 26, 2012, 10:24am UTC](https://community.wowza.com/t/how-to-access-examples-from-a-remote-browser/38563/2 "2012-04-26T10:24:09Z")

</div>

You have to install Wowza on a server that is accessible and that has port 1935 allowed through any firewall and mapped to that server in your network.

Richard

---

<div class="post-metadata">

### Author: ![Randall\_Auriemma](https://avatars.discourse-cdn.com/v4/letter/r/85e7bf/32.png) [@Randall\_Auriemma](https://community.wowza.com/u/Randall_Auriemma)
#### Post date: [April 26, 2012, 11:49am UTC](https://community.wowza.com/t/how-to-access-examples-from-a-remote-browser/38563/3 "2012-04-26T11:49:52Z")

</div>

Vijaya,

You have to copy the examples to your web server. (or anywhere you can open .html files, such as your local computer)

---

<div class="post-metadata">

### Author: ![VIJAYA\_KUMAR\_REDDY\_C](https://avatars.discourse-cdn.com/v4/letter/v/47e85d/32.png) [@VIJAYA\_KUMAR\_REDDY\_C](https://community.wowza.com/u/VIJAYA_KUMAR_REDDY_C)
#### Post date: [April 27, 2012, 12:49am UTC](https://community.wowza.com/t/how-to-access-examples-from-a-remote-browser/38563/4 "2012-04-27T00:49:10Z")

</div>

It seems you do not understand my query. I installed Wowza on server and tested using URL [http://192.168.70.137:1935](http://192.168.70.137:1935) . It is working.

I want to access simplevideostreaming.html from examples. Can i use **http** request URL to open that html in a browser?

Vijaya Kumar Reddy

---

<div class="post-metadata">

### Author: ![VIJAYA\_KUMAR\_REDDY\_C](https://avatars.discourse-cdn.com/v4/letter/v/47e85d/32.png) [@VIJAYA\_KUMAR\_REDDY\_C](https://community.wowza.com/u/VIJAYA_KUMAR_REDDY_C)
#### Post date: [April 27, 2012, 4:38pm UTC](https://community.wowza.com/t/how-to-access-examples-from-a-remote-browser/38563/5 "2012-04-27T16:38:30Z")

</div>

Thanks Randall
