I am working on a Live video streaming project. I am using flv.js in my web application to play Live Stream Videos which are in the flv format. I want to give playback option for the user. for playback, I have m3u8 file to play video. My questions are,
- Can we play .m3u8 file using flv.js?
- If yes. How to do that?
- If No. What will be the best solution?