How to play a video URL with the .m3u8 extension in the browser?

It seems that the video is in HLS (HTTP Live Streaming) format which is natively supported by the Safari browser only so if you are using the Safari web browser then you can directly play the video.
If you are using any other browser then you will need a web video player to play the video. You just need to write a few lines of HTML code and then load the HTML file into your browser and it will be able to play the video.
A few open-source video players are mentioned below.

  1. VideoJS
  2. Plyr

Vist the below link for more information regarding .m3u8: