Wowza Community

Wowza MP4 URL for Live Stream

I purchased 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
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/definst/mp4:curepehw1.stream/manifest.mpd

Any Suggestions appreciated.

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

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

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…

@Richard_Krvaric

The most common protocols to use are HLS and DASH.

For HLS, clappr is an easy player to use:

Embed code is under, “Usage.”

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

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