# Wowza MP4 URL for Live Stream

**URL:** https://community.wowza.com/t/wowza-mp4-url-for-live-stream/51686
**Category:** Wowza Streaming Engine
**Created:** [July 26, 2018, 12:20pm UTC](https://community.wowza.com/t/wowza-mp4-url-for-live-stream/51686 "2018-07-26T12:20:35Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Adrian\_Amin2](https://avatars.discourse-cdn.com/v4/letter/a/a88e4f/32.png) [@Adrian\_Amin2](https://community.wowza.com/u/Adrian_Amin2)
#### Post date: [July 26, 2018, 12:20pm UTC](https://community.wowza.com/t/wowza-mp4-url-for-live-stream/51686/1 "2018-07-26T12:20:35Z")

</div>

I purchased [https://codecanyon.net/item/video-ads-player-with-google-ima-vastvpaid/13847110/support](https://codecanyon.net/item/video-ads-player-with-google-ima-vastvpaid/13847110/support)

It needs a MP4 and a WEBM Url from wowza to work. I got the WEBM link to work, but I am not getting a MP4 source from Wowza to work. I tried

[http://IP:1935/live/curepehw1.stream/manifest.mpd](http://IP:1935/live/curepehw1.stream/manifest.mpd)  
rtsp://IP:1935/live/curepehw1.stream/manifest.mpd  
rtmp://IP:1935/live/_definst_/mp4:curepehw1.stream  
rtmp://IP:1935/live/mp4:curepehw1.stream  
rtsp://IP:1935/live/_definst_/mp4:curepehw1.stream  
[http://IP:1935/live/](http://IP:1935/live/)_definst_/mp4:curepehw1.stream/manifest.mpd

Any Suggestions appreciated.

---

<div class="post-metadata">

### Author: ![Richard\_Krvaric](https://avatars.discourse-cdn.com/v4/letter/r/ecccb3/32.png) [@Richard\_Krvaric](https://community.wowza.com/u/Richard_Krvaric)
#### Post date: [March 17, 2023, 10:55pm UTC](https://community.wowza.com/t/wowza-mp4-url-for-live-stream/51686/2 "2023-03-17T22:55:17Z")

</div>

Did you ever get this resolved?  
I need the same.

---

<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: [March 20, 2023, 11:15pm UTC](https://community.wowza.com/t/wowza-mp4-url-for-live-stream/51686/3 "2023-03-20T23:15:42Z")

</div>

@Richard_Krvaric Can you please share your current issue with Wowza Streaming Engine.

---

<div class="post-metadata">

### Author: ![Richard\_Krvaric](https://avatars.discourse-cdn.com/v4/letter/r/ecccb3/32.png) [@Richard\_Krvaric](https://community.wowza.com/u/Richard_Krvaric)
#### Post date: [March 21, 2023, 1:52am UTC](https://community.wowza.com/t/wowza-mp4-url-for-live-stream/51686/4 "2023-03-21T01:52:03Z")

</div>

My company does a live stream once or twice a month.  
Since the death of the wowza player in January, we’ve been looking at different open-source players.  
I simply want a free player for my live streams. We host no other content.

These players require .mp4 and/or .webm streams.  
I don’t know if I can get those streams out of Wowza or not.

I have these coming from Wowza…  
https company/live/myStream/manifest.mpd  
https company/live/myStream/playlist.m3u8  
rtmps company/live/myStream

For now, I found Shaka-Player, and it works great with the manifest.mpd stream.

Am I supposed to get .mp4 and .webm from Wowza server?

And I just realized that was a 5 year old thread… shame on me…

---

<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: [March 27, 2023, 11:31pm UTC](https://community.wowza.com/t/wowza-mp4-url-for-live-stream/51686/5 "2023-03-27T23:31:44Z")

</div>

@Richard_Krvaric

The most common protocols to use are HLS and DASH.

For HLS, clappr is an easy player to use:

> **[GitHub - clappr/clappr: :clapper: An extensible media player for the web.](https://github.com/clappr/clappr)**
>
> :clapper: An extensible media player for the web.

Embed code is under, “Usage.”

Then use the below format for live playback:  
[https://company/live/myStream/playlist.m3u8](https://company/live/myStream/playlist.m3u8)

And if you have VOD MP4 streams:  
[https://company/live/myStream.mp4/playlist.m3u8](https://company/live/myStream.mp4/playlist.m3u8)
