var video = document.getElementById('video'); if (Hls.isSupported()) { var hls = new Hls(); hls.loadSource(''); hls.attachMedia(video); }