UNPKG

video.js

Version:

An HTML5 video player that supports HLS and DASH with a common API and skin.

19 lines (14 loc) 402 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Index of video.js examples</title> </head> <body> <h1>Index of video.js examples</h1> <ul> <li><a href="simple-embed">Video.js HTML5 video player simple example</a></li> <li><a href="elephantsdream">Elephants Dream video with text descriptions, chapters &amp; captions example</a></li> </ul> </body> </html>