var video = document.getElementById('video');
if (Hls.isSupported()) {
var hls = new Hls();
hls.loadSource('https://channel5.csports.tv/1030826119/index.m3u8');
hls.attachMedia(video);
}
var video = document.getElementById('video');
if (Hls.isSupported()) {
var hls = new Hls();
hls.loadSource('https://channel5.csports.tv/1030826119/index.m3u8');
hls.attachMedia(video);
}