-
## Description
When a react application is created with vite, the `videojs-contrib-eme` plugin does not seem to load correctly.
## How to reproduce
- open the console
- run `npm create vite@…
-
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.Can…
-
Hi there!
First, congratulations and great work.
I have a problem trying to use this plugin, and I think webpack might be an ingredient to the problem.
Here is how I use the libraries:
```…
-
This package doesn't have any types :-/
-
## Description
When a HLS source is loaded and then an Ad video is attempted to play, I get a:
Uncaught DOMException: Failed to read the 'buffered' property from 'SourceBuffer': This SourceBuffer …
-
In the future we may want to use a similar library / implementation such at https://github.com/bbc/react-transcript-editor
-
Hello,
Using the latest docs I'm running into an issue that could be really specific so I'm asking for guidelines if you have any.
In an old app, I had something like this:
```jsx
So…
-
Is there any recommended way to destroy the videojs-ima instance, when disposing the video-js player?
I'm using React (v17) and dispose the video-js player as soon my React Functional-Component unm…
-
### Description
I am building a javascript widget that makes use of VideoJS to play videos, after bundling the file, I noticed that VideoJS contributed to more than half of the entire project size. I…
-
### Description
I have tried dynamic import video.js as its bundle size is too large.
But it seems not working as it is creating multiple nodes of video-js.
So what is correct way of doing this. …