Skip to content
New issue

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

Schema validation in case of early available periods #601

Open
Lis-TV opened this issue Oct 11, 2022 · 2 comments
Open

Schema validation in case of early available periods #601

Lis-TV opened this issue Oct 11, 2022 · 2 comments

Comments

@Lis-TV
Copy link

Lis-TV commented Oct 11, 2022

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

@dsilhavy
Copy link
Contributor

dsilhavy commented May 5, 2023

Which stream did you use for testing?

@Lis-TV
Copy link
Author

Lis-TV commented May 5, 2023

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"/>

</MPD>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants