Skip to content

HTTPSReporting-Conf-OK-MultiRes.mpd has incorrect order of elements in <Metrics> #3

@paulhiggs

Description

@paulhiggs

mpd/dash-if/HTTPSReporting-Conf-OK-MultiRes.mpd contains the following

  <Metrics metrics="BufferLevel">
    <Reporting schemeIdUri="urn:mpeg:dash:sand:channel:2016" value="channel-reporting"/>
    <Range duration="PT10S"/>
  </Metrics>

however the MPEG DASH schema says that the <Range> element is first...

	<xs:complexType name="MetricsType">
		<xs:annotation>
			<xs:documentation xml:lang="en">
			Metrics
		</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Range" type="RangeType" minOccurs="0" maxOccurs="unbounded"/>
			<xs:element name="Reporting" type="DescriptorType" maxOccurs="unbounded"/>
			<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attribute name="metrics" type="xs:string" use="required"/>
		<xs:anyAttribute namespace="##other" processContents="lax"/>
	</xs:complexType>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions