Commit 3cbb1fa1 by Oliver Woodman

Tweak error string

parent be95968f
...@@ -160,8 +160,7 @@ public class MediaPresentationDescriptionParser extends DefaultHandler ...@@ -160,8 +160,7 @@ public class MediaPresentationDescriptionParser extends DefaultHandler
} }
if (periods.isEmpty()) { if (periods.isEmpty()) {
throw new ParserException( throw new ParserException("No periods found.");
"no valid periods present in media presentation description");
} }
return buildMediaPresentationDescription(availabilityStartTime, durationMs, minBufferTimeMs, return buildMediaPresentationDescription(availabilityStartTime, durationMs, minBufferTimeMs,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment