Describe the bug
i'm trying to serve custom m3u8 file using AWS IVS player, however when I try to send the player a master m3u8 playlist that points on an empty m3u8 media playlist the Error event doesn't get triggered and the play just gets stuck in an IDLE state
To Reproduce
create an nginx server that contains 3 files a master playlist similar to this:
and empty files index1.m3u8 and index2.m3u8
give the IVS player http://localhost/index.m3u8 the player will load the master then when it tries to load the media playlist and finds it empty it just crashes without triggering the ERROR event
Describe the bug i'm trying to serve custom m3u8 file using AWS IVS player, however when I try to send the player a master m3u8 playlist that points on an empty m3u8 media playlist the Error event doesn't get triggered and the play just gets stuck in an IDLE state
To Reproduce
and empty files
index1.m3u8
andindex2.m3u8
give the IVS player http://localhost/index.m3u8 the player will load the master then when it tries to load the media playlist and finds it empty it just crashes without triggering the ERROR event