getElementById('video'); var blob = new Blob([manifest]); var hls = new Hls(); var url = URL.createObjectURL(blob); hls.loadSource(url); hls ...
確定! 回上一頁