actualizacion

parent be03e309
......@@ -4,14 +4,14 @@
<script src="https://cdn.jsdelivr.net/npm/hls.js@latest"></script>
</head>
<body>
<div id='player'>
{#<div id='player'>
<video width="800" height="800" src="http://newbackendcontenidos.gearlabs.cl/videos/0/video.m3u8" controls autoplay>
</video>
</div>
</div>#}
<!-- Or if you want a more recent canary version -->
<!-- <script src="https://cdn.jsdelivr.net/npm/hls.js@canary"></script> -->
{#<video id="video"></video>
<video id="video"></video>
<script>
var video = document.getElementById('video');
if (Hls.isSupported()) {
......@@ -33,7 +33,7 @@
video.play();
});
}
</script> #}
</script>
</body>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment