| author | ymh <ymh.work@gmail.com> |
| Tue, 22 Oct 2024 09:54:34 +0200 | |
| changeset 1080 | 2b513bcb710a |
| parent 1073 | 687133dc13cf |
| permissions | -rw-r--r-- |
| 884 | 1 |
<!doctype html> |
2 |
<html> |
|
3 |
||
4 |
<head> |
|
| 909 | 5 |
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
| 884 | 6 |
<title>Metadataplayer test configurations</title> |
|
1069
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1024
diff
changeset
|
7 |
<link href='open-sans/css/fonts.css' rel='stylesheet' type='text/css'> |
| 884 | 8 |
<link href='test.css' rel='stylesheet' type='text/css'> |
9 |
</head> |
|
10 |
||
11 |
<body> |
|
12 |
<h1>Metadataplayer test configurations</h1> |
|
13 |
<ul class="pageindex"> |
|
|
1073
687133dc13cf
Add VideojsPlayer for handling youtube and vimeo
ymh <ymh.work@gmail.com>
parents:
1072
diff
changeset
|
14 |
<li><h2><a href="placeholderplayer.html">with Placeholder Player instead of video</a></h2></li> |
|
687133dc13cf
Add VideojsPlayer for handling youtube and vimeo
ymh <ymh.work@gmail.com>
parents:
1072
diff
changeset
|
15 |
<li><h2><a href="jwplayer.html">with JwPlayer (default on Ldt Platform, uses custom player functions)</a></h2></li> |
|
687133dc13cf
Add VideojsPlayer for handling youtube and vimeo
ymh <ymh.work@gmail.com>
parents:
1072
diff
changeset
|
16 |
<li><h2><a href="oggvideo.html">with HTML5/OGG (compatible with Firefox and Chrome)</a></h2></li> |
|
687133dc13cf
Add VideojsPlayer for handling youtube and vimeo
ymh <ymh.work@gmail.com>
parents:
1072
diff
changeset
|
17 |
<li><h2><a href="mp4video.html">with MP4 (HTML5 with compatible browsers, JwPlayer with others)</a></h2></li> |
|
687133dc13cf
Add VideojsPlayer for handling youtube and vimeo
ymh <ymh.work@gmail.com>
parents:
1072
diff
changeset
|
18 |
<li><h2><a href="youtube.html">with Youtube (uses Popcorn.js and the Popcorn Youtube plugin/player)</a></h2></li> |
|
687133dc13cf
Add VideojsPlayer for handling youtube and vimeo
ymh <ymh.work@gmail.com>
parents:
1072
diff
changeset
|
19 |
<li><h2><a href="vimeo.html">with Vimeo (uses Popcorn.js and the Popcorn Vimeo plugin/player)</a></h2></li> |
|
687133dc13cf
Add VideojsPlayer for handling youtube and vimeo
ymh <ymh.work@gmail.com>
parents:
1072
diff
changeset
|
20 |
<li><h2><a href="dailymotion.html">with Dailymotion (uses custom player functions)</a></h2></li> |
|
687133dc13cf
Add VideojsPlayer for handling youtube and vimeo
ymh <ymh.work@gmail.com>
parents:
1072
diff
changeset
|
21 |
<li><h2><a href="videojs.html">with Videojs (uses custom player functions)</a></h2></li> |
| 884 | 22 |
</ul> |
23 |
</body> |
|
24 |
</html> |