var video = document.getElementById('video');
if (Hls.isSupported()) {
var hls = new Hls();
hls.loadSource('https://stream.httldasar.org/live/test/index.m3u8');
...
var video = document.getElementById('video');
if (Hls.isSupported()) {
var hls = new Hls();
hls.loadSource('https://stream.httldasar.org/live/test/index.m3u8');
...