mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
Tweak error string
This commit is contained in:
parent
be95968fe2
commit
3cbb1fa1b9
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Reference in a new issue