# I'm new in Wowza. Can you help me please?

**URL:** https://community.wowza.com/t/im-new-in-wowza-can-you-help-me-please/47718
**Category:** Wowza Streaming Engine
**Created:** [November 20, 2016, 11:25pm UTC](https://community.wowza.com/t/im-new-in-wowza-can-you-help-me-please/47718 "2016-11-20T23:25:45Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![cagatay\_cagatay](https://avatars.discourse-cdn.com/v4/letter/c/a6a055/32.png) [@cagatay\_cagatay](https://community.wowza.com/u/cagatay_cagatay)
#### Post date: [November 20, 2016, 11:25pm UTC](https://community.wowza.com/t/im-new-in-wowza-can-you-help-me-please/47718/1 "2016-11-20T23:25:45Z")

</div>

Hi,

I have set wowza stream engine settings. But this code is not working. How can I regular this code basically? I want to play istiklal.mp4 but I did not success yet. How I can play it using HTML ? How I have worked Url ?

Thank you

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/system/32/447_2.png) [@system](https://community.wowza.com/u/system)
#### Post date: [November 21, 2016, 11:22am UTC](https://community.wowza.com/t/im-new-in-wowza-can-you-help-me-please/47718/2 "2016-11-21T11:22:29Z")

</div>

Wowza Streaming Engine uses port 1935 for content delivery. Please change your URL to the following:

[HTML][http://192.168.1.59:1935/applications/vod/](http://192.168.1.59:1935/applications/vod/)_definst_/sharedobjects/istiklal.mp4/playlist.m3u8[/HTML]

Additional information on the HTML5 video tag can be found [here](https://www.wowza.com/docs/how-to-play-video-using-the-html5-video-tag).

---

<div class="post-metadata">

### Author: ![Jason\_Tuchler](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/jason_tuchler/32/462_2.png) [@Jason\_Tuchler](https://community.wowza.com/u/Jason_Tuchler)
#### Post date: [November 24, 2016, 3:11pm UTC](https://community.wowza.com/t/im-new-in-wowza-can-you-help-me-please/47718/3 "2016-11-24T15:11:41Z")

</div>

Hello,

A couple of example players you can use is JW Player:

[How to Use JW Player with Wowza Streaming Engine](https://www.wowza.com/docs/how-to-use-jw-player-with-wowza-streaming-engine)

There’s some code examples in the above link.

Wowza Player that uses your HLS link created by Wowza Streaming Engine: http://[wowza-ip-address]:1935/[live-application-name]/[live-stream-name]/playlist.m3u8

[Link to Wowza Player info](https://www.wowza.com/docs/wowza-player)

Regards,

JasonT

---

<div class="post-metadata">

### Author: ![cagatay\_cagatay](https://avatars.discourse-cdn.com/v4/letter/c/a6a055/32.png) [@cagatay\_cagatay](https://community.wowza.com/u/cagatay_cagatay)
#### Post date: [November 24, 2016, 4:23am UTC](https://community.wowza.com/t/im-new-in-wowza-can-you-help-me-please/47718/4 "2016-11-24T04:23:10Z")

</div>

we need a video player to play a video using wowza stream engine. For instance adobe flash player we can use adobe flash player.In fact we write our codes with javascript. we can take some data by javascript. So we can run a video on Html web site.

Thank you for your support
