I'm trying to play a video playlist. But if I debug on my device the video is not loaded, only if i aply videos from over the network or if i use 'require' like this:
Current behavior
Every time when I put the source on my code, from firebase, doesn't play any video. But, when I put some other link like this one: 'https://www.w3schools.com/tags/movie.mp4', it's work fine. I can load and show images normally…
Why can't I reference video files in m3u8 format
hope somebody tells me how to resolve this problem, Thanks a lot
My React native version is 0.72.3
it seems like react native can not resolve a file whose format is m3u8,when i require a mp4,it…