Wowza Community

playing a .m3u8 file

Can I get Wowza to play an “actual” .m3u8 file via Cupertino streaming, as opposed to the “pseudo” playlist.m3u8 urls that are set up for each asset? If the file below is in my content folder, what url would play this file?

thank you

Contents of TestVideo.m3u8:

#EXTM3U

#EXTINF:TestVideo1

TestVideo1.mp4

#EXTINF:TestVideo2

TestVideo2.mp4

#EXTINF:TestVideo3

TestVideo3.mp4

#EXT-X-ENDLIST

I do not think this will work the way you are intending. .m3u8 is for live HTTP streaming. You can use .smil for multibitrate. For sequential playlists you can use client side flash, or several different methods server side to generate scheduled live streams from VOD files.

Here’s one way: Stream class example with playlists and schedules set in smil file

Hi,

I am using HLS with m3u8 link from Wowza. On some devices (both iOS and Android with different OS version), the function getDuration() does not work. I am not sure where the problem is, could you help?

Thanks,

Anh.