Skip to content
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

Error: plugin "playlist" does not exist #83

Closed
byarchil opened this issue Sep 22, 2017 · 7 comments
Closed

Error: plugin "playlist" does not exist #83

byarchil opened this issue Sep 22, 2017 · 7 comments

Comments

@byarchil
Copy link

byarchil commented Sep 22, 2017

It happened after I updated the videojs and the playlist version
Test Chrome and Mozilla last version.

VideoJs Version = "video.js": "^6.2.7",
PlayList Version = "videojs-playlist": "4.0.0",
Build = WebPack
"npm": "^5.0.3",
[email protected]

Options 

 autoplay: true,
          controls: true,
          preload: 'auto',
          fluid: false,
          muted: false,
          width: '100%',
          height: '360',
          language: 'en',
          controlBar: {
            remainingTimeDisplay: false,
            playToggle: {},
            progressControl: {},
            fullscreenToggle: {},
            volumeMenuButton: {
              inline: false,
              vertical: true
            }
          },
          techOrder: ['html5'],
          plugins: {
            playlist: {
              autoadvance: true
            }
          }

Error Message

Error in mounted hook: "Error: plugin "playlist" does not exist"

@mdwisuta
Copy link

I got same error, how to configure the videojs-playlist on webpack??

@gkatsev
Copy link
Member

gkatsev commented Oct 16, 2017

I think it's because videojs-playlist still depends just on vjs 5.x. We forgot to update it, I'll make a PR.

@gkatsev
Copy link
Member

gkatsev commented Oct 16, 2017

Please try version 4.0.1.

@min1max
Copy link

min1max commented Oct 18, 2017

Same here. Error still exists in version 4.0.1.

@aschwtzr
Copy link

aschwtzr commented Feb 1, 2018

Is this still an issue in 4.2.0? Having an issue setting this up in Vue.

@jezperp
Copy link

jezperp commented Apr 23, 2018

did someone solve this? having the same error... both "playlist" and "slides" are not working, "hotkeys" are working though but a look at the code tells me these plugins are written completely different

@MrWiLofDoom
Copy link

I got this error after configuring webpack to work with HLS (videojs/videojs-contrib-hls#600 (comment))

It was working before I implemented HLS and I'm guessing it has something to do with having to bind the videojs to window.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants