-
Notifications
You must be signed in to change notification settings - Fork 5
/
brightcove.html
44 lines (39 loc) · 1.18 KB
/
brightcove.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Brightcove DNA Plugin</title>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<style>
body {
font-family: 'Roboto', sans-serif;
}
</style>
<link rel="stylesheet" href="//samples.streamroot.io/web/assets/demo-pages.css">
<!-- Makes the header -->
<script src="//samples.streamroot.io/web/assets/header.js"></script>
<!-- Graphs -->
<script src="//tools.streamroot.io/usage-graphs/stable/graphs.js"></script>
</head>
<body>
<header></header>
<center>
<div>
<video data-video-id="5800653563001"
data-account="5067014743001"
data-player="ryeNMcBcWm"
data-embed="default"
data-application-id
class="video-js"
controls
muted
width="512"
height="288">
</video>
<script src="//players.brightcove.net/5067014743001/ryeNMcBcWm_default/index.min.js"></script>
</div>
<div id="streamroot-graphs"></div>
</center>
</body>
</html>