mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
24 lines
1.2 KiB
HTML
24 lines
1.2 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>videojs-vr Demo</title>
|
|
</head>
|
|
<body>
|
|
<iframe width="700" height="400" src="examples/360.html" allowfullscreen="" webkitallowfullscreen="" mozallowfullscreen="" allow="gyroscope; accelerometer; xr"></iframe>
|
|
<ul>
|
|
<li><a href="test/debug.html">Run unit tests in browser.</a></li>
|
|
<li><a href="examples/180.html">180 video example</a></li>
|
|
<li><a href="examples/180-mono.html">180 video example (monoscopic input)</a></li>
|
|
<li><a href="examples/360-cube.html">360 Cube Video example</a></li>
|
|
<li><a href="examples/360.html">360 Video example</a></li>
|
|
<li><a href="examples/360-two.html">Another 360 Video example</a></li>
|
|
<li><a href="examples/360-tb.html">360 TB Video example</a></li>
|
|
<li><a href="examples/eac.html">EAC video example</a></li>
|
|
<li><a href="examples/eac-lr.html">EAC LR video example</a></li>
|
|
<li><a href="examples/fluid.html">"Fluid" video size example</a></li>
|
|
<li><a href="examples/spatial.html">Spatial audio example</a></li>
|
|
<li><a href="examples/sphere-detail.html">360 with increased sphere detail example</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|