Spaces:
Sleeping
Sleeping
Update templates/test_streaming_index.html
Browse files
templates/test_streaming_index.html
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
</head>
|
6 |
<body>
|
7 |
<h1>Live Camera Stream</h1>
|
8 |
-
<video id="video" autoplay></video>
|
9 |
<img id="serverStream" src="/video_feed" style="max-width: 80%; border:1px solid black;">
|
10 |
<script>
|
11 |
const video = document.getElementById('video');
|
|
|
5 |
</head>
|
6 |
<body>
|
7 |
<h1>Live Camera Stream</h1>
|
8 |
+
<video id="video" autoplay muted playsinline style="max-width: 80%; border: 1px solid black;"></video>
|
9 |
<img id="serverStream" src="/video_feed" style="max-width: 80%; border:1px solid black;">
|
10 |
<script>
|
11 |
const video = document.getElementById('video');
|