Wowza Community

wowza 3.6.3 full link for chunklist.m3u8

Dear Wowza and every one!

I’m a new bie. and i have one question.

for default config wowza 3.6.3. I’m using hls streaming.

my streaming: http://localhost:1935/vod/definst/mp4:sample.mp4/playlist.m3u8

playlist.m3u8 show detail:

#EXTM3U

#EXT-X-VERSION:3

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1149457,CODECS=“avc1.66.21, mp4a.40.2”,RESOLUTION=456x304

chunklist_w1630687197.m3u8

i want config my plalist.m3u8 show detail below:

#EXTM3U

#EXT-X-VERSION:3

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1149457,CODECS=“avc1.66.21, mp4a.40.2”,RESOLUTION=456x304

http://localhost:1935/vod/definst/mp4:sample.mp4/chunklist_w1630687197.m3u8

what must i do?

thanks!

Hi,

It looks like you would need to use the absolute path in your playlist.m3u8 file.

You will need to add the following property to the HTTPStreamer/Properties container in [install-dir]/conf/[application]/Application.xml

<Property>
	<Name>cupertinoRelativePlaylistPlaylists</Name>
	<Value>false</Value>
	<Type>Boolean</Type>
</Property>

Zoran