1 Adaptive Streaming Overview (Informative)

Size: px
Start display at page:

Download "1 Adaptive Streaming Overview (Informative)"

Transcription

1 1 Adaptive Streaming Overview (Informative) Adaptive streaming is enabled by two main components: 1. A media format that can be delivered by an HTTP server as a sequence of Segments, each in response to an HTTP: URL request by a player. 2. A manifest file (Media Presentation Description, MPD) that provides sufficient information to a player so it can make the appropriate URL requests. DASH Adaptive Streaming Standard The MPD describes Media Segments available for download as resources that behave as files or portions of files stored on an HTTP server that are identified by URL and can be downloaded by HTTP protocol. MPEG, 3GPP, and other organizations cooperated to complete an MPEG MPD standard called DASH (Dynamic Adaptive Streaming over HTTP), which is a very broad XML MPD file format that can be profiled for specific media formats and application protocols to make practical implementations possible. DASH is currently at DIS (Draft International Standard) stage, and is subject to small changes until it goes to International Standard ballot (expected in July). DASH Profiles DASH Profiles consist of constraint on both the media format, and the XML MPD format (both syntax and semantics). Since the MPD is basically a description of the media, the file format(s), encryption format(s), elementary stream encoding, indexing information, etc. in the media format determine the behavior that can be expressed by the MPD, and what functionality is required in a player to execute particular behavior (such as seamless bitrate and/or video resolution switching). DASH tries not to specify client behavior or implementation. For instance, it does not specify how a player should select optimal tracks for initial playback, or switch tracks (or multiplexed files) in response to high or low input buffer conditions. In theory, players could be built that could seamlessly switch between any different transport streams (e.g. MPEG-2 TS and ISO Base Media File Format and MP4 multiplexed AVC) and different codecs, given enough decoders, indexing information, processing capabilities, network bandwidth, etc. In practice, media formats like UltraViolet greatly simplify players, allowing them to independently select and synchronize tracks with simple sequencing (concatenation splicing) of independently decodable Segments from alternate tracks, without the bandwidth and processing penalties that results when trying to splice and resynchronize different tracks in overlapping multiplexed Segments. Player expected player behavior and interoperability can be better specified in the semantics of an UltraViolet DASH Profile, but most implementation and optimization remains out of scope of the DASH protocol and media format Profile. The UltraViolet DASH Profile In the case of UltraViolet video on demand (VOD) DASH applications, media may be stored as full length files, each containing a single track. The MPD describes Movie Fragments of each file as Segments in a Representation, and enables a player to execute an application layer protocol to: initialize a streaming session, request a sequence of Segments from multiple tracks (DASH Representations),

2 synchronize playout of multiple tracks to a common timeline, random access media at designated locations on the presentation timeline, switch tracks seamlessly (or otherwise) in response to network conditions or user request, request, or respond to server originated events, such as MPD updates, change of server location, etc. These DASH application protocols rely on HTTP network layer protocol to take advantage of existing HTTP infrastructure of servers, edge networks, load balancing, caching, routing, NAT traversal, stateless protocol, dynamic IP address allocation, scalability, etc. The structure of a media format and the adaptive streaming protocols that can be used with it are closely coupled. For instance, movie fragments in UltraViolet media profiles provide predefined file Segments that are optimized for adaptive streaming. Each UV movie fragment may be addressed as a Segment using the standard structure of the Common Container File format. Because UV stores audio, video, and subtitles in separate movie fragments, tracks may be addressed and combined independently (in contrast to multiplexed files where each movie fragment stream segment includes a mix of samples and metadata from multiple tracks, so those tracks are all downloaded or switched whenever a single track is changed by selecting a segment of a different multiplex file). UV movie fragments are further optimized to be independently decodable and switchable so that fragments from alternate files (e.g. alternate bitrates and resolutions) may be simply concatenated and decoded as a normal track without complicated repacketization, synchronization, splicing, etc. The structure of UltraViolet Common Container Format enables simplification of DASH application protocols. There are two general types of addressing schemes used in DASH: 1. Playlists of URLs in MPDs downloaded from the server 2. Templates in an MPD to allow the client to construct URLs automatically Playlists can be relatively large (one URL for each Segment of each available track), but are necessary where URLs are used with byte ranges, time parameters, or filename parameters that are not uniform or predictable. Playlist schemes may require fetching a new MPD as often as once per Segment duration (e.g. 2 seconds) when new Segments are being added or the MPD might change (e.g. a session is redirected to another server, ended, extended, chained, ads inserted, live encoding, etc.). When servers update MPD playlists on a regular cycle, such as when new Segments are added to a playlist every few seconds, players will tend to converge update requests to the instant the new MPD is published, creating a request storm. Normally most Segment and MPD requests are handled by edge network caches, but HTTP error responses (e.g. 404, etc.) require processing by the origin server, which can deteriorate overall content delivery network (CDN) performance. Templates allow the player to construct Segment URLs using parameter substitution in a string, and anticipate URLs in advance of Segments being encoded where parameters are known in advance. The template scheme works well for both live and VOD content. Parameters such as a sequence number, track identifier, quality or bitrate code, media time, etc. may be inserted in a URL resource name and each Segment treated by the player as a unique file on the server (a server may or may not store Segments as individual files). Note that URL fragment and query parameters may be added to Segment URLs, but will be ignored by generic HTTP servers. Only the resource name and (a single, optional) byte range are normally handled by generic HTTP 1.1 servers.

3 In the case of UltraViolet files, the movie fragment number provides a convenient Segment index parameter already stored and indexed in UV files. Players can find the available tracks listed in the MPD as Representations and Representation Groups (e.g. sets of alternate video tracks of the same content at different bitrates), and simply select the preferred file name based on Representation parameters (e.g. MIME type, language, rating, bitrate, etc.), and increment the Segment number by one until the maximum Segment number listed in the MPD is reached. The information in the MPD plus decoding and decryption information included in each track fragment are sufficient to initialize media playback without having to request an Initialization Segment allowed in the DASH protocol (The UV Streaming Media Format is called Self-initializing in DASH terminology). For each new Segment request, the player can determine if a higher or lower bitrate should be selected based on buffer level and other heuristics it may use, and change the root of the template name accordingly, using the same sequential Segment/movie fragment number. The MPD provides an index of Segment durations for tracks where all Segments are not exactly the same duration (similar to the mfra box in the file, but run length encoded) so that exact media time-to-segment number random access and synchronization can be performed on all tracks. If Segment durations are identical or relatively consistent, then the Segment/fragment number for any media time during a presentation can be found or approximated simply by dividing that media time by Segment duration. UltraViolet Streaming Media Profile UltraViolet Streaming Media Profile Track Files are defined in Annex E of the CFF Media Format Specification. Each Track File contains a single track that is conformant to PD, SD, or HD Media Profiles, with minor exceptions. Track Files containing tracks of the same type (i.e. audio, video, or subtitles), same duration, for the same synchronized program, etc. are called Alternate Track Files. All Track Files are described as Partial Representations and are assigned to non-zero Representation Groups. (Group zero is reserved for multitrack files, where tracks can not be independently combined and switched.) Alternate Track Files that have time aligned movie fragments and compatible encoding, encryption, etc. constitute Switchable Track File Sets. Switchable Track File Sets can be represented by a single RepresentationGroup in an MPD and used for seamless switching during playback. The primary use of seamless track switching is to adapt video bitrate by selecting between tracks and track fragments encoded at different bitrates. 2 The UV Adaptive Streaming Profile of MPEG DASH (Normative) MPEG standardized a general protocol for HTTP streaming of media files or streams called DASH (Dynamic Adaptive Streaming over HTTP). DASH specifies an XML Media Presentation Description (MPD) document format that provides clients with sufficient information to download file segments using HTTP requests, to select between available segments encoded at different bitrates in response to network throughput, and maintain continuous playback while doing so. This specification defines a profile of DASH, which is a schema subset, specific protocol options, and semantics optimized for the UltraViolet Adaptive Streaming Media Profile specified in Appendix E of the DECE Media Format specification. 3 Definitions and Acronyms DASH Dynamic Adaptive Streaming over HTTP, MPEG standard XXX (currently Draft International Standard stage). Streaming performed by players making frequent HTTP requests to download short segments of video that are decoded as a continuous presentation. MPD Media Presentation Description

4 Adaptive Streaming Continuous internet delivery and playback of video while periodically adjusting media bitrate in order to adjust to network throughput without interrupting playback. Segment A short file or segment of a file that can be requested by URL. In UV Profile, a Segment is refers to a movie fragment as defined in the CFF specification. Media Segment Contains audio, video, or subtitles; as opposed to an Initialization Segment, which is defined in other MPD Profiles to include the head of a file, including a moov box. Representation XML representation of a sequence of Segments and their URL addresses. Representation Group One or more Representations. In UV Profile, a single Track File or a Switchable Track File Set. Period The duration of a media presentation and its Representations. An MPD may contain multiple sequential Periods, such as a sequence of shows or commercials. 4 Normative References [DASH] DASH DIS [CFF] CFF Annex D, UltraViolet Adaptive Streaming Media Profile 5 The UV Profile of DASH For presentations conforming to the DASH UV Profile, the DASH MPD profiles attribute SHALL contain the following string: {NOTE: place holder} This profile places constraints on both the MPD schema and protocols, and the media files that may be referenced, which SHALL be constrained to the CFF Adaptive Streaming Media Profile [CFF, Appendix E] The following UV Profile specification specifies constraints on the DASH specification and describes the features used as they apply to the Adaptive Streaming Media Profile Track Files and movie fragments. Protection schemes UV Profile DASH MPD referencing encrypted content SHALL include at least one ContentProtection element for the cenc Common Encryption protection scheme including a SchemeInformtion element of the following form: <ContentProtection schmeiduri="urn:mpeg:mpegb:dash:mp4protection:cenc"> <SchemeInformation> <cencversion>0</cencversion> <defaultivsize>8</defaultivsize> <defaultalgorithmid>1</defaultalgorithmid> <defaultkid>9d03c19f-5c c </defaultkid> <defaultvideokid>7b03c19e-4c c </defaultvideokid> </SchemeInformation> </ContentProtection> cencversion SHALL be equal to the version cenc version stored in the schm box. defaultivsize, defaultalgorithmid, defaultkid, and defaultvideokid SHALL be equal to the values in

5 tenc boxes. If different KIDs are used for audio and video, then the KID of the video track SHALL be placed in the optional defaultvideokid attribute. ContentProtection elements for one or more DRM protection schemes MAY be included to assist in acquiring licenses prior to requesting Media Segments. Each DRM system can define one or more schemeiduri attribute URI strings and required or optional use of the SchemeInformation element. The following is an example ContentProtection element for PlayReady DRM: <ContentProtection schmeiduri="urn:microsoft.com:playready:<systemid>"> <SchemeInformation> <licenseurl> LicenseServer.com/example </licenseurl> <psshpayload> (Base64 encoded contents of a pssh box matching SystemID) </psshpayload> </SchemeInformation> </ContentProtection> SystemID SHALL be equal to the UUID value in a PlayReady pssh box. licenseurl SHALL be the URL of a PlayReady license server or server locator where a DRM license may be acquired. psshpayload optionally contains the contents of a PlayReady pssh box for the Adaptive Streaming File Set referenced by the MPD, which may be used for license acquisition or other DRM functions. Media Presentation Description features The following features of DASH MPDs and adaptive streaming protocols are constrained by the UltraViolet profile defined herein for use with media conforming to the Adaptive Streaming Media Profile defined in CFF Annex E.[CFF] Media Segment features: DASH Media Segments reference CFF movie fragments, as specified in Section 2.X in [CFF] Media Segments are self-initializing (no initialization segment is used in the MPD), Segments are independently decodable (start with RAP, contain necessary decoder configuration parameters and decryption information, etc.) Segments are randomly accessible using movie fragment indexes, fragment numbes or fragment time using a Representation SegmentTimeline or fixed duration Segments are independently selectable and switchable by Partial Representation and corresponding track, so different audio, video, and subtitle tracks may be used in any combination (normally limited to one of each media type) and changed individually and independently at Segment intervals Representation features: DASH Representations reference CFF Track Files All CFF Track Files are defined as Partial Representations, so one each separate audio, video, and subtitle Representations must be selected by a player to form a complete Presentation. Multitrack Representations with Group = 0 are not allowed.

6 Segments from alternate Representations of the same Switching Track Set in the same Representation Group may be sequenced by simple concatenation to produce valid tracks and seamlessly decodable elementary streams Corresponding Segments in different Representations in the same Representation Group SHALL have the same duration (they are time aligned and bitstreamswitchable ) Segments may have different durations within a track using a SegmentTimeline, but a Representation Group may only have one SegmentTimeline. Segments in different Representation Groups may have different durations (e.g. audio track Segment durations different from video track Segment durations, or a different audio Group) Signaling for content protection, accessibility, rating, and viewpoint annotations on Representations Switching between Representations in different Groups may or may not result in muting, etc. depending on differences in time alignment, codecs, device capabilities (e.g. multiple decoders), etc. A device MAY request more than one representation of a media type simultaneously e.g. stereo for headphones plus multichannel bitstream for external surround sound. Left and right video streams would be another example. Requesting multiple streams of a type requires that a device has sufficient bandwidth and multiple decoders available. File features: Track Files described by Representations in the same Representation Group SHALL share the same CFF TrackID, timebase, track duration, encryption keys (KID), display size (if video), codec and channels (if audio). sidx, ssix, tfad, and styp boxes in Segment data are not specified in CFF Adaptive Streaming Media Profile, and may be ignored if present tfdt is required in each traf to provide accumulated basemediadecodetime for each fragment. MPD features: This DASH Profile is intended for video on demand applications, not live encoding and streaming, multicast tuning, etc., although the protocols selected are compatible with those applications Periodic download of MPDs to check for updates is not required Segment URL templates SHALL be used for Segment address generation Fragment number or fragment time parameters may be used in Segment URL templates (SegmentTimeline allows players to translate between duration and fragment number for tracks with variable Segment durations) An MPD Period SHALL be equal to, or shorter than the duration of the tracks referenced within it Multiple CFF files may be sequenced in a single MPD as multiple Periods

7 XLink is not used in order to reduce device complexity, and not needed because large playlists are not used (only small templates) Support for source diversity using multiple BaseURL elements Media Presentation Description subset The following list shows the MPD elements and attributes required for this profile along with any value or cardinality constraints. type (must be OnDemand ) profiles (must contain UV profile URI) mediapresentationduration minbuffertime BaseURL ProgramInformation moreinformationurl Title Source Copyright Period id start duration minbuffertime segmentalignmentflag (must be true for UV) bitstreamswitchingflag (must be true for UV) SegmentInfoDefault duration startindex sourceurltemplateperiod BaseURL SegmentTimeline (must be present for variable duration track fragments in a track) Group (must be at least one) group width height parx pary lang mimetype startwithrap (must be true ) framerate numberofchannels samplingrate minbandwidth maxbandwidth minwidth maxwidth minheight maxheight minframerate maxframerate

8 ContentProtection Accessibility Rating Viewpoint MultipleViews stereoid FramePacking SegmentInfoDefault duration startindex sourceurltemplateperiod BaseURL SegmentTimeline Representation id bandwidth group width height parx pary lang mimetype startwithrap (must be true ) framerate numberofchannels samplingrate ContentProtection Accessibility Rating Viewpoint SegmentInfo duration startindex BaseURL SegmentTimeline UrlTemplate Media Presentation Description Schema Subset The following complete MPD schema shows those attributes and elements that are not used by the UV profile as marked out: <?xml version="1.0" encoding="utf-8"?> <xs:schema targetnamespace="urn:mpeg:mpegb:schema:dash:mpd:dis2011" attributeformdefault="unqualified" elementformdefault="qualified" xmlns:xs=" xmlns:xlink=" xmlns="urn:mpeg:mpegb:schema:dash:mpd:dis2011"> <xs:import namespace=" schemalocation="

9 <xs:annotation> <xs:appinfo>media Presentation Description</xs:appinfo> <xs:documentation xml:lang="en"> This Schema defines Media Presentation Description for MPEG DASH. The namespace identifier is for this draft version of the specification. The final version will use a different namespace identifier to align with 3GPP. However, changes from the draft to the final version are not expected to change the information model, even if the schema changes, and trial implementation and comment on the schema presented here are both encouraged. </xs:documentation> </xs:annotation> <!-- MPD: main element --> <xs:element name="mpd" type="mpdtype"/> <!-- MPD Type --> <xs:complextype name="mpdtype"> <xs:element name="programinformation" type="programinformationtype" minoccurs="0"/> <xs:element name="period" type="periodtype" maxoccurs="unbounded"/> <xs:element name="baseurl" type="baseurltype" <xs:attribute name="profiles" type="urivectortype"/> <xs:attribute name="type" type="presentationtype" default="ondemand"/> <xs:attribute name="availabilitystarttime" type="xs:datetime"/> <xs:attribute name="availabilityendtime" type="xs:datetime"/> <xs:attribute name="mediapresentationduration" type="xs:duration"/> <xs:attribute name="minimumupdateperiodmpd" type="xs:duration"/> <xs:attribute name="minbuffertime" type="xs:duration"/> <xs:attribute name="timeshiftbufferdepth" type="xs:duration"/> <!-- Type of presentation - live or on-demand --> <xs:simpletype name="presentationtype"> <xs:restriction base="xs:string"> <xs:enumeration value="ondemand"/> <xs:enumeration value="live"/> </xs:restriction> </xs:simpletype> <!-- Program information for a presentation --> <xs:complextype name="programinformationtype"> <xs:element name="title" type="xs:string" minoccurs="0"/> <xs:element name="source" type="xs:string" minoccurs="0"/> <xs:element name="copyright" type="xs:string" minoccurs="0"/> <xs:attribute name="moreinformationurl" type="xs:anyuri"/> <!-- Period of a presentation --> <xs:complextype name="periodtype"> <xs:element name="segmentinfodefault" type="segmentinfodefaulttype" minoccurs="0"/> <xs:element name="representation" type="representationtype" <xs:element name="group" type="grouptype" <xs:element name="subset" type="subsettype" <xs:attribute ref="xlink:href"/> <xs:attribute ref="xlink:actuate" default="onrequest"/> <xs:attribute name="start" type="xs:duration"/>

10 <xs:attribute name="id" type="xs:string" /> <xs:attribute name="duration" type="xs:duration"/> <xs:attribute name="minbuffertime" type="xs:duration"/> <xs:attribute name="segmentalignmentflag" type="xs:boolean" default="false"/> <xs:attribute name="bitstreamswitchingflag" type="xs:boolean" default="false"/> <!-- RepresentationBase type; extended by other Representation-related types --> <xs:complextype name="representationbasetype"> <xs:element name="contentprotection" type="contentdescriptortype" <xs:element name="accessibility" type="contentdescriptortype" <xs:element name="rating" type="contentdescriptortype" <xs:element name="viewpoint" type="contentdescriptortype" <xs:element name="multipleviews" type="multipleviewstype" minoccurs="0"/> <xs:attribute name="group" type="xs:unsignedint"/> <xs:attribute name="width" type="xs:unsignedint"/> <xs:attribute name="height" type="xs:unsignedint"/> <xs:attribute name="parx" type="xs:unsignedint"/> <xs:attribute name="pary" type="xs:unsignedint"/> <xs:attribute name="lang" type="langvectortype"/> <xs:attribute name="mimetype" type="xs:string"/> <xs:attribute name="startwithrap" type="xs:boolean"/> <xs:attribute name="framerate" type="xs:double"/> <xs:attribute name="maximumrapperiod" type="xs:double"/> <xs:attribute name="numberofchannels" type="stringvectortype"/> <xs:attribute name="samplingrate" type="stringvectortype"/> <!-- Representation of the presentation content for a specific Period; extends RepresentationBaseType --> <xs:complextype name="representationtype"> <xs:complexcontent> <xs:extension base="representationbasetype"> <xs:element name="subrepresentation" type="subrepresentationtype" <xs:element name="segmentinfo" type="segmentinfotype"/> <xs:element name="trickmode" type="trickmodetype" minoccurs="0"/> <xs:attribute name="id" type="xs:string" use="required"/> <xs:attribute name="bandwidth" type="xs:unsignedint" use="required"/> <xs:attribute name="qualityranking" type="xs:unsignedint"/> <xs:attribute name="dependencyid" type="stringvectortype"/> <xs:attribute name="bitstreamstructureid" type="stringvectortype"/> </xs:extension> </xs:complexcontent> <!-- SubRepresentation of the presentation content for a specific Period; extends RepresentationBaseType --> <xs:complextype name="subrepresentationtype"> <xs:complexcontent> <xs:extension base="representationbasetype"> <xs:attribute name="level" type="xs:unsignedint" use="required"/> <xs:attribute name="bandwidth" type="xs:unsignedint" use="required"/> <xs:attribute name="trickmodeapr" type="xs:double"/> </xs:extension> </xs:complexcontent>

11 <!-- Group to contain information common to a group of Representations; extends RepresentationBaseType --> <xs:complextype name="grouptype"> <xs:complexcontent> <xs:extension base="representationbasetype"> <xs:element name="representation" type="representationtype" <xs:element name="segmentinfodefault" type="segmentinfodefaulttype" minoccurs="0"/> <xs:attribute ref="xlink:href"/> <xs:attribute ref="xlink:actuate" default="onrequest"/> <xs:attribute name="minbandwidth" type="xs:unsignedint"/> <xs:attribute name="maxbandwidth" type="xs:unsignedint"/> <xs:attribute name="minwidth" type="xs:unsignedint"/> <xs:attribute name="maxwidth" type="xs:unsignedint"/> <xs:attribute name="minheight" type="xs:unsignedint"/> <xs:attribute name="maxheight" type="xs:unsignedint"/> <xs:attribute name="minframerate" type="xs:double"/> <xs:attribute name="maxframerate" type="xs:double"/> <xs:attribute name="subsegmentalignment" type="xs:boolean" default="false"/> <xs:attribute name="segmentalignmentflag" type="xs:boolean"/> <xs:attribute name="bitstreamswitchingflag" type="xs:boolean"/> </xs:extension> </xs:complexcontent> <!-- Subset selection information on Groups --> <xs:complextype name="subsettype"> <xs:element name="contains" type="containstype" minoccurs="1" maxoccurs="unbounded"/> <xs:complextype name="containstype"> <xs:attribute name="group" type="xs:unsignedint" use="required"/> <!-- Default Segment access information --> <xs:complextype name="segmentinfodefaulttype"> <xs:element name="initialisationsegmenturl" type="urltype" minoccurs="0"/> <xs:element name="baseurl" type="baseurltype" <xs:element name="segmenttimeline" type="segmenttimelinetype" minoccurs="0"/> <xs:attributegroup ref="segmentinfoattrgroup"/> <xs:attribute name="sourceurltemplateperiod" type="xs:string"/> <xs:attribute name="indextemplate" type="xs:string"/> <!-- Segment access information --> <xs:complextype name="segmentinfotype"> <xs:element name="initialisationsegmenturl" type="urltype" minoccurs="0"/> <xs:element name="baseurl" type="baseurltype" <xs:element name="segmenttimeline" type="segmenttimelinetype" minoccurs="0"/> <xs:choice minoccurs="0"> <xs:element name="urltemplate" type="urltemplatetype" minoccurs="0"/> <xs:element name="url" type="urltype" maxoccurs="unbounded"/> <xs:element name="index" type="urltype" maxoccurs="unbounded"/>

12 <xs:any namespace="##other" processcontents="lax" minoccurs="0" maxoccurs="unbounded"/> <xs:element name="segmentlist" type="segmentlisttype" minoccurs="0"/> <xs:any namespace="##other" processcontents="lax" minoccurs="0" maxoccurs="unbounded"/> </xs:choice> <xs:attributegroup ref="segmentinfoattrgroup"/> <!-- grouping attributes common to SegmentInfo and SegmentInfoDefault --> <xs:attributegroup name="segmentinfoattrgroup" > <xs:attribute name="duration" type="xs:duration"/> <xs:attribute name="startindex" type="xs:unsignedint" default="1"/> </xs:attributegroup> <!-- A Segment URL --> <xs:complextype name="urltype"> <xs:attribute name="sourceurl" type="xs:anyuri"/> <xs:attribute name="range" type="xs:string"/> <!-- A URL template --> <xs:complextype name="urltemplatetype"> <xs:attribute name="sourceurl" type="xs:anyuri"/> <xs:attribute name="indexurl" type="xs:anyuri"/> <xs:attribute name="endindex" type="xs:unsignedint"/> <!-- SegmentList allows xlink in addition to list of URLs --> <xs:complextype name="segmentlisttype"> <xs:element name="url" type="urltype" <xs:element name="index" type="urltype" <xs:attribute ref="xlink:href"/> <xs:attribute ref="xlink:actuate" default="onrequest"/> <xs:attribute name="startindex" type="xs:unsignedint"/> <!-- Generic named descriptive information about the content --> <xs:complextype name="contentdescriptortype"> <xs:element minoccurs="0" name="schemeinformation" type="xs:string"/> <xs:attribute name="schemeiduri" type="xs:anyuri" use="required"/> <!-- Gives information about trick mode --> <xs:complextype name=" TrickModeType"> <xs:attribute name="alternateplayoutrate" type="xs:string"/>

13 <!-- Type for MultipleViews --> <xs:complextype name="multipleviewstype"> <xs:element name="framepacking" type="contentdescriptortype" minoccurs="0" maxoccurs="unbounded"/> <xs:attribute name="stereoid" type="stringvectortype"/> <!-- stereoid: list of strings starting with "l" or "r" followed by optional index number --> <xs:attribute name="maximumviews" type="xs:unsignedint" default="1"/> <!-- Type for space delimited list of strings --> <xs:simpletype name="stringvectortype "> <xs:list itemtype="xs:string"/> </xs:simpletype> <!-- Type for space delimited list of URIs --> <xs:simpletype name="urivectortype "> <xs:list itemtype="xs:anyuri"/> </xs:simpletype> <!-- Type for space delimited list of language codes --> <xs:simpletype name="langvectortype"> <xs:list itemtype="xs:language"/> </xs:simpletype> <!-- Supplementary URL to the one given as attribute --> <xs:complextype name="baseurltype"> <xs:simplecontent> <xs:extension base="xs:anyuri"> </xs:extension> </xs:simplecontent> </xs:schema>

ETSI TS V ( ) Technical Specification

ETSI TS V ( ) Technical Specification TS 126 247 V10.0.0 (2011-06) Technical Specification Universal Mobile Telecommunications System (UMTS); LTE; Transparent end-to-end Packet-switched Streaming Service (PSS); Progressive Download and Dynamic

More information

Common Streaming Protocol Specification

Common Streaming Protocol Specification Common Streaming Protocol Specification Version 2.0r1 17 December 2014 2014 Digital Entertainment Content Ecosystem (DECE) LLC Page 1 Notice: As of the date of publication, this document is a release candidate

More information

ETSI TS V ( )

ETSI TS V ( ) TS 126 247 V10.1.0 (2012-01) Technical Specification Universal Mobile Telecommunications System (UMTS); LTE; Transparent end-to-end Packet-switched Streaming Service (PSS); Progressive Download and Dynamic

More information

QosPolicyHolder:1 Erratum

QosPolicyHolder:1 Erratum Erratum Number: Document and Version: Cross References: Next sequential erratum number Effective Date: July 14, 2006 Document erratum applies to the service document QosPolicyHolder:1 This Erratum has

More information

Guidelines for Implementation: DASH-AVC/264 Interoperability Points

Guidelines for Implementation: DASH-AVC/264 Interoperability Points Guidelines for Implementation: DASH-AVC/ Interoperability Points August 1, 01 DASH Industry Forum Version.0 Note: This document is no specification. Scope The scope of the interoperability points defined

More information

3GPP TS V ( )

3GPP TS V ( ) TS 26.247 V10.4.0 (2013-06) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; Transparent end-to-end Packet-switched Streaming Service

More information

Messages are securely encrypted using HTTPS. HTTPS is the most commonly used secure method of exchanging data among web browsers.

Messages are securely encrypted using HTTPS. HTTPS is the most commonly used secure method of exchanging data among web browsers. May 6, 2009 9:39 SIF Specifications SIF Implementation Specification The SIF Implementation Specification is based on the World Wide Web Consortium (W3C) endorsed Extensible Markup Language (XML) which

More information

Dynamic Adaptive Streaming over HTTP Standards and Design Principles

Dynamic Adaptive Streaming over HTTP Standards and Design Principles Dynamic Adaptive Streaming over HTTP Standards and Design Principles Thomas Stockhammer Qualcomm Incorporated c/o Nomor Research Brecherspitzstraße 8 81541 Munich, Germany +49 89 978980 02 stockhammer@nomor.de

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology MPEG systems technologies Part 7: Common encryption in ISO base media file format files

ISO/IEC INTERNATIONAL STANDARD. Information technology MPEG systems technologies Part 7: Common encryption in ISO base media file format files INTERNATIONAL STANDARD ISO/IEC 23001-7 First edition 2012-02-01 Information technology MPEG systems technologies Part 7: Common encryption in ISO base media file format files Technologies de l'information

More information

Document erratum applies to QosDevice:1. List other Erratum s or Documents that this change may apply to or have associated changes with

Document erratum applies to QosDevice:1. List other Erratum s or Documents that this change may apply to or have associated changes with Erratum Number: Document and Version: Cross References: QosDevice:1 Erratum Next sequential erratum number Effective Date: July 14, 2006 Document erratum applies to QosDevice:1 List other Erratum s or

More information

Expires: January 15, 2005 July 17, Extensible Markup Language (XML) Formats for Representing Resource Lists draft-ietf-simple-xcap-list-usage-03

Expires: January 15, 2005 July 17, Extensible Markup Language (XML) Formats for Representing Resource Lists draft-ietf-simple-xcap-list-usage-03 SIMPLE J. Rosenberg Internet-Draft dynamicsoft Expires: January 15, 2005 July 17, 2004 Extensible Markup Language (XML) Formats for Representing Resource Lists draft-ietf-simple-xcap-list-usage-03 Status

More information

Cisco Prime Central 1.0 API Guide

Cisco Prime Central 1.0 API Guide Cisco Prime Central 1.0 API Guide Cisco Prime Central API Cisco Prime Central Information Model and API's to support the following features. Managed Elements and Equipment Inventory Object Create, Delete

More information

/// Rapport. / Testdocumentatie nieuwe versie Register producten en dienstverlening (IPDC)

/// Rapport. / Testdocumentatie nieuwe versie Register producten en dienstverlening (IPDC) /// Rapport / Testdocumentatie nieuwe versie Register producten en dienstverlening (IPDC) / Maart 2017 www.vlaanderen.be/informatievlaanderen Informatie Vlaanderen /// Aanpassingen aan de webservices Dit

More information

A Converged Content Delivery Platform for IP and QAM Video

A Converged Content Delivery Platform for IP and QAM Video A Converged Delivery Platform for IP and QAM Video Abstract James Barkley, Weidong Mao Comcast Cable HTTP based Adaptive Bit Rate (ABR) video delivery to IP enabled CPEs via Delivery Network (CDN) for

More information

[MS-TSWP]: Terminal Services Workspace Provisioning Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-TSWP]: Terminal Services Workspace Provisioning Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-TSWP]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

Guidelines for Implementation: DASH264 Interoperability Points

Guidelines for Implementation: DASH264 Interoperability Points Guidelines for Implementation: DASH Interoperability Points January 1, 01 DASH Industry Forum Version 0. (For Community Review) Note: This document is no specification. Scope The scope of the interoperability

More information

Emerging Internet Television Standards

Emerging Internet Television Standards Emerging Internet Television Standards J ohn C. Simmons Media Platform Architect Microsoft Corporation IEEE Broadcasting Symposium, Connected Television Tutorial October 19, 2011 I want you to meet these

More information

ISO/IEC TR TECHNICAL REPORT. Information technology Dynamic adaptive streaming over HTTP (DASH) Part 3: Implementation Guidelines

ISO/IEC TR TECHNICAL REPORT. Information technology Dynamic adaptive streaming over HTTP (DASH) Part 3: Implementation Guidelines TECHNICAL REPORT ISO/IEC TR 23009-3 First edition 2015-05-01 Information technology Dynamic adaptive streaming over HTTP (DASH) Part 3: Implementation Guidelines Technologies de l'information Diffusion

More information

Watching the Olympics live over the Internet?

Watching the Olympics live over the Internet? Industry and Standards Anthony Vetro Mitsubishi Electric Research Labs The MPEG-DASH Standard for Multimedia Streaming Over the Internet Iraj Sodagar Microsoft Corporation Watching the Olympics live over

More information

3GPP TS V8.2.0 ( )

3GPP TS V8.2.0 ( ) TS 24.623 V8.2.0 (2009-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Extensible Markup Language (XML) Configuration Access Protocol

More information

[MS-TMPLDISC]: Template Discovery Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-TMPLDISC]: Template Discovery Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-TMPLDISC]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

Level of Assurance Authentication Context Profiles for SAML 2.0

Level of Assurance Authentication Context Profiles for SAML 2.0 2 3 4 5 Level of Assurance Authentication Context Profiles for SAML 2.0 Draft 01 01 April 2008 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 Specification URIs: This

More information

Information technology Dynamic adaptive streaming over HTTP (DASH) Part 1: Media presentation description and segment formats

Information technology Dynamic adaptive streaming over HTTP (DASH) Part 1: Media presentation description and segment formats INTERNATIONAL STANDARD ISO/IEC 23009-1:2014 TECHNICAL CORRIGENDUM 2 Published 2015-12-15 INTERNATIONAL ORGANIZATION FOR STANDARDIZATION МЕЖДУНАРОДНАЯ ОРГАНИЗАЦИЯ ПО СТАНДАРТИЗАЦИИ ORGANISATION INTERNATIONALE

More information

Lecture 27 DASH (Dynamic Adaptive Streaming over HTTP)

Lecture 27 DASH (Dynamic Adaptive Streaming over HTTP) CS 414 Multimedia Systems Design Lecture 27 DASH (Dynamic Adaptive Streaming over HTTP) Klara Nahrstedt Spring 2012 Administrative MP2 posted MP2 Deadline April 7, Saturday, 5pm. APPLICATION Internet Multimedia

More information

Intellectual Property Rights Notice for Open Specifications Documentation

Intellectual Property Rights Notice for Open Specifications Documentation [MS-SSISPARAMS-Diff]: Intellectual Property Rights tice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats,

More information

MWTM 6.1 NBAPI WSDL and XSD Definitions

MWTM 6.1 NBAPI WSDL and XSD Definitions APPENDIXA This appendix describes the WSDL and XSD 1 (XML Schema Definition) definitions for MWTM 6.1 Northbound API (NBAPI): InventoryAPI.wsdl, page A-1 EventAPI.wsdl, page A-5 ProvisionAPI.wsdl, page

More information

Widevine DRM for HLS. version 0.9

Widevine DRM for HLS. version 0.9 Widevine DRM for HLS version 0.9 Contents Revision History 3 Overview 4 References 4 HLS with CMAF support (V2) 5 Goal 5 Non-Goals 5 New Format 6 Attributes 6 Attributes mapped to DASH MPD 6 Example HLS

More information

ETSI TS V8.1.0 ( ) Technical Specification

ETSI TS V8.1.0 ( ) Technical Specification TS 124 623 V8.1.0 (2009-01) Technical Specification Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); LTE; Extensible Markup Language (XML) Configuration

More information

[MS-SSISPARAMS-Diff]: Integration Services Project Parameter File Format. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-SSISPARAMS-Diff]: Integration Services Project Parameter File Format. Intellectual Property Rights Notice for Open Specifications Documentation [MS-SSISPARAMS-Diff]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for

More information

Restricting complextypes that have mixed content

Restricting complextypes that have mixed content Restricting complextypes that have mixed content Roger L. Costello October 2012 complextype with mixed content (no attributes) Here is a complextype with mixed content:

More information

General Service Subscription Management Technical Specification

General Service Subscription Management Technical Specification General Service Subscription Management Technical Specification Approved Version 1.0 20 Dec 2011 Open Mobile Alliance OMA-TS-GSSM-V1_0-20111220-A OMA-TS-GSSM-V1_0-20111220-A Page 2 (32) Use of this document

More information

Oracle B2B 11g Technical Note. Technical Note: 11g_005 Attachments. Table of Contents

Oracle B2B 11g Technical Note. Technical Note: 11g_005 Attachments. Table of Contents Oracle B2B 11g Technical Note Technical Note: 11g_005 Attachments This technical note lists the attachment capabilities available in Oracle B2B Table of Contents Overview... 2 Setup for Fabric... 2 Setup

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 23009-1 First edition 2012-04-01 Information technology Dynamic adaptive streaming over HTTP (DASH) Part 1: Media presentation description and segment formats Technologies

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-OXSHRMSG]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

MWTM NBAPI WSDL and XSD Definitions

MWTM NBAPI WSDL and XSD Definitions APPENDIXA This appendix describes the WSDL and XSD 1 (XML Schema Definition) definitions for MWTM 6.1.4 Northbound API (NBAPI): InventoryAPI.wsdl, page A-1 EventAPI.wsdl, page A-10 ProvisionAPI.wsdl, page

More information

Oracle Hospitality OPERA Web Self- Service Brochure Web Service Specification Version 5.1. September 2017

Oracle Hospitality OPERA Web Self- Service Brochure Web Service Specification Version 5.1. September 2017 Oracle Hospitality OPERA Web Self- Service Brochure Web Service Specification Version 5.1 September 2017 Copyright 1987, 2017, Oracle and/or its affiliates. All rights reserved. This software and related

More information

[MS-KPS-Diff]: Key Protection Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-KPS-Diff]: Key Protection Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-KPS-Diff]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

Dolby Vision. Streams within the MPEG-DASH format

Dolby Vision. Streams within the MPEG-DASH format Dolby Vision Streams within the MPEG-DASH format Version 2.0 13 November 2018 Copyright 2018 Dolby Laboratories. All rights reserved. Unauthorized use, sale, or duplication is prohibited. This document

More information

MPEG's Dynamic Adaptive Streaming over HTTP - An Enabling Standard for Internet TV. Thomas Stockhammer Qualcomm Incorporated

MPEG's Dynamic Adaptive Streaming over HTTP - An Enabling Standard for Internet TV. Thomas Stockhammer Qualcomm Incorporated MPEG's Dynamic Adaptive Streaming over HTTP - An Enabling Standard for Internet TV Thomas Stockhammer Qualcomm Incorporated ABSTRACT Internet video is experiencing a dramatic growth in both fixed and mobile

More information

Category: Informational November Cryptographic Token Key Initialization Protocol (CT-KIP) Version 1.0 Revision 1

Category: Informational November Cryptographic Token Key Initialization Protocol (CT-KIP) Version 1.0 Revision 1 Network Working Group M. Nystroem Request for Comments: 4758 RSA Security Category: Informational November 2006 Cryptographic Token Key Initialization Protocol (CT-KIP) Version 1.0 Revision 1 Status of

More information

Towards true DRM Interoperability

Towards true DRM Interoperability Towards true DR Interoperability PIFF, Ultraviolet, and the dream of portable digital content ark Jeffrey ark.jeffrey@microsoft.com icrosoft Corporation 14 January, 2011 Requirements for Interop Container

More information

DFP Mobile Ad Network and Rich Media API

DFP Mobile Ad Network and Rich Media API DFP Mobile Ad Network and Rich Media API v2.0, 12 June 2012 Background DFP Mobile is adopting a single open API for integrating with all ad networks and rich media vendors. This has the following benefits:

More information

Streaming Technologies Delivering Multimedia into the Future. May 2014

Streaming Technologies Delivering Multimedia into the Future. May 2014 Streaming Technologies Delivering Multimedia into the Future May 2014 TABLE OF CONTENTS Abstract... 3 Abbreviations... 4 How it started?... 6 Technology Overview... 7 Streaming Challenges... 15 Solutions...

More information

Internet Engineering Task Force (IETF) Request for Comments: 5985 Category: Standards Track September 2010 ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 5985 Category: Standards Track September 2010 ISSN: Internet Engineering Task Force (IETF) M. Barnes, Ed. Request for Comments: 5985 Polycom Category: Standards Track September 2010 ISSN: 2070-1721 Abstract HTTP-Enabled Location Delivery (HELD) This document

More information

D-Cinema Packaging Caption and Closed Subtitle

D-Cinema Packaging Caption and Closed Subtitle SMPTE STANDARD SMPTE 429-12-2008 D-Cinema Packaging Caption and Closed Subtitle Page 1 of 11 pages Table of Contents Page Foreword... 2 Intellectual Property... 2 1 Scope... 3 2 Conformance Notation...

More information

SubTech 1. Short intro on different subtitle standards ISOBMFF, MPEG-DASH, DVB-DASH, DASH-IF, CMAF, HLS

SubTech 1. Short intro on different subtitle standards ISOBMFF, MPEG-DASH, DVB-DASH, DASH-IF, CMAF, HLS SubTech 1 24 Mai 2018, IRT, Symposium on Subtitling Technology Short intro on different subtitle standards ISOBMFF, MPEG-DASH, DVB-DASH, DASH-IF, CMAF, HLS 24 Mai 2018, IRT, Symposium on Subtitling Technology

More information

SHS Version 2.0 SOAP-based Protocol Binding to SHS Concepts Försäkringskassan - Swedish Social Insurance Agency

SHS Version 2.0 SOAP-based Protocol Binding to SHS Concepts Försäkringskassan - Swedish Social Insurance Agency SHS Concepts 1 (16) SHS Version 2.0 SOAP-based SHS Concepts Försäkringskassan - Swedish Social Insurance Agency Copyright 2012, 2013 Swedish Social Insurance Agency. All Rights Reserved. SHS Concepts 2

More information

DASH IN ATSC 3.0: BRIDGING THE GAP BETWEEN OTT AND BROADCAST

DASH IN ATSC 3.0: BRIDGING THE GAP BETWEEN OTT AND BROADCAST DASH IN ATSC 3.0: BRIDGING THE GAP BETWEEN OTT AND BROADCAST Thomas Stockhammer 1, Iraj Sodagar 2, Waqar Zia 3, Sachin Deshpande 4, Sejin Oh 5 and Mary-Luc Champel 6, 1 Qualcomm Incorporated, United States,

More information

Request for Comments: Tail-f Systems December Partial Lock Remote Procedure Call (RPC) for NETCONF

Request for Comments: Tail-f Systems December Partial Lock Remote Procedure Call (RPC) for NETCONF Network Working Group Request for Comments: 5717 Category: Standards Track B. Lengyel Ericsson M. Bjorklund Tail-f Systems December 2009 Partial Lock Remote Procedure Call (RPC) for NETCONF Abstract The

More information

Internet Engineering Task Force (IETF) Category: Standards Track Columbia U. NTT April 2014

Internet Engineering Task Force (IETF) Category: Standards Track Columbia U. NTT April 2014 Internet Engineering Task Force (IETF) C. Shen Request for Comments: 7200 H. Schulzrinne Category: Standards Track Columbia U. ISSN: 2070-1721 A. Koike NTT April 2014 Abstract A Session Initiation Protocol

More information

Request for Comments: 5025 Category: Standards Track December 2007

Request for Comments: 5025 Category: Standards Track December 2007 Network Working Group J. Rosenberg Request for Comments: 5025 Cisco Category: Standards Track December 2007 Status of This Memo Presence Authorization Rules This document specifies an Internet standards

More information

Big Data 9. Data Models

Big Data 9. Data Models Ghislain Fourny Big Data 9. Data Models pinkyone / 123RF Stock Photo 1 Syntax vs. Data Models Physical view Syntax this is text. 2 Syntax vs. Data Models a Logical view

More information

NOTICE. Published by CONSUMER TECHNOLOGY ASSOCIATION Technology & Standards Department All rights reserved

NOTICE. Published by CONSUMER TECHNOLOGY ASSOCIATION Technology & Standards Department   All rights reserved CTA Specification Web Application Video Ecosystem Content Specification CTA-5001 April 2018 NOTICE Consumer Technology Association (CTA) Standards, Bulletins and other technical publications are designed

More information

Adaptive HTTP Streaming and the MPEG-DASH standard

Adaptive HTTP Streaming and the MPEG-DASH standard Adaptive HTTP Streaming and the MPEG-DASH standard Jean Le Feuvre jean.lefeuvre@telecom-paristech.fr 1 Institut Mines-Télécom Overview n HTTP Refresher n HTTP Streaming Principles Comparison of adaptive

More information

Basic elements of file-based broadcasting systems

Basic elements of file-based broadcasting systems Recommendation ITU-R BT.1888 (03/2011) Basic elements of file-based broadcasting systems BT Series Broadcasting service (television) ii Rec. ITU-R BT.1888 Foreword The role of the Radiocommunication Sector

More information

[MS-OXWSSYNC]: Mailbox Contents Synchronization Web Service Protocol Specification

[MS-OXWSSYNC]: Mailbox Contents Synchronization Web Service Protocol Specification [MS-OXWSSYNC]: Mailbox Contents Synchronization Web Service Protocol Specification Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes

More information

Solution Sheet 5 XML Data Models and XQuery

Solution Sheet 5 XML Data Models and XQuery The Systems Group at ETH Zurich Big Data Fall Semester 2012 Prof. Dr. Donald Kossmann Prof. Dr. Nesime Tatbul Assistants: Martin Kaufmann Besmira Nushi 07.12.2012 Solution Sheet 5 XML Data Models and XQuery

More information

Introducing our First Schema

Introducing our First Schema 1 di 11 21/05/2006 10.24 Published on XML.com http://www.xml.com/pub/a/2000/11/29/schemas/part1.html See this if you're having trouble printing code examples Using W3C XML By Eric van der Vlist October

More information

Extensible Markup Language Processing

Extensible Markup Language Processing CHAPTER 2 Revised: June 24, 2009, This chapter describes the Extensible Markup Language (XML) process in the Common Object Request Broker Architecture (CORBA) adapter. XML and Components Along with XML,

More information

[MS-SSDL]: Store Schema Definition Language File Format. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-SSDL]: Store Schema Definition Language File Format. Intellectual Property Rights Notice for Open Specifications Documentation [MS-SSDL]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

TS SIGNATURE VALIDATION REPORT

TS SIGNATURE VALIDATION REPORT TS 119 102 2 SIGNATURE VALIDATION REPORT An introduction Presented by Peter Lipp for the esignature and eseal validation workshop, Jan 10 2018 Agenda Scope Relation to EN 319 102 1 Approach Report structure

More information

Interoperability Quest: OTT Video, WebApps and CE

Interoperability Quest: OTT Video, WebApps and CE Interoperability Quest: OTT Video, WebApps and CE Commercial OTT Video Issues: Content Format Issues Content Format m3u8 HLS mpd DASH ismc Smooth f4m HDS Each asset copied to multiple media formats different

More information

REDISPATCH DOCUMENT UML MODEL AND SCHEMA

REDISPATCH DOCUMENT UML MODEL AND SCHEMA 1 REDISPATCH DOCUMENT UML MODEL AND SCHEMA 2019-02-12 APPROVED DOCUMENT 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 Table of Contents 1

More information

AlwaysUp Web Service API Version 11.0

AlwaysUp Web Service API Version 11.0 AlwaysUp Web Service API Version 11.0 0. Version History... 2 1. Overview... 3 2. Operations... 4 2.1. Common Topics... 4 2.1.1. Authentication... 4 2.1.2. Error Handling... 4 2.2. Get Application Status...

More information

Custom Data Access with MapObjects Java Edition

Custom Data Access with MapObjects Java Edition Custom Data Access with MapObjects Java Edition Next Generation Command and Control System (NGCCS) Tactical Operations Center (TOC) 3-D Concurrent Technologies Corporation Derek Sedlmyer James Taylor 05/24/2005

More information

DASH trial Olympic Games. First live MPEG-DASH large scale demonstration.

DASH trial Olympic Games. First live MPEG-DASH large scale demonstration. DASH trial Olympic Games. First live MPEG-DASH large scale demonstration. During the Olympic Games 2012 the VRT offered their audience to experience their Olympic Games broadcast in MPEG-DASH. The public

More information

Test Assertions Part 2 - Test Assertion Markup Language Version 1.0

Test Assertions Part 2 - Test Assertion Markup Language Version 1.0 Test Assertions Part 2 - Test Assertion Markup Language Version 1.0 Draft 1.0.2 6 January 2010 Specification URIs: This Version: Previous Version: [NA] Latest Version: http://docs.oasis-open.org/tag/taml/v1.0/testassertionmarkuplanguage-1.0.html

More information

Request for Comments: 4661 Category: Standards Track M. Lonnfors J. Costa-Requena Nokia September 2006

Request for Comments: 4661 Category: Standards Track M. Lonnfors J. Costa-Requena Nokia September 2006 Network Working Group Request for Comments: 4661 Category: Standards Track H. Khartabil Telio E. Leppanen M. Lonnfors J. Costa-Requena Nokia September 2006 Status of This Memo An Extensible Markup Language

More information

[MS-OXWSGTZ]: Get Server Time Zone Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-OXWSGTZ]: Get Server Time Zone Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-OXWSGTZ]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

DECE Device Specification

DECE Device Specification DECE Device Specification Version 2.2 31 July 2015 2009-2014 Digital Entertainment Content Ecosystem (DECE) LLC Page 1 Notice: As of the date of publication, this document is a release candidate specification

More information

[MS-OXWSMSHR]: Folder Sharing Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-OXWSMSHR]: Folder Sharing Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-OXWSMSHR]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

Common Player Specification

Common Player Specification Common Player Specification Version 2.2 31 July 2015 2009-2015 Digital Entertainment Content Ecosystem (DECE) LLC Page 1 Notice: As of the date of publication, this document is a release candidate specification

More information

Open IPTV Forum Release 1 Specification. Volume 1 Overview. V1.0, January 6, Open IPTV Forum. Copyright 2009 Members of the Open IPTV Forum

Open IPTV Forum Release 1 Specification. Volume 1 Overview. V1.0, January 6, Open IPTV Forum. Copyright 2009 Members of the Open IPTV Forum Open IPTV Forum Release 1 Specification Volume 1 Overview V1.0, January 6, 2009 Open IPTV Forum Page 2 (39) Open IPTV Forum Postal address Open IPTV Forum support office address 650 Route des Lucioles

More information

Chapter 28. Multimedia

Chapter 28. Multimedia Chapter 28. Multimedia 28-1 Internet Audio/Video Streaming stored audio/video refers to on-demand requests for compressed audio/video files Streaming live audio/video refers to the broadcasting of radio

More information

Pattern/Object Markup Language (POML): A Simple XML Schema for Object Oriented Code Description

Pattern/Object Markup Language (POML): A Simple XML Schema for Object Oriented Code Description Pattern/Object Markup Language (POML): A Simple XML Schema for Object Oriented Code Description Jason McC. Smith Apr 7, 2004 Abstract Pattern/Object Markup Language (or POML) is a simple XML Schema for

More information

Digital Video Broadcasting (DVB); MPEG-DASH Profile for Transport of ISO BMFF Based DVB Services over IP Based Networks.

Digital Video Broadcasting (DVB); MPEG-DASH Profile for Transport of ISO BMFF Based DVB Services over IP Based Networks. Digital Video Broadcasting (DVB); MPEG-DASH Profile for Transport of ISO BMFF Based DVB Services over IP Based Networks DVB Document A168 Nov 2017 This page is left intentionally blank 3 Contents Intellectual

