Commit 3cbb1fa1 by Oliver Woodman

Tweak error string

parent be95968f
......@@ -160,8 +160,7 @@ public class MediaPresentationDescriptionParser extends DefaultHandler
}
if (periods.isEmpty()) {
throw new ParserException(
"no valid periods present in media presentation description");
throw new ParserException("No periods found.");
}
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