13. Ejemplo de streaming

Ábrelo en otra pestaña.

1
<!DOCTYPE html>
2
<html lang="es">
3

   
4
<head>
5
 <meta charset="UTF-8">
6
 <meta name="viewport"
7
   content="width=device-width">
8
 <title>YouTube</title>
9
</head>
10

   
11
<body>
12
 <h1>YouTube</h1>
13
 <iframe width="560" height="315"
14
   src="https://www.youtube.com/embed/eB6txyhHFG4?si=u6wVhxbxBNSVtKFA"
15
   title="YouTube video player" frameborder="0"
16
   allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
17
   referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
18
</body>
19

   
20
</html>
skip_previous skip_next