You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
timeline.getPeriod(periodIndex, period) at ExoPlayerImplInternal.java#L1474 always gives an ArrayIndexOutOfBoundsException as periodIndex == -1 at this point.
I think timeline.getPeriodByUid(periodUid, period) should be called instead to get the position of the subsequent period.
Thank you.
The text was updated successfully, but these errors were encountered:
timeline.getPeriod(periodIndex, period)
at ExoPlayerImplInternal.java#L1474 always gives an ArrayIndexOutOfBoundsException asperiodIndex == -1
at this point.I think
timeline.getPeriodByUid(periodUid, period)
should be called instead to get the position of the subsequent period.Thank you.
The text was updated successfully, but these errors were encountered: