Hello,
I’m running the Wowza 4.0.3 along with the latest version of JWPlayer. I’ve been trying to figure out the best way to stream a static video file to all available platforms and 3 different video qualities. From what I understand, using HLS with a standalone non-streaming playback option is best.
My issue is that when using JWPlayer to link to an M3U8 file, it will not play. The m3u8 file reads like this:
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1628000,RESOLUTION=720x480,NAME=“720p HD”
http://www.website.com:1935/vod/definst/video/video-full.mp4/playlist.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=778000,RESOLUTION=720x480,NAME=“360p SD”
http://www.website.com:1935/vod/definst/video/video-med.mp4/playlist.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=778000,RESOLUTION=720x480,NAME=“180p 3G”
http://www.website.com:1935/vod/definst/video/video-low.mp4/playlist.m3u8
I get a Flash debug error, “No TS fragments found in Playlist.” The people at JWPlayer have seen my HTML tag and say that it is correct. What might be the problem? The server logs do not indicate a problem like “file not found” or any other error message that I can see.
Thanks…