Tweak error string
This commit is contained in:
parent
be95968fe2
commit
3cbb1fa1b9
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user