2018-10-31 17:01:30 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Video.js Dev Server</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h2>Navigation</h2>
|
|
|
|
<ul>
|
2018-11-14 19:06:55 +02:00
|
|
|
<li><a href="test/debug.html">Run unit tests in browser.</a></li>
|
2021-01-20 01:47:48 +02:00
|
|
|
<li><a href="docs/api/">view api docs</a></li>
|
2018-11-14 19:06:55 +02:00
|
|
|
<li><a href="sandbox/index.html">Simple Demo (also seen below)</a></li>
|
|
|
|
<li><a href="sandbox/plugin.html">Plugin Demo</a></li>
|
|
|
|
<li><a href="sandbox/responsive.html">Responsive Demo</a></li>
|
|
|
|
<li><a href="sandbox/middleware-play.html">Middleware Play Demo</a></li>
|
|
|
|
<li><a href="sandbox/icons.html">Icons Demo</a></li>
|
2023-06-12 20:31:06 +02:00
|
|
|
<li><a href="sandbox/svg-icons.html">SVG Icons Directory</a></li>
|
|
|
|
<li><a href="sandbox/svg-icons-enabled.html">SVG Icons Demo</a></li>
|
2018-11-14 19:06:55 +02:00
|
|
|
<li><a href="sandbox/focus-visible.html">Focus Visible Demo</a></li>
|
|
|
|
<li><a href="sandbox/embeds.html">Embeds Demo</a></li>
|
|
|
|
<li><a href="sandbox/descriptions.html">Descriptions Demo</a></li>
|
|
|
|
<li><a href="sandbox/combined-tracks.html">Combined Tracks Demo</a></li>
|
2018-12-05 23:12:21 +02:00
|
|
|
<li><a href="sandbox/live.html">Live Demo</a></li>
|
|
|
|
<li><a href="sandbox/liveui.html">LiveUI Demo</a></li>
|
|
|
|
<li><a href="sandbox/vertical-volume.html">Vertical Volume Demo</a></li>
|
2022-07-22 17:14:27 +02:00
|
|
|
<li><a href="sandbox/language.html">Language Demo</a></li>
|
|
|
|
<li><a href="sandbox/load-media.html"><code>loadMedia</code> Demo</a></li>
|
2019-03-28 21:35:00 +02:00
|
|
|
<li><a href="sandbox/hls.html">Hls Demo</a></li>
|
2022-10-04 21:29:25 +02:00
|
|
|
<li><a href="sandbox/quality-levels.html">QualityLevels Demo</a></li>
|
2019-04-29 20:45:02 +02:00
|
|
|
<li><a href="sandbox/autoplay-tests.html">Autoplay Tests</a></li>
|
2021-03-23 23:47:16 +02:00
|
|
|
<li><a href="sandbox/noUITitleAttributes.html">noUITitleAttributes Demo</a></li>
|
2023-04-04 22:44:16 +02:00
|
|
|
<li><a href="sandbox/docpip.html">Document Picture-In-Picture Demo</a></li>
|
2023-03-06 11:51:59 +02:00
|
|
|
<li><a href="sandbox/skip-buttons.html">Skip Buttons demo</a></li>
|
2021-02-18 17:00:42 +02:00
|
|
|
<li><a href="sandbox/debug.html">Videojs debug build test page</a></li>
|
2018-10-31 17:01:30 +02:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
<h2>Simple Demo (in an iframe)</h2>
|
2018-11-14 19:06:55 +02:00
|
|
|
<iframe src="sandbox/index.html" width=700 height=500></iframe>
|
2018-10-31 17:01:30 +02:00
|
|
|
</body>
|
|
|
|
</html>
|