Spaces:
Running
Running
Update index.html
Browse files- index.html +8 -8
index.html
CHANGED
@@ -19,14 +19,14 @@
|
|
19 |
<iframe width='100%' style="margin-bottom:10px;border-radius:10px;overflow:hidden" src="https://www.youtube.com/embed/nwRoHC83wx0" title="Gayatri Mantra 108 times Anuradha Paudwal I Full Audio Song I T-Series Bhakti Sagar" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
20 |
<iframe width="100%" style="margin-bottom:10px;border-radius:10px;overflow:hidden" src="https://www.youtube.com/embed/BLlTFapgvOo" title="Rasraj Ji Maharaj - Lo-fi Version श्री हनुमान चालीसा { Slowed & Reverb } Shree Hanuman Chalisa" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
21 |
<script>
|
22 |
-
if (Hls.isSupported()) {
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
}else{
|
28 |
-
|
29 |
-
}
|
30 |
</script>
|
31 |
|
32 |
</body>
|
|
|
19 |
<iframe width='100%' style="margin-bottom:10px;border-radius:10px;overflow:hidden" src="https://www.youtube.com/embed/nwRoHC83wx0" title="Gayatri Mantra 108 times Anuradha Paudwal I Full Audio Song I T-Series Bhakti Sagar" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
20 |
<iframe width="100%" style="margin-bottom:10px;border-radius:10px;overflow:hidden" src="https://www.youtube.com/embed/BLlTFapgvOo" title="Rasraj Ji Maharaj - Lo-fi Version श्री हनुमान चालीसा { Slowed & Reverb } Shree Hanuman Chalisa" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
21 |
<script>
|
22 |
+
// if (Hls.isSupported()) {
|
23 |
+
// var video = document.getElementById('video');
|
24 |
+
// var hls = new Hls();
|
25 |
+
// hls.loadSource(video.src);
|
26 |
+
// hls.attachMedia(video);
|
27 |
+
// }else{
|
28 |
+
// alert("Cannot stream HLS, use another video source");
|
29 |
+
// }
|
30 |
</script>
|
31 |
|
32 |
</body>
|