videojs / videojs-contrib-ads

A Tool for Building Video.js Ad Plugins
http://videojs.github.io/videojs-contrib-ads/
Other
384 stars 257 forks source link

videojs-contrib-ads not work #405

Closed badrizahra closed 6 years ago

badrizahra commented 6 years ago

i use videojs-contrib-ads exactly like this sample http://videojs.github.io/videojs-contrib-ads/integrator/getting-started.html

it has no console error but it doesnt work and video doesnt play at all. can you help me?

incompl commented 6 years ago

If can you post a test page I'm happy to take a look.

badrizahra commented 6 years ago

thanks for your answer i test it in a sample , simple project then i want to use in my main project that's here : http://langclub.ir/assets/uploads/videojs-ads.zip

incompl commented 6 years ago

It appears your issue is not with contrib-ads, but rather with videojs initialization. I saw the issue with contrib-ads removed from the example. I recommend taking a look at the example here to debug: https://videojs.com/getting-started/

badrizahra commented 6 years ago

thanks a lot . that was right :)

incompl commented 6 years ago

Happy to help!