videojs-panorama icon indicating copy to clipboard operation
videojs-panorama copied to clipboard

a plugin for videojs run a full 360 degree panorama video.

Results 100 videojs-panorama issues
Sort by recently updated
recently updated
newest added

## Description Briefly describe the issue. So I'm building an app using Vue to play back panorama videos using videojs and it works beautifully on web, iPhone and android. However,...

The video appears to be too sensitive to motion on Firefox on android. When moving around to pan the video, it spins around uncontrollably. When paused, the video shakes as...

Can the plugin handle the videojs autoplay option? For me, it's not working: ``` this.vjs = videojs(video, { autoplay: true, preload: 'metadata', plugins: { panorama: { showNotice: false, clickAndDrag: true,...

only can hear the voice.

The code of `handleDispose()` is someting like: ```js handleDispose: function handleDispose(event) { this.off('mousemove', this.handleMouseMove.bind(this)); this.off('touchmove', this.handleTouchMove.bind(this)); ... } ``` Witch is useless becasue `.bind()` creates a new function on each...

I'm trying to import the package `videojs-panorama` on isomorphic **React.js** configuration but it's failed do to usage of `window` on the code: ```js var Detector = { canvas: !!window.CanvasRenderingContext2D, ```...

excuse me,we used ffmpeg + nginx to build a single fisheye streaming server, but this plug-in can only show the video stream, can not Fisheye Lens Rectification. I would like...

When i'm on my iphone and i try to embed the player inside an iframe, the player won't go full screen. Or it won't work, or sometimes the builtin video...