Exoplayer: Midroll ad freezes Exoplayer

Created on 29 May 2019  路  5Comments  路  Source: google/ExoPlayer

[REQUIRED] Content description

ExoPlayer freezes at the starting of the midroll ad. This problem occurs only for some Vast id.
Steps:

  1. Loading VAST response in exoplayer latest IMA SDK.
  2. Playing starts with Pre Roll ad then Video content.
  3. After reaching Ad point at 2 minutes, AdEvent happen as Ad loaded but after that nothing happens.

Point noted:
1.Same Scenario with same Ad id work for preroll ads.

  1. If we change https to http it works with (error event) on API level 28 but same APK freezes Video API21 (Ad event : Loaded).
  2. With https: Ad event LOADED and Freezes video

[REQUIRED] Link to test content

Forwarded on EMAIL dev.[email protected]

[REQUIRED] Version of ExoPlayer being used

'com.google.android.exoplayer:exoplayer:2.10.1'
'com.google.android.exoplayer:extension-leanback:2.10.0'
'com.google.android.exoplayer:extension-ima:2.10.1'

[REQUIRED] Device(s) and version(s) of Android being used

MI A1 device API level 28 work above scenario with
http://vid.springserve.com/vast/.............
Output event : Error event
But same build APK freezes video in API 21 level.

in dependency

All 5 comments

@andrewlewis Any updates???

Any updates on this?

Please see the latest comment on #5006. There's a new IMA SDK preloading API in the process of being launched, and once that's available we can integrate it into the IMA extension. I think it's very likely that will fix this if the problem relates to callbacks from IMA.

After 793f12d playback shouldn't get stuck if we fail to preload an ad, and fa7d26d may have fixed the underlying problem. Please could you try to reproduce using the dev-v2 branch and let us know whether you are still seeing issues?

Closing due to inactivity and the fact that this is most likely fixed.

Was this page helpful?
0 / 5 - 0 ratings