My problem is I can't playback m3u8 fragmented video through react-native-video. But another test m3u8 from different resources does work. I have thought my transcoded CMAF m3u8 is corrupted and by that reason doesn't work but it work on ios through react-native-video and i have tried to test it through demo.theoplayer and it works right.
I do transcode from mp4 to CMAF m3u8 through AWS MediaConvert create job template and configure some settings.
My code is quite simple:
<Video
style={{ flex: 1, backgroundColor: 'black' }}
source={{uri: 'https://d7m8ah93fnh1v.cloudfront.net/media/ROOM/03bc46a8-eb9f-4f94-950e-55da3c9b4a77/567e932f-d964-43c5-8866-247a9e777d35/567e932f-d964-43c5-8866-247a9e777d35.m3u8'}}
/>