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
E/AndroidRuntime: FATAL EXCEPTION: ExoPlayerImplInternal:Handler
Process: com.google.android.exoplayer2.demo, PID: 8455
java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:255)
at java.util.ArrayList.get(ArrayList.java:308)
at com.google.android.exoplayer2.source.dash.manifest.SegmentBase$MultiSegmentBase.getSegmentTimeUs(SegmentBase.java:191)
at com.google.android.exoplayer2.source.dash.manifest.Representation$MultiSegmentRepresentation.getTimeUs(Representation.java:252)
at com.google.android.exoplayer2.source.dash.DefaultDashChunkSource$RepresentationHolder.updateRepresentation(DefaultDashChunkSource.java:402)
at com.google.android.exoplayer2.source.dash.DefaultDashChunkSource.updateManifest(DefaultDashChunkSource.java:128)
at com.google.android.exoplayer2.source.dash.DashMediaPeriod.updateManifest(DashMediaPeriod.java:84)
at com.google.android.exoplayer2.source.dash.DashMediaSource.updatePeriod(DashMediaSource.java:214)
at com.google.android.exoplayer2.source.dash.DashMediaSource.onManifestLoadCompleted(DashMediaSource.java:203)
at com.google.android.exoplayer2.source.dash.DashMediaSource$ManifestCallback.onLoadCompleted(DashMediaSource.java:389)
at com.google.android.exoplayer2.source.dash.DashMediaSource$ManifestCallback.onLoadCompleted(DashMediaSource.java:383)
at com.google.android.exoplayer2.upstream.Loader$LoadTask.handleMessage(Loader.java:356)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at android.os.HandlerThread.run(HandlerThread.java:61)
at com.google.android.exoplayer2.util.PriorityHandlerThread.run(PriorityHandlerThread.java:40)
I originally thought that the crash was related to something else and opened another issue (#1715), but after some investigation it turned out that the crash is not related.
The text was updated successfully, but these errors were encountered:
When the player receives the following MPD it crashes:
The exception is:
I originally thought that the crash was related to something else and opened another issue (#1715), but after some investigation it turned out that the crash is not related.
The text was updated successfully, but these errors were encountered: