
Originally Posted by
german
I've checked that the problem is in the playlist... there's a EXT-X-ENDLIST tag where is not supposed to be. The following playlists examples (1 and 2) are what WMS sends in 'nDVR mode' using one Wowza (standalone) and an edge/origin configuration, respectively:
Playlist 1:
#EXTM3U
#EXT-X-ALLOW-CACHE:NO
#EXT-X-TARGETDURATION:3
#EXT-X-MEDIA-SEQUENCE:0
#EXTINF:2,
dvr_0.ts?wowzasessionid=419275038&DVR
#EXTINF:2,
dvr_1.ts?wowzasessionid=419275038&DVR
#EXTINF:2,
dvr_2.ts?wowzasessionid=419275038&DVR
Playlist 2:
#EXTM3U
#EXT-X-ALLOW-CACHE:NO
#EXT-X-TARGETDURATION:3
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-ENDLIST
#EXTINF:1,
dvr_0.ts?wowzasessionid=1364599401&DVR
#EXTINF:2,
dvr_1.ts?wowzasessionid=1364599401&DVR
#EXTINF:2,
dvr_2.ts?wowzasessionid=1364599401&DVR
#EXTINF:2,
dvr_3.ts?wowzasessionid=1364599401&DVR
As you can see, in playlist 2 appears the EXT-X-ENDLIST, which tells the client not to ask for more chunks, so the behavior it's really as VOD content, not 'live + VOD'.
Any idea???
Best regards,
Germán