Wowza Community

playlist.m3u8 and chunklist_wxxxxxxx.m3u8

Hi

I am using HLS on WowzaSE

And when i request hls stream as

http://xxx.xxx.xxx.xxx:1935/live/1.stream/playlist.m3u8

i get playlist.m3u8 with next content

#EXTM3U

#EXT-X-VERSION:3

#EXT-X-STREAM-INF:BANDWIDTH=1527312,CODECS=“avc1.66.30,mp4a.40.2”,RESOLUTION=1024x576

chunklist_w391094457.m3u8

and in

http://xxx.xxx.xxx.xxx:1935/live/1.stream/chunklist_w391094457.m3u8

is usial playlist with chunks

How to setup WowzaSE to get usial playlist with chunks by request

http://xxx.xxx.xxx.xxx:1935/live/1.stream/playlist.m3u8

Hi,

Wowza provides the chunklist after a playlist.m3u8 call as there may be multiple renditions due to ABR etc, so each would have a different chunklist that the player can use depending on resolution and so on.

However, if the stream is simple then you can replace playlist.m3u8 with chunklist.m3u8 and it should return with the list of chunks.

Paul