Giter Site home page Giter Site logo

dash-industry-forum / sand-test-vectors Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 1.0 124 KB

Test vectors for ISO/IEC 23009-5 Server And Network assisted DASH

License: BSD 3-Clause "New" or "Revised" License

Python 100.00%
dash mpeg-dash sand test-vectors

sand-test-vectors's Introduction

SAND Test Vectors

Build Status

This repository collects test vectors for the ISO/IEC 23009-5 Server And Network assisted DASH standard.

It comprises:

  • PED and status messages as plain text
  • PER and metrics message as XML documents
  • MPD example containing the sand:Channel element

sand-test-vectors's People

Contributors

edrthomas avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

paulhiggs

sand-test-vectors's Issues

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

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>

Discrepancy DaneCapabilities documentation and XSD

Hi,
I've noticed some discrepancies between the documentation and the normative annex provided at the end of ISO/IEC 23009-5. The documentation suggests that the DaneCapabilities PER message contains either a list of supportedMessage elements with the attribute messageType which refers to the PER message type, or an messageSetUri attribute. Annex A, which provides the normative XML schema for SAND messages, says nothing about the messageType attribute and suggests that supportedMessage should contain an unsigned integer value and that the messageSetUri attribute should be an element instead.

This repository seems to follow the documentation instead of the normative XSD. Does this imply that the provided XSD contains a mistake? Or am I overlooking something?

WSSReporting-OK-MultiRes.mpd has incorrect order of elements in <Metrics>

mpd/dash-if/WSSReporting-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>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.