+7
-16
public/index.html
+7
-16
public/index.html
···
64
64
</div>
65
65
<div class="content-container">
66
66
<div class="video-container">
67
-
<video
68
-
autoplay=""
69
-
playsinline=""
70
-
src="https://stream.place/api/playback/bitcasterradio.com/webrtc?rendition=source"
71
-
crossorigin="anonymous"
72
-
style="
73
-
object-fit: contain;
74
-
background-color: transparent;
75
-
width: 100%;
76
-
height: 100%;
77
-
max-width: 100%;
78
-
max-height: 100%;
79
-
"
80
-
>
81
-
Your browser does not support the video tag.
82
-
</video>
67
+
<iframe
68
+
src="https://stream.place/embed/bitcasterradio.com"
69
+
width="640"
70
+
height="360"
71
+
frameborder="0"
72
+
allowfullscreen
73
+
></iframe>
83
74
</div>
84
75
</div>
85
76
</body>