forked from Orange-OpenSource/hasplayer.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 1.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>hasplayer.js v@@VERSION</title>
<meta name="description" content=""/>
</head>
<body>
<h1>hasplayer.js v@@VERSION</h1>
<h3>Release date: @@DATE</h3>
<p><a href="hasplayer.js-v@@VERSION.zip">Download archive</a></p>
<strong>Contents:</strong>
<ul>
<li><a href="dist/hasplayer.js">hasplayer.js</a> (build file)</li>
<li><a href="dist/hasplayer.min.js">hasplayer.min.js</a> (minified build file)</li>
<li><a href="RELEASES NOTES.txt">Releases notes</a></li>
<li><a href="doc/jsdoc/index.html">Doc</a> (including jsdoc)</li>
<li>Samples:</li>
<ul>
<li type="circle"><a href="samples/Dash-IF/index.html">Dash-IF</a>: Demonstration application from the DASH IF's dash.js project</li>
<li type="circle"><a href="samples/DemoPlayer/index.html?url=http://playready.directtaps.net/smoothstreaming/SSWSS720H264/SuperSpeedway_720.ism/Manifest">DemoPlayer</a>: A simple demonstration player with fullscreen video, customized control bar, and overlay bitrates graph</li>
</ul>
</ul>
</body>
</html>