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