En las redes sociales


Calificación:
  • 0 voto(s) - 0 Media
  • 1
  • 2
  • 3
  • 4
  • 5
Kadargo Gaming LIVE
#1
Video_Camera 
Código PHP:
<video id="video" width="800" height="600" controls autoplay 
class="videoCentered"></video>
<
script src="https://cdn.jsdelivr.net/hls.js/latest/hls.js"></script>
<
script>
 if(
Hls.isSupported()) {
  var video document.getElementById('video');
  var hls = new Hls({ autoStartLoad:false });
  hls.loadSource('https://nn.geo.joj.sk/live/hls/jojplus-360.m3u8');
  hls.attachMedia(video);
hls.startLoad(1);
  hls.on(Hls.Events.MANIFEST_PARSED,function() {
 
hls.startLoad(20);
   video.play();
 });
 }
</
script


Salto de foro:


Usuarios navegando en este tema: 1 invitado(s)