Wowza Community

VOD about .ts and .m3u8 media format

Hi all, I would like to know how can I make jwplayer works for .ts and .m3u8 format media?

I put all .ts and .m3u8 file into /content, so what is the file source for these kind of file?

I tried below URL but not works:

file:‘http://[wowza-ip-address]:1935/vod/abc.m3u8/playlist.m3u8’

Please help how can i output these format to jwplayer, thanks!

Hello,

The file format for your VOD content should be a .mp4 file, and Wowza will packetize this when streamed to deliver in HLS (playlist.m3u8) in .ts packets if this is how you have configured your application.

Your link to post in your JWplayer woudl then look like the following:

http://[wowza-ip-address]:1935/vod/mp4:abc.mp4/playlist.m3u8

Regards,

Jason Hatchett