Can we play .m3u8 file using flv.js player?

779 Views Asked by At

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,

  1. Can we play .m3u8 file using flv.js?
  2. If yes. How to do that?
  3. If No. What will be the best solution?
1

There are 1 best solutions below

0
On BEST ANSWER

1) no. flv.js plays flv files

2) hls.js plays m3u8 files.