-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathindex.html
34 lines (34 loc) · 1.05 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
<!doctype html>
{{> license}}
<html>
<head>
{{> meta title='Subscriber SM Proxy Screen Share Test'}}
{{> header-scripts}}
{{> header-stylesheets}}
</head>
<body>
{{> top-bar }}
<div id="app">
{{> settings-link}}
{{> sm-proxy-notification}}
{{> test-info testTitle='Subscriber Stream Manager Proxy Screen Share Test'}}
<div class="stream-section">
{{> status-field-subscriber}}
{{> statistics-field packets_field='Packets Received'}}
<div class="centered"><p id="address-field" class="address-field">Edge Address: N/A</p></div>
<div class="centered">
<video id="red5pro-subscriber"
controls="controls" autoplay="autoplay" playsinline
class="red5pro-subscriber red5pro-media red5pro-media-background"
width="640" height="480">
</video>
</div>
</div>
</div>
{{> footer}}
{{> body-scripts}}
{{> mobile-subscriber-util}}
{{> sm-scripts}}
<script src="index.js"></script>
</body>
</html>