-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
player.panorama is not a function by npm for videojs7 #170
Comments
I am also facing the same issue in angular 7.Can anyone tell why this is happening ? |
@iubhatt17 Did you solve this problem? |
@iubhatt17 Did you solve this problem? |
@dave1981 @willmontiel I have then used another lib to implement 360 Degree View of video and then added some code in polyfill.ts file and boom it worked smoothly. |
@iubhatt17 which library did you use? |
import videojs from 'video.js';
window.videojs = videojs;
import panorama from 'videojs-panorama';
panorama(player, {
// some options
});
error: Uncaught TypeError: player.panorama is not a function
how to fix?
The text was updated successfully, but these errors were encountered: