Closed arunvjy closed 7 years ago
It looks like you are using Google's IMA plugin, I suggest opening a ticket there: https://github.com/googleads/videojs-ima
On Mon, Oct 16, 2017 at 5:17 AM, arnsathya notifications@github.com wrote:
myadcode.txt https://github.com/videojs/videojs-contrib-ads/files/1386832/myadcode.txt This plugin works fine when it separately loaded with Ads.( Not including dash.js and video-contrib.js) When i integrate dash.js and video-contrib.js to play the DRM protected content. The player.ads() function throws an error.
Uncaught TypeError: player.ads is not a function at new ImaPlugin (videojs.ima.js:1384) at Player.init (videojs.ima.js:57)
and another error was,
Uncaught TypeError: Cannot read property 'Events' of undefined at videojs.ads.js:11 at videojs.ads.js:719
These twp are the errors wat i got?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/videojs/videojs-contrib-ads/issues/289, or mute the thread https://github.com/notifications/unsubscribe-auth/AAM4Z9JjpIlLg4BR8x9CRLZIigRp5Pw5ks5ssx8egaJpZM4P6UHd .
myadcode.txt This plugin works fine when it separately loaded with Ads.( Not including dash.js and video-contrib.js) When i integrate dash.js and video-contrib-dash.js to play the DRM protected content. The player.ads() function throws an error.
Uncaught TypeError: player.ads is not a function at new ImaPlugin (videojs.ima.js:1384) at Player.init (videojs.ima.js:57)
and another error was,
Uncaught TypeError: Cannot read property 'Events' of undefined at videojs.ads.js:11 at videojs.ads.js:719
These twp are the errors wat i got?