I use JWplayer and have no problem streaming live …
To check if the playlist is coming fine from Wowza, you can debug easily opening the link with a browser, and tell browser to download the playlist (the chunklist playlist ideally) and open it up with a text editor.
there you can see if playlist is for a live stream or not
Thanks tavius. I’m not an expert at reading playlist files.
Can you say if this looks correct?
Cheers
Here’s the contents of the playlist.m3u8 file:
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=85202,CODECS=“avc1.77.21, mp4a.40.34”,RESOLUTION=160x120
chunklist.m3u8?wowzasessionid=468249668
And the contents of the corresponding chunklist.m3u8?wowzasessionid=468249668
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-ALLOW-CACHE:NO
#EXT-X-TARGETDURATION:14
#EXT-X-MEDIA-SEQUENCE:97
#EXTINF:10,
media_97.ts?wowzasessionid=468249668
#EXTINF:10,
media_98.ts?wowzasessionid=468249668
#EXTINF:8,
media_99.ts?wowzasessionid=468249668
And the corresponding chunklist some time later…
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-ALLOW-CACHE:NO
#EXT-X-TARGETDURATION:15
#EXT-X-MEDIA-SEQUENCE:686
#EXTINF:9,
media_686.ts?wowzasessionid=468249668
#EXTINF:10,
media_687.ts?wowzasessionid=468249668
#EXTINF:10,
media_688.ts?wowzasessionid=468249668