-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (31 loc) · 963 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>1393541</title>
<link rel="stylesheet" href="styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
</head>
<body>
<div class="container">
<div class="video">
<video id="video"></video>
</div>
<div class="content">
<div>
<button id="start_video_720p">Start video (720p)</button>
<button id="start_video_1080p">Start video (1080p)</button>
</div>
<p>Track Resolution: <span id="resolution"></span></p>
<p>getUserMedia constraints:
<code id="constraints"></code>
</p>
<p>
Scan QR code from desktop to get here:
<img src="qr.png" width="150" height="150" alt="scan me">
</p>
</div>
</div>
<script type="application/javascript" src="index.js"></script>
</body>
</html>