-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.html
78 lines (69 loc) · 3.64 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Static Template</title>
<style>
body {font-size: 16px;font-family:Verdana, sans-serif}
h1 {font-size: 2em;}
h3 {font-size: 1.25em;margin-bottom: 0;}
ul {list-style:none;margin-top:.5em;padding-left:1.5em}
li {line-height:130%}
a {text-decoration: none;color:#00C}
b {line-height: 2em;}
</style>
</head>
<body>
<h1>THEOplayer samples for web</h1>
<h3>Ads</h3>
<ul id="csaiAdsSamples"><b>CSAI</b>
<li><a href="./reference-apps/ads-basic/index.html">Ads Basic</a></li>
<li><a href="./reference-apps/ads-basic-vmap/index.html">Ads Basic VMAP</a></li>
<li><a href="./reference-apps/ads-customize-overlay/index.html">Ads Customize Overlay</a></li>
<li><a href="./reference-apps/ads-customize-ui/index.html">Ads Customize UI</a></li>
</ul>
<ul id="ssaiAdsSamples"><b>SSAI</b>
<li><a href="./reference-apps/yospace/index.html">Yospace</a></li>
</ul>
<h3>Cache</h3>
<ul id="cacheSamples">
<li><a href="./reference-apps/cache-simple/index.html">Cache simple</a></li>
<li><a href="./reference-apps/cache-on-demand-with-button/index.html">Cache on demand with button</a></li>
</ul>
<h3>MultiView</h3>
<ul id="multiviewSamples">
<li><a href="./reference-apps/multiview/index.html">MultiView simple</a></li>
</ul>
<h3>TextTracks</h3>
<ul id="textTrackSamples">
<li><a href="./reference-apps/text-track-rendering-subtitles/index.html">Text track rendering - Subtitles</a></li>
<li><a href="./reference-apps/text-track-rendering-styling/index.html">Text track rendering - Styling</a></li>
<li><a href="./reference-apps/text-track-rendering-thumbnails/index.html">Text track rendering - Thumbnails</a></li>
<!--<li></li>-->
</ul>
<h3>UI</h3>
<ul id="uiSamples">
<li><a href="./reference-apps/ui-adding-buttons/index.html">UI - Adding buttons</a></li>
<li><a href="./reference-apps/ui-align-timeline-in-middle/index.html">UI - Align timeline in the middle</a></li>
<li><a href="./reference-apps/ui-change-big-play-button/index.html">UI - Change the big Play button</a></li>
<li><a href="./reference-apps/ui-control-bar-always-visible/index.html">UI - Control bar always visible</a></li>
<li><a href="./reference-apps/ui-keyboard-hotkeys/index.html">UI - Keyboard hotkeys</a></li>
<li><a href="./reference-apps/ui-language-localization/index.html">UI - Language localization</a></li>
<li><a href="./reference-apps/ui-quality-selector-and-labels/index.html">UI - Quality selector and labels</a></li>
<li><a href="./reference-apps/ui-remove-an-element/index.html">UI - Remove an element</a></li>
<li><a href="./reference-apps/ui-skinning/index.html">UI - Skinning</a></li>
<li><a href="./reference-apps/ui-visual-cues-midroll-ads/index.html">UI - Visual cues midroll ads</a></li>
</ul>
<h3>Misc player features</h3>
<ul id="miscFeaturesSample">
<li><a href="./reference-apps/up-next/index.html">Up Next</a></li>
<li><a href="./reference-apps/visibility-api/index.html">Visibility API</a></li>
</ul>
<h3>Other</h3>
<ul id="otherSamples">
<li><a href="./reference-apps/utility/index.html">Utility</a></li>
</ul>
</body>
</html>