Wowza Community

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

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

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/definst/sharedobjects/istiklal.mp4/playlist.m3u8[/HTML]

Additional information on the HTML5 video tag can be found here.

Hello,

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

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

Regards,

JasonT

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