-
I tried to get videojs-vast-vpaid working with videojs-youtube. The Youtube video does play, however the ad doesn't.
Code: https://github.com/killerhis/videojs-vast-vpaid-with-videojs-youtube/blob/ma…
-
Videojs 6 released, got a bunch of error in console when tried to use, might need to tweak thing a bit.
-
Hi, can you please add support (or any kind of skipping) for wiseplay in playlist?
example:
```
var wisePlayUri = 'urn:uuid:3d5e6d35-9b9a-41e8-b843-dd3c6e72c42c';
var widevineUuid = 'urn:uuid…
-
Thank you for the plugin.
Would it be possible to support the newest version of videojs (7).
Thank you.
-
### Description
After updating videojs on 8.17.3 appears this type error which I cant resolve because seems its from depended on videojs/http-streaming. Videojs has his version of http-streaming in d…
-
☐ Problems with the async handling in main `useEffect`
In this example, the random number indicates the "session" for the useEffect. Session "0.78" ran quite some time ago, and now we are i…
-
## Description
I can't for the life of me find any info on how to actually change the quality. The following part from your documentation makes me think this is outside the scope of this plugin?!
…
-
I would like to contribute to this awesome project by creating some better docs for it. I would like to just document the public API exposed by `videojs.ima.*`.
I am not sure how to contribute to …
-
`
(function(window, videojs) {
var player = window.player = videojs('videojs-brand-player');
player.brand({
image: "/logo-example.png",
title: "Logo Titl…
-
## Description
I'm using React and I'm creating a custom `recordToggle` by extending the base `RecordToggle` class, as follows:
```ts
const RecordToggle = videojs.getComponent(
'RecordToggle',
…