yanwsh / videojs-panorama

a plugin for videojs run a full 360 degree panorama video.
http://yanwsh.github.io/videojs-panorama/
Other
485 stars 160 forks source link

Demo not working: media could not be loaded #32

Open fr-olivier opened 7 years ago

fr-olivier commented 7 years ago

Hello,

I'm very interested in this project and the demo works perfectly online. But when I clone the repo locally, do 'bower install' and fix the assets absolute links, I get the following error: "video.js:19464 VIDEOJS: ERROR: (CODE:4 MEDIA_ERR_SRC_NOT_SUPPORTED) The media could not be loaded, either because the server or network failed or because the format is not supported." Any idea why this happens?

Thanks for your feedback, François

yanwsh commented 7 years ago

Hey, the problem is i am using git lfs plugin. If you don't install this plugin on your machine, it won't download the video at the beginning.

You have two option to solve this issue. First, go to assets folder, and download all files.

Second, Install git lfs plugin and do git lfs pull.