Copyright Β© 2025, Society of Motion Picture and Television Engineers. All rights reserved. No part of this material may be reproduced, by any means whatsoever, without the prior written permission of the Society of Motion Picture and Television Engineers.
The Society of Motion Picture and Television Engineers (SMPTE) is an internationally-recognized standards developing organization. Headquartered and incorporated in the United States of America, SMPTE has members in over 80 countries on six continents. SMPTEβs Engineering Documents, including Standards, Recommended Practices, and Engineering Guidelines, are prepared by SMPTEβs Technology Committees. Participation in these Committees is open to all with a bona fide interest in their work. SMPTE cooperates closely with other standards-developing organizations, including ISO, IEC and ITU. SMPTE Engineering Documents are drafted in accordance with the rules given in its Standards Operations Manual. For more information, please visit www.smpte.org.
This Standards Administrative Guideline forms an adjunct to the use and interpretation of the SMPTE Standards Operations Manual. In the event of a conflict, the Operations Manual shall prevail.
This document specifies URIs for documents developed by the SMPTE Standards Community. The URIs are intended to:
As illustrated in Table 1, URIs are defined for specific versions of documents as well as related collections of documents.
URI | Standards document(s) identified by the URI |
---|---|
https://pub.smpte.org/doc/st429-2/20230716-cd/ |
Committee Draft of SMPTE ST 429-2 approved on July 16, 2023 |
https://pub.smpte.org/doc/st429-2/20230110-wd/ |
Working Draft of SMPTE ST 429-2 approved on January 10, 2023 |
https://pub.smpte.org/doc/st429-2/20130116-am1-pub/ |
Amendment 1:2013 to SMPTE ST 429-2:2011 approved on January 16, 2013 |
https://pub.smpte.org/doc/st429-2/ |
List of all versions of SMPTE ST 429-2 |
https://pub.smpte.org/doc/429/ |
List of all the documents with the root number 429 |
https://pub.smpte.org/doc/ |
List of all documents |
https://pub.smpte.org/pub/st429-2/ |
Most recent publication version of SMPTE ST 429-2 |
https://pub.smpte.org/latest/st429-2/ |
Most recent version of SMPTE ST 429-2, which is not necessarily at publication stage |
https://pub.smpte.org/package/st429-2/20230110-wd/ |
Working Draft of SMPTE ST 429-2 approved on January 10, 2023, as a single ZIP file |
The URIs can also used to retrieve the resource itself: an HTTPS
GET
request to the URI will return the one or more documents
identified by the URI. For example, a GET
request to
https://pub.smpte.org/doc/
returns an HTML document that
contains the list of all available document.
This document specifies URIs intended to persistently identify and retrieve documents.
The following keywords have a specific meaning in the context of this document:
The following documents are referred to in the text in such a way that some or all of their content constitutes requirements of this document. For dated references, only the edition cited applies. For undated references, the latest edition of the referenced document (including any amendments) applies.
For the purposes of this document, the following terms and definitions apply:
URI syntax is specified using the grammar specified at IETF RFC 7405.
Trailing slashes are significant in URIs.
EXAMPLE 1 ββ The URI
https://pub.smpte.org/doc/st428-12/latest/
is not
equivalent to the URI
https://pub.smpte.org/doc/st428-12/latest
.
The path component of a URI is case-sensitive.
EXAMPLE 2 ββ The URI
https://pub.smpte.org/doc/st428-12/latest/
is not
equivalent to the URI
https://pub.smpte.org/doc/st428-12/LATEST/
.
Unless specified otherwise, an HTTPS GET
request to a
URI shall offer to return an HTML document (text/html
) and
may offer return other media types.
Unless specified otherwise, if a URI resolves to a specific version of a document and the main element of the version is only available as a PDF document, then the HTML document embeds the PDF document.
HTML documents shall conform to HTML Standard.
The following prefix
string is used by URI
definitions:
prefix = "https://pub.smpte.org"
The latest-version
URI resolves to the most recent version
of the standard document whose short name is
document-short-name
.
latest-version = prefix %s"/latest/" document-short-name "/"
EXAMPLE ββ https://pub.smpte.org/latest/st429-2/
The latest-pub
URI resolves to the most recent
publication version of the standard document whose short name is
document-short-name
.
latest-pub = prefix %s"/pub/" document-short-name "/"
EXAMPLE ββ https://pub.smpte.org/pub/st429-2/
The all-docs
URI resolves to a resource that lists all
standard documents.
all-docs = prefix %s"/doc/"
EXAMPLE ββ https://pub.smpte.org/doc/
The all-versions
URI resolves to a resource that lists all
versions of the standard document whose short name is
document-short-name
.
all-versions = prefix %s"/doc/" document-short-name "/"
EXAMPLE ββ https://pub.smpte.org/doc/st429-2/
The all-parts
URI resolves to a resource that lists all
documents whose root number is root-number
.
all-parts = prefix %s"/doc/" root-number "/"
EXAMPLE ββ https://pub.smpte.org/doc/429/
The specific-version
URI resolves to the specific
version version-short-name
of the document whose short
name is document-short-name
.
specific-version = prefix %s"/doc/" document-short-name "/" version-short-name "/"
EXAMPLE ββ https://pub.smpte.org/doc/st429-2/20230716-cd/
The specific-version-package
URI resolves to a single
archive file that contains all files that comprise the specific version
version-short-name
of the document whose short name is
document-short-name
.
specific-version-package = prefix %s"/package/" document-short-name "/" version-short-name "/"
EXAMPLE ββ https://pub.smpte.org/package/st429-2/20230716-cd/
An HTTPS GET
request to the
specific-version-package
URI shall offer to return an ZIP
archive document (application/zip
) and may offer return other
media types.