-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathindex.html
33 lines (32 loc) · 908 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
<!doctype html>
{{> license}}
<html>
<head>
{{> meta title='Publish Stream Manager Proxy Test'}}
{{> header-scripts}}
{{> header-stylesheets}}
</head>
<body>
{{> top-bar }}
<div id="app">
{{> settings-link}}
{{> sm-proxy-notification}}
{{> test-info testTitle='Publish Stream Manager Proxy Test'}}
<div class="stream-section">
{{> 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>
</div>
<div class="centered">
<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>