theonion / videojs-vast-plugin

A VideoJS plugin for VAST
theonion.github.io/videojs-vast-plugin/
MIT License
263 stars 174 forks source link

VideoJs-Vast-plugin doesn't get initialized. #98

Open vikash5472 opened 8 years ago

vikash5472 commented 8 years ago

I have gone through the documentation still VIDEOJS: ERROR: Unable to find plugin: ads error is comming. I am using Videojs v5.4

var myPlayer = videojs('example-video', { plugins: { ads: {}, vast: { url: 'http://theonion.github.io/videojs-vast-plugin/onion_sample.xml' } } } );

brianpkelley commented 8 years ago

see #86