Can Html stop a video in <video> when loading first time m3u8 from Hls()?
Currently, I am trying use HlsJS to play m3u8 video in my web application but when I load video irrespective of autoplay attribute it starts playing when I load it first time. Here is my javascript code: const videoElement =…