Hello,
I can not play a video from Wowza. I have some videos as .mp4 extension. How can i play these videos onto a html web site.
I created some stream files and SMIL files. But i can not have URL to run these videos.
I need to URL format to play videos from Wowza Server.
How can i get the Url to play videos?
Can you help me for this issue. especially can you tell me step by step?
Regards.
Alex_C
November 19, 2016, 12:26am
2
There is a video tutorial on how to play videos from a VOD application:
https://www.wowza.com/docs/how-to-play-your-first-video-on-demand-stream-video-tutorial
As far as playing the video on a website.
Typically you would need to have a player like JW player or bitmovin. Once you have that enter the HLS URL in to the player to test playback. It usually would look something like this: http://[wowza_ip]:1935/vod/mp4:sample.mp4/playlist.m3u8
You can check out a demo JW player here:
http://demo.jwplayer.com/developer-tools/http-stream-tester/
Hope this helps
Alex