mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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()) {
|
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…
Reference in a new issue