UNPKG

videojs-vr

Version:

A plugin to add 360 and VR video support to video.js.

25 lines (24 loc) 1.18 kB
<!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>