Jackson Sui

Results 69 comments of Jackson Sui

Hello @fleischsalod , I would recommend that when you destroy the player you also call `videojsPlayer.ima.controller.sdkImpl.adDisplayContainer.destroy()`. I think this should take care of the video ad player instance. During this...

Hello @komw , I was able to reproduce the behavior you are seeing, where the 2nd ad does not load if `requestMode` is let to `"onLoad"`. I will plan into...

No, currently there is not a method of reloading the entire plugin.

Possibly, would that be better for your use-case than your work around of adding the `play()` function directly after the `this.player.ima.requestAds()`? Could you explain the benefits of reloading the plugin...

Hi @komw , Can you confirm that you are using `adsRenderingSettings.` as described in this [IMA preloading guide](https://developers.google.com/interactive-media-ads/docs/sdks/html5/client-side/preload)? I am not sure if this plugin has been updated to work...

Hello @as5550 and @komw , I think you can trigger loading an ad by adding the following code in response to [`Ads.prototype.init()`](https://github.com/googleads/videojs-ima/blob/main/examples/advanced/ads.js#L73): ``` this.player.trigger('readyforpreroll'); ``` Depending on your implementation, triggering...

Hello @Anas-mirza912 , Based on the way the IMA extension handles ad loading this is not currently possible. See the IMA Android preloading guide's [timing table](https://developers.google.com/interactive-media-ads/docs/sdks/android/client-side/preload#timing). With preloading, IMA starts...

Any solution to this problem yet? Or work-arounds other than just grabbing a ton of sms at once? Edit: Think I got a solution.

Hello @tuzz , Thank you for your request. We currently do not have any timelines for a new audio ads sample app, but I can update you here as that...

Hello @mozillr , If you look at the [advanced sample app](https://googleads.github.io/googleads-ima-html5/advanced/), this sample includes a player play button that triggers ad playback. Please let me know if you have any...