-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathindex.html
39 lines (39 loc) · 1.31 KB
/
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
35
36
37
38
39
<!doctype html>
{{> license}}
<html>
<head>
{{> meta title='Publish Stream Manager Proxy Camera Test'}}
{{> header-scripts}}
{{> header-stylesheets}}
</head>
<body>
{{> top-bar }}
<div id="app">
{{> settings-link}}
{{> sm-proxy-notification}}
{{> test-info testTitle='Publish Stream Manager Proxy Camera Source Test (WebRTC)'}}
<div class="stream-section">
<div class="instructions-block">
<p class="camera-select-field camera-select-form settings-field settings-collapsable">
<label for="camera-select" class="label-style settings-label">Select a Camera:</label>
<select id="camera-select" class="control"></select>
</p>
<p>
<button id="publish-button" class="control ui-button">Publish</button>
</p>
</div>
{{> status-field-publisher}}
{{> statistics-field packets_field='Packets Sent'}}
<div class="centered">
<p id="address-field" class="address-field hidden">Origin Address: N/A</p>
<video id="red5pro-publisher" class="red5pro-publisher"
controls autoplay playsinline muted>
</video>
</div>
</div>
</div>
{{> footer}}
{{> body-scripts}}
<script src="index.js"></script>
</body>
</html>