videojs-panorama
videojs-panorama copied to clipboard
a plugin for videojs run a full 360 degree panorama video.
How I can take a sreenshot on 360 video with html or js? I had tried, but it turn`s out that the screen shot is the oringinal 360 picture, but...
Using video-js and panorama cause our stream to become very blurry. It is not ideal for a live stream on our website.
I am receiving the error 'player.panorama is not a function' when using video.js and videojs-panorama with React. My code is below: ``` import {Component, PropTypes} from 'react' import videojs from...
Just wondering if anyone has successfully managed to get `videojs-panorama` to work with `videojs-contrib-dash`? Although `videojs-contrib-hls` should work in theory, it seems people are still having some trouble implementing this...
I am looking for a video player for videos (mp4) and streaming (HLS) of 180 degrees. It has to be compatible for mobile. Is it possible with videojs-panorama? I have...
`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?
Hi, autoMobileOrientation is working fine on Android but not working on iOS. I think iOS require permission to access the gyroscope. is there any solution for it?
Does anyone can play video 360 on Firefox browser of Android device? I'm using Samsum Galaxy J7 Prime (Android 7.0). Only saw black screen although I can hear the sound...
I am using videojs 7.17.0 and panoroma in angular 12 application. But when we click on VRButton then screen is not split in two parts instead of that show black...
Hi Firstly, thanks for the great work. BTW, I have tested the sample via home page (http://yanwsh.github.io/videojs-panorama/) it works fine on my iPhone. But after testing with other Android phones,...