+14
-5
public/index.html
+14
-5
public/index.html
···
64
64
</div>
65
65
<div class="content-container">
66
66
<div class="video-container">
67
-
<video controls autoplay muted>
68
-
<source
69
-
src="https://stream.place/api/playback/bitcasterradio.com/webrtc?rendition=source"
70
-
type="video/mp4"
71
-
/>
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
+
>
72
81
Your browser does not support the video tag.
73
82
</video>
74
83
</div>