We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The early available period should not be included into schema check, it generates errors, for example:
At least one BaseURL, SegmentTemplate or SegmentList shall be defined in Period, AdaptationSet or Representation.
Due to ISO/IEC 23009-1:2014(E):
For Early Available Periods, [...]. Such a Period element shall not contain URLs to Media Segments
The text was updated successfully, but these errors were encountered:
Which stream did you use for testing?
Sorry, something went wrong.
Here is an example of such period.
<?xml version="1.0"?> <MPD xmlns="urn:mpeg:dash:schema:mpd:2011" minBufferTime="PT3S" type="dynamic" availabilityStartTime="2022-08-19T08:00:00" minimumUpdatePeriod="PT5S" publishTime="2022-08-19T05:00:00" profiles="urn:mpeg:dash:profile:isoff-live:2011,urn:hbbtv:dash:profile:isoff-live:2012"> <Period id="1"/>
<?xml version="1.0"?>
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" minBufferTime="PT3S" type="dynamic" availabilityStartTime="2022-08-19T08:00:00" minimumUpdatePeriod="PT5S" publishTime="2022-08-19T05:00:00" profiles="urn:mpeg:dash:profile:isoff-live:2011,urn:hbbtv:dash:profile:isoff-live:2012">
<Period id="1"/>
</MPD>
No branches or pull requests
The early available period should not be included into schema check, it generates errors, for example:
At least one BaseURL, SegmentTemplate or SegmentList shall be defined in Period, AdaptationSet or Representation.
Due to ISO/IEC 23009-1:2014(E):
For Early Available Periods, [...]. Such a Period element shall not contain URLs to Media Segments
The text was updated successfully, but these errors were encountered: