Use videojs-swf 4.6.0
Temporarily use a newer version of videojs-swf then is included in the mainline video.js release.
Showing
2 changed files
with
3 additions
and
2 deletions
... | @@ -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> | ... | ... |
-
Please register or sign in to post a comment