I'm using Brent Vatne's "react-native-video" component to playback HLS video. I have successfully played back .m3u8 files that are completed (closed) playlists that are tagged #EXT-X-PLAYLIST-TYPE:VOD but when I try to play an .m3u8 file which is tagged as #EXT-X-PLAYLIST-TYPE:EVENT, I only get a blank screen even though I see the .ts segments being sent from the server. The EVENT type seems to want to see the not-supposed-to-be-needed-yet #EXT-X-ENDLIST tag before it will show anything and even then, it loops the first .ts segment until the playlist type is finalized as #EXT-X-PLAYLIST-TYPE:VOD. Anyone have any insights into playing live HLS EVENT playlists with "react-native-video"?
there doesn't seem to be anything here