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
mwhipple
changed the title
An MPD with an empty SegmentList isn't caught
An MPD with incorrect root element attributes leads to an uncaught exception.
Jul 13, 2018
Still poking my way through this :). The exception referenced above seems to be a result of incorrect attributes on the MPD element...so most likely not valid but should likely be caught and made a friendlier message.
An MPD such as:
Results in:
TypeError: Cannot set property 'duration' of undefined
rather than something defined likeMISSING_SEGMENT_INFORMATION
Still working out the specifics.
The text was updated successfully, but these errors were encountered: