-
Notifications
You must be signed in to change notification settings - Fork 0
/
selector.html
48 lines (40 loc) · 1.13 KB
/
selector.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
40
41
42
43
44
45
46
47
48
<html>
<head>
<style>
h2 {
color: brown;
margin-top: 60px;
margin-bottom: 2px;
}
.flex-container {
display: flex;
}
.flex-child {
flex: 1;
margin-right: 20px;
}
</style>
</head>
<body>
<h1>POC Video Selector</h1>
<h2>Script Embed PlayerKey Present</h2>
<div class="flex-container">
<div class="flex-child">
<h3>JWPlayer</h3>
<div style="width:640px; height:360px;">
<script src="https://publish.app.dev1.viostream.io/player/niwrgrydeczxu6?playerKey=s-nh9xkx4"></script>
</div>
</div>
<div class="flex-child">
<h3>VideoJs</h3>
<div style="width:640px; height:360px;">
<script src="https://publish.app.dev1.viostream.io/player/niwrgrydeczxu6?playerKey=s-de5xg4x"></script>
</div>
</div>
</div>
<!-- <h2>Channel Embed</h2>
<div class="flex-child">
<script src="http://publish.viostream.localtest.me/player/c-dyoofzz"></script>
</div> -->
</body>
</html>