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
Provide a dash manifest with an empty segmentTimeline, getSegmentTimeUs attempts to index into segmentTimeline which is empty, resulting in an out of bounds error.
Expected result
Something other than an out of bounds error, perhaps an error or warn that the segmentTimeline is empty.
Actual result
Index out of bounds exception
Media
This was the mpd in question. May violate DASH spec, but a more useful error would be appreciated DASH_EXAMPLE.zip
Bug Report
You will email the zip file produced by adb bugreport to dev.exoplayer@gmail.com after filing this issue.