UNPKG

553 BHTMLView Raw
1<!DOCTYPE html>
2<html>
3<head>
4 <link type="text/css" rel="stylesheet" href="../node_modules/video.js/dist/video-js.min.css" />
5</head>
6<body>
7 <video
8 id="vid1"
9 class="video-js vjs-default-skin"
10 width="640" height="264"
11 controls
12 data-setup='{ "techOrder": ["youtube"], "sources": [{ "type": "video/youtube", "src": "https://www.youtube.com/watch?v=nyMkLwSyOVQ&list=PL63F0C78739B09958"}] }'
13 >
14 </video>
15
16 <script src="../node_modules/video.js/dist/video.js"></script>
17 <script src="../dist/Youtube.js"></script>
18</body>
19</html>