More information

Released to: TSCP Architecture Committee

Released to: TSCP Architecture Committee Business Authorization Identification and Labeling Scheme Version 1 (BAILS v.1.0) Prepared by: TSCP ILH Team Lead Author: Jean-Paul Buu-Sao, TSCP Released to: TSCP Architecture Committee Edition: 1.4 Published:

More information

Lec 16 Multimedia Systems II: DASH Advanced Features

Lec 16 Multimedia Systems II: DASH Advanced Features CS/EE 5590 / ENG 401 Special Topics (17804, 17815, 17803) Lec 16 Multimedia Systems II: DASH Advanced Features Zhu Li Course Web: http://l.web.umkc.edu/lizhu/teaching/2016sp.video-communication/main.html

More information

XML Schema. Mario Alviano A.Y. 2017/2018. University of Calabria, Italy 1 / 28

XML Schema. Mario Alviano A.Y. 2017/2018. University of Calabria, Italy 1 / 28 1 / 28 XML Schema Mario Alviano University of Calabria, Italy A.Y. 2017/2018 Outline 2 / 28 1 Introduction 2 Elements 3 Simple and complex types 4 Attributes 5 Groups and built-in 6 Import of other schemes

More information

RESERVE ALLOCATION RESULT DOCUMENT UML MODEL AND SCHEMA

RESERVE ALLOCATION RESULT DOCUMENT UML MODEL AND SCHEMA 1 RESERVE ALLOCATION RESULT DOCUMENT UML MODEL AND SCHEMA 2019-02-12 APPROVED DOCUMENT 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42

More information

Test Assertions Part 2 - Test Assertion Markup Language Version 1.0

Test Assertions Part 2 - Test Assertion Markup Language Version 1.0 Test Assertions Part 2 - Test Assertion Markup Language Version 1.0 Committee Specification Draft 05 26 May 2011 Specification URIs: This Version: http://docs.oasis-open.org/tag/taml/v1.0/testassertionmarkuplanguage-1.0-csd05.html

More information

Network Configuration Protocol

Network Configuration Protocol The (NETCONF) defines a simple mechanism through which a network device can be managed, configuration data can be retrieved, and new configuration data can be uploaded and manipulated. NETCONF uses Extensible

More information

SAML 2.0 SSO Extension for Dynamically Choosing Attribute Values

SAML 2.0 SSO Extension for Dynamically Choosing Attribute Values SAML 2.0 SSO Extension for Dynamically Choosing Attribute Values Authors: George Inman University of Kent g.inman@kent.ac.uk David Chadwick University of Kent d.w.chadwick@kent.ac.uk Status of This Document

More information

[MS-SSDL]: Store Schema Definition Language File Format. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-SSDL]: Store Schema Definition Language File Format. Intellectual Property Rights Notice for Open Specifications Documentation [MS-SSDL]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

[MS-QDEFF]: Query Definition File Format. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-QDEFF]: Query Definition File Format. Intellectual Property Rights Notice for Open Specifications Documentation [MS-QDEFF]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

Guidelines for Implementation: DASH-IF Interoperability Points

Guidelines for Implementation: DASH-IF Interoperability Points Guidelines for Implementation: DASH-IF Interoperability Points December, 01 DASH Industry Forum Version. Scope The scope of the DASH-IF InterOperability Points (IOPs) defined in this document is to provide

More information

Document Metadata: document technical metadata for digital preservation

Document Metadata: document technical metadata for digital preservation Document Metadata: document technical metadata for digital preservation By Carol Chou - Florida Digital Archive (FDA) Andrea Goethals - Harvard Library (HL) March 18, 2009 Rev. November 30, 2012 1 Table

More information

Capability Advertisement Messages

Capability Advertisement Messages Capability Advertisement Messages These sections describe schema definitions for the Capability Advertisement messages. Capability Advertisement Schema, page 1 Components of CCDL, page 2 Schema Definition,

More information

QosPolicyHolder 1.0. For UPnP Version Date: March 10th, 2005

QosPolicyHolder 1.0. For UPnP Version Date: March 10th, 2005 QosPolicyHolder 1.0 For UPnP Version 1.0 2 Date: March 10th, 2005 This Standardized DCP has been adopted as a Standardized DCP by the Steering Committee of the UPnP Forum, pursuant to Section 2.1(c)(ii)

More information

IMPROVING LIVE PERFORMANCE IN HTTP ADAPTIVE STREAMING SYSTEMS

IMPROVING LIVE PERFORMANCE IN HTTP ADAPTIVE STREAMING SYSTEMS IMPROVING LIVE PERFORMANCE IN HTTP ADAPTIVE STREAMING SYSTEMS Kevin Streeter Adobe Systems, USA ABSTRACT While HTTP adaptive streaming (HAS) technology has been very successful, it also generally introduces

More information

[MS-QDEFF]: Query Definition File Format. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-QDEFF]: Query Definition File Format. Intellectual Property Rights Notice for Open Specifications Documentation [MS-QDEFF]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

Antenna Data Exchange File Format (ADX)

Antenna Data Exchange File Format (ADX) Antenna Data Exchange File Format (ADX) Technical Reference Version 1.2 Implementation Approval: : Tony Paul Position: RF Safety Compliance Coordinator Process Owner: : Mike Wood Position: Chairman - MCF

More information

BUILDING LARGE VOD LIBRARIES WITH NEXT GENERATION ON DEMAND ARCHITECTURE. Weidong Mao Comcast Fellow Office of the CTO Comcast Cable

BUILDING LARGE VOD LIBRARIES WITH NEXT GENERATION ON DEMAND ARCHITECTURE. Weidong Mao Comcast Fellow Office of the CTO Comcast Cable BUILDING LARGE VOD LIBRARIES WITH NEXT GENERATION ON DEMAND ARCHITECTURE Weidong Mao Comcast Fellow Office of the CTO Comcast Cable Abstract The paper presents an integrated Video On Demand (VOD) content

More information

X3D Unit Specification Updates Myeong Won Lee The University of Suwon

X3D Unit Specification Updates Myeong Won Lee The University of Suwon X3D Unit Specification Updates Myeong Won Lee The University of Suwon 1 Units Specification ISO_IEC_19775_1_2008_WD3_Am1_2011_04_14 PDAM in ISO progress UNIT statement Defined in Core component UNIT statements

More information

User Manual. HIPAA Transactions System Integration for Channel Partner Vendor. Version 15.2 May 2015

User Manual. HIPAA Transactions System Integration for Channel Partner Vendor. Version 15.2 May 2015 User Manual HIPAA Transactions System Integration for Channel Partner Vendor Version 15.2 May 2015 Trademarks and Copyrights Optum HIPAA Transactions System Integration Document Channel Partner Vendor

More information

! "# # $ % & ' ( ' )* ) & %*+ *

! # # $ % & ' ( ' )* ) & %*+ * !"# # # $ %&'( ' )*& %*+ %*+ text text text

More information

Grid Resource Specification

Grid Resource Specification Grid Resource Specification Authors: Savas Parastatidis Paul Watson Jim Webber Copyright 2003 North East Regional e-science Centre School of Computing Science University of Newcastle, Newcastle-upon-Tyne,

More information

ETSI TS V1.2.1 ( )

ETSI TS V1.2.1 ( ) Technical Specification Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); PSTN/ISDN simulation services; Terminating Identification Presentation (TIP) and

More information

[MS-OFFICIALFILE]: Official File Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-OFFICIALFILE]: Official File Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-OFFICIALFILE]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats,

More information