4222a1f8 by David LaPalomento

Use videojs-swf 4.6.0

Temporarily use a newer version of videojs-swf then is included in the mainline video.js release.
1 parent 619fa74f
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
70 type="application/x-mpegURL"> 70 type="application/x-mpegURL">
71 </video> 71 </video>
72 <script> 72 <script>
73 videojs.options.flash.swf = 'node_modules/video.js/dist/video-js/video-js.swf'; 73 videojs.options.flash.swf = 'node_modules/videojs-swf/dist/video-js.swf';
74 // initialize the player 74 // initialize the player
75 var player = videojs('video'); 75 var player = videojs('video');
76 </script> 76 </script>
......
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
43 }, 43 },
44 "dependencies": { 44 "dependencies": {
45 "pkcs7": "^0.2.2", 45 "pkcs7": "^0.2.2",
46 "videojs-contrib-media-sources": "^0.3.0" 46 "videojs-contrib-media-sources": "^0.3.0",
47 "videojs-swf": "^4.6.0"
47 } 48 }
48 } 49 }
......