Listas iptv

https://iptv-org.github.io/iptv/countries/es.m3u

https://iptv-org.github.io/iptv/countries/bo.m3u

 

<!DOCTYPE html>

<html lang="es">

<head>

  <meta charset="UTF-8">

  <title>DMAX en Vivo</title>

  <style>

    body {

      margin: 0;

      background-color: black;

      display: flex;

      justify-content: center;

      align-items: center;

      height: 100vh;

    }

    video {

      width: 100%;

      max-width: 800px;

      height: auto;

      border: 2px solid #fff;

      border-radius: 10px;

    }

  </style>

</head>

<body>

  <video id="videoPlayer" controls autoplay muted>

    <source src="https://tvnoov.com/fadoo/dmax.m3u8" type="application/x-mpegURL">

    Tu navegador no soporta la reproducción en vivo.

  </video>

</body>

</html>