# play woza stream from desktop html 5 video tag

**URL:** https://community.wowza.com/t/play-woza-stream-from-desktop-html-5-video-tag/42045
**Category:** Wowza Streaming Engine
**Created:** [February 13, 2014, 5:39pm UTC](https://community.wowza.com/t/play-woza-stream-from-desktop-html-5-video-tag/42045 "2014-02-13T17:39:32Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![satish\_bhor](https://avatars.discourse-cdn.com/v4/letter/s/9de053/32.png) [@satish\_bhor](https://community.wowza.com/u/satish_bhor)
#### Post date: [February 13, 2014, 5:39pm UTC](https://community.wowza.com/t/play-woza-stream-from-desktop-html-5-video-tag/42045/1 "2014-02-13T17:39:32Z")

</div>

Hi All,

Is there any way to play wowza video on desktop browsers using html5 video tag.

playlist.m3u8 is for ipad devices how to play video on desktop browsers using HTML5 video tag?

Thank you…

Satish

---

<div class="post-metadata">

### Author: ![sal\_jefferson](https://avatars.discourse-cdn.com/v4/letter/s/6de8d8/32.png) [@sal\_jefferson](https://community.wowza.com/u/sal_jefferson)
#### Post date: [February 13, 2014, 8:08am UTC](https://community.wowza.com/t/play-woza-stream-from-desktop-html-5-video-tag/42045/2 "2014-02-13T08:08:33Z")

</div>

The HTML 5 tag is supported on Mac OS X+ with Safari web browser. It does not work on Firefox or Chrome.

Salvadore

---

<div class="post-metadata">

### Author: ![Daren\_Johnson](https://avatars.discourse-cdn.com/v4/letter/d/ee59a6/32.png) [@Daren\_Johnson](https://community.wowza.com/u/Daren_Johnson)
#### Post date: [March 13, 2014, 9:54pm UTC](https://community.wowza.com/t/play-woza-stream-from-desktop-html-5-video-tag/42045/3 "2014-03-13T21:54:02Z")

</div>

Hi,

As Salvadore mentions above, the HTML5 video tag only works for HLS streams if used with the Safari browser.

Here’s an example use of the HTML5 video tag, that will work in Safari on OSX and iOS:

```auto
<!doctype html>
<html>
   <head>
      <title>Simple Movie Player</title>
   </head>
   <body>
      <video src="http://WowzaIPaddress:1935/vod/mp4:sample.mp4/playlist.m3u8"
             controls
             height="270" width="480">
      </video>
  </body>
</html>

```

Daren

---

<div class="post-metadata">

### Author: ![sal\_jefferson](https://avatars.discourse-cdn.com/v4/letter/s/6de8d8/32.png) [@sal\_jefferson](https://community.wowza.com/u/sal_jefferson)
#### Post date: [February 13, 2014, 10:52am UTC](https://community.wowza.com/t/play-woza-stream-from-desktop-html-5-video-tag/42045/4 "2014-02-13T10:52:32Z")

</div>

JW Player supports HLS streaming on the desktop. As an alternative:

[JW Player](http://www.jwplayer.com/)

Salvadore

---

<div class="post-metadata">

### Author: ![satish\_bhor](https://avatars.discourse-cdn.com/v4/letter/s/9de053/32.png) [@satish\_bhor](https://community.wowza.com/u/satish_bhor)
#### Post date: [February 14, 2014, 12:23pm UTC](https://community.wowza.com/t/play-woza-stream-from-desktop-html-5-video-tag/42045/5 "2014-02-14T12:23:33Z")

</div>

Hi salvadore ,

Thanks, But I am looking for playing Videos from Wowza Server from Video tag,

Thank you…

Satish.
