Movatterモバイル変換


[0]ホーム

URL:


RFC 8759RTP Payload for TTML Timed TextMarch 2020
SandfordStandards Track[Page]
Stream:
Internet Engineering Task Force (IETF)
RFC:
8759
Category:
Standards Track
Published:
ISSN:
2070-1721
Author:
J. Sandford
British Broadcasting Corporation

RFC 8759

RTP Payload for Timed Text Markup Language (TTML)

Abstract

This memo describes a Real-time Transport Protocol (RTP) payload format forTimed Text Markup Language (TTML), an XML-based timed text format fromW3C. This payload format is specifically targeted at streaming workflows usingTTML.

Status of This Memo

This is an Internet Standards Track document.

This document is a product of the Internet Engineering Task Force (IETF). It represents the consensus of the IETF community. It has received public review and has been approved for publication by the Internet Engineering Steering Group (IESG). Further information on Internet Standards is available in Section 2 of RFC 7841.

Information about the current status of this document, any errata, and how to provide feedback on it may be obtained athttps://www.rfc-editor.org/info/rfc8759.

Copyright Notice

Copyright (c) 2020 IETF Trust and the persons identified as the document authors. All rights reserved.

This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License.

Table of Contents

1.Introduction

TTML (Timed Text Markup Language)[TTML2] is a media type fordescribing timed text, such as closed captions and subtitles in televisionworkflows or broadcasts, as XML. This document specifies how TTML should bemapped into an RTP stream in streaming workflows, including (but not restrictedto) those described in the television-broadcast-oriented European BroadcastingUnion Timed Text (EBU-TT) Part 3[TECH3370] specification. This document does not define a media typefor TTML but makes use of the existing application/ttml+xml media type[TTML-MTPR].

2.Conventions and Definitions

Unless otherwise stated, the term "document" refers to the TTML documentbeing transmitted in the payload of the RTP packet(s).

The term "word" refers to a data word aligned to a specified number of bitsin a computing sense and not to linguistic words that might appear inthe transported text.

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14[RFC2119][RFC8174] when, and only when, they appear in all capitals, as shown here.

3.Media Format Description

3.1.Relation to Other Text Payload Types

Prior payload types for text are not suited to the carriage of closedcaptions in television workflows. "RTP Payload for Text Conversation"[RFC4103] is intended for low data rate conversation with its ownsession management and minimal formatting capabilities. "Definition of Events forModem, Fax, and Text Telephony Signals"[RFC4734] deals in largeparts with the control signalling of facsimile and other systems. "RTP Payload Format for3rd Generation Partnership Project (3GPP) Timed Text"[RFC4396]describes the carriage of a timed text format with much more restrictedformatting capabilities than TTML. The lack of an existing format for TTML orgeneric XML has necessitated the creation of this payload format.

3.2.TTML2

TTML2 (Timed Text Markup Language, Version 2)[TTML2] is anXML-based markup language for describing textual information with associatedtiming metadata. One of its primary use cases is the description of subtitlesand closed captions. A number of profiles exist that adapt TTML2 for use inspecific contexts[TTML-MTPR]. These include both file-basedand streaming workflows.

4.Payload Format

In addition to the required RTP headers, the payload contains a section forthe TTML document being transmitted (User Data Words) and a field for thelength of that data. Each RTP payload contains one or part of one TTMLdocument.

A representation of the payload format for TTML isFigure 1.

 0                   1                   2                   3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|V=2|P|X| CC    |M|    PT       |        Sequence Number        |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|                           Timestamp                           |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|           Synchronization Source (SSRC) Identifier            |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|           Reserved            |             Length            |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|                       User Data Words...+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Figure 1:RTP Payload Format for TTML

4.1.RTP Header Usage

RTP packet header fieldsSHALL be interpreted, as per[RFC3550], with the following specifics:

Marker Bit (M): 1 bit
The marker bit is set to "1" to indicate the last packet of adocument. Otherwise, set to "0". Note: The first packet might also be thelast.
Timestamp: 32 bits
The RTP Timestamp encodes the epoch of the TTML document in User DataWords. Further detail on its usage may be found inSection 6. The clock frequency used is dependent on theapplication and is specified in the media type rate parameter, as perSection 11.1. Documents spread across multiple packetsMUSTuse the same timestamp but different consecutive Sequence Numbers. SequentialdocumentsMUST NOT use the same timestamp. Because packets donot represent any constant duration, the timestamp cannot be used to directlyinfer packet loss.
Reserved: 16 bits
These bits are reserved for future use andMUST be set to0x0 and ignored upon reception.
Length: 16 bits
The length of User Data Words in bytes.
User Data Words: The length of User Data WordsMUST matchthe value specified in the Length field
The User Data Words section contains the text of the whole document being transmittedor a part of the document being transmitted. Documents using characterencodings where characters are not represented by a single byteMUST be serialised in big-endian order, a.k.a., network byteorder. Where a document will not fit within the Path MTU, it may be fragmentedacross multiple packets. Further detail on fragmentation may be found inSection 8.

4.2.Payload Data

TTML documents define a series of changes to text over time. TTML documentscarried in User Data Words are encoded in accordance with one or more of thedefined TTML profiles specified in the TTML registry[TTML-MTPR]. These profiles specify the document structure used,systems models, timing, and other considerations. TTML profiles may restrictthe complexity of the changes, and operational requirements may limit themaximum duration of TTML documents by a deployment configuration. Both ofthese cases are out of scope of this document.

Documents carried over RTPMUST conform to the followingprofile, in addition to any others used.

5.Payload Content Restrictions

This section defines constraints on the content of TTML documents carriedover RTP.

Multiple TTML subtitle streamsMUST NOT be interleaved in asingle RTP stream.

The TTML document instance's roottt element in thehttp://www.w3.org/ns/ttml namespaceMUST include atimeBase attribute in thehttp://www.w3.org/ns/ttml#parameter namespace containing the valuemedia.

This is equivalent to the TTML2 content profile definition document inFigure 2.

<?xml version="1.0" encoding="UTF-8"?><profile xmlns="http://www.w3.org/ns/ttml#parameter"    xmlns:ttm="http://www.w3.org/ns/ttml#metadata"    xmlns:tt="http://www.w3.org/ns/ttml"    type="content"    designator="urn:ietf:rfc:8759#content"    combine="mostRestrictive">    <features xml:base="http://www.w3.org/ns/ttml/feature/">        <tt:metadata>            <ttm:desc>                This document is a minimal TTML2 content profile                definition document intended to express the                minimal requirements to apply when carrying TTML                over RTP.            </ttm:desc>        </tt:metadata>        <feature value="required">#timeBase-media</feature>        <feature value="prohibited">#timeBase-smpte</feature>        <feature value="prohibited">#timeBase-clock</feature>    </features></profile>
Figure 2:TTML2 Content Profile Definition for Documents Carried over RTP

6.Payload Processing Requirements

This section defines constraints on the processing of the TTML documents carried over RTP.

If a TTML document is assessed to be invalid, then itMUST bediscarded. This includes empty documents, i.e., those of zero length. Whenprocessing a valid document, the following requirements apply.

Each TTML document becomes active at its epoch E. EMUST beset to the RTP Timestamp in the header of the RTP packet carrying the TTMLdocument. Computed TTML media times are offset relative to E, in accordancewith Section I.2 of[TTML2].

When processing a sequence of TTML documents, where each is delivered inthe same RTP stream, exactly zero or one documentSHALL beconsidered active at each moment in the RTP time line.In the event that a documentDn-1 with En-1 is active, and document Dn isdelivered with En where En-1 < En,processing of Dn-1MUST be stopped at Enand processing of DnMUST begin.

When all defined content within a document has ended, then processing of thedocumentMAY be stopped. This can be tested by constructing theintermediate synchronic document sequence from the document, as defined by[TTML2]. If the last intermediate synchronic document in thesequence is both active and contains no region elements, then all definedcontent within the document has ended.

As described above, the RTP Timestamp does not specify the exact timing ofthe media in this payload format. Additionally, documents may be fragmentedacross multiple packets. This renders the RTCP jitter calculationunusable.

6.1.TTML Processor Profile

6.1.1.Feature Extension Designation

This specification defines the following TTML feature extension designation:

  • urn:ietf:rfc:8759#rtp-relative-media-time

The namespaceurn:ietf:rfc:8759 is as defined by[RFC2648].

A TTML content processor supports the#rtp-relative-media-timefeature extension if it processes media times in accordance with the payloadprocessing requirements specified in this document, i.e., that the epoch E isset to the time equivalent to the RTP Timestamp, as detailed above inSection 6.

6.1.2.Processor Profile Document

The required syntax and semantics declared in the minimal TTML2 processorprofile inFigure 3MUST be supported bythe receiver,as signified by thosefeature orextension elements whosevalue attribute is set torequired.

<?xml version="1.0" encoding="UTF-8"?><profile xmlns="http://www.w3.org/ns/ttml#parameter"    xmlns:ttm="http://www.w3.org/ns/ttml#metadata"    xmlns:tt="http://www.w3.org/ns/ttml"    type="processor"    designator="urn:ietf:rfc:8759#processor"    combine="mostRestrictive">    <features xml:base="http://www.w3.org/ns/ttml/feature/">        <tt:metadata>            <ttm:desc>                This document is a minimal TTML2 processor profile                definition document intended to express the                minimal requirements of a TTML processor able to                process TTML delivered over RTP according to                RFC 8759.            </ttm:desc>        </tt:metadata>        <feature value="required">#timeBase-media</feature>        <feature value="optional">            #profile-full-version-2        </feature>    </features>    <extensions xml:base="urn:ietf:rfc:8759">        <extension restricts="#timeBase-media" value="required">            #rtp-relative-media-time        </extension>    </extensions></profile>
Figure 3:TTML2 Processor Profile Definition for Processing Documents Carried overRTP

Note that this requirement does not imply that the receiver needs tosupport either TTML1 or TTML2 profile processing, i.e., the TTML2#profile-full-version-2 feature or any ofits dependent features.

6.1.3.Processor Profile Signalling

Thecodecs media type parameterMUST specify atleast one processor profile. Short codes for TTML profiles are registered at[TTML-MTPR]. The processor profiles specified incodecsMUST be compatible with the processor profilespecified in this document. Where multiple options exist incodecsfor possible processor profile combinations (i.e., separated by|operator), every permitted optionMUST be compatible with theprocessor profile specified in this document. Where processor profiles (otherthan the one specified in this document) are advertised in thecodecsparameter, the requirements of the processor profile specified in thisdocumentMAY be signalled, additionally using the+operator with its registered short code.

A processor profile (X) is compatible with the processor profile specifiedhere (P) if X includes all the features and extensions in P (identified bytheir character content) and thevalue attribute of each is, at least,as restrictive as thevalue attribute of the feature or extension inP that has the same character content. The term "restrictive" here is asdefined in Section 6 of[TTML2].

7.Payload Examples

Figure 4 is an example of a valid TTML document that maybe carried using the payload format described in this document.

<?xml version="1.0" encoding="UTF-8"?><tt xml:lang="en" xmlns="http://www.w3.org/ns/ttml" xmlns:ttm="http://www.w3.org/ns/ttml#metadata" xmlns:ttp="http://www.w3.org/ns/ttml#parameter" xmlns:tts="http://www.w3.org/ns/ttml#styling" ttp:timeBase="media" >  <head>    <metadata>      <ttm:title>Timed Text TTML Example</ttm:title>      <ttm:copyright>The Authors (c) 2006</ttm:copyright>    </metadata>    <styling>      <!--        s1 specifies default color, font, and text alignment      -->      <style xml:id="s1"        tts:color="white"        tts:fontFamily="proportionalSansSerif"        tts:fontSize="100%"        tts:textAlign="center"      />    </styling>    <layout>      <region xml:id="subtitleArea"               tts:extent="78% 11%"        tts:padding="1% 5%"        tts:backgroundColor="black"        tts:displayAlign="after"      />    </layout>  </head>  <body region="subtitleArea">    <div>      <p xml:id="subtitle1" dur="5.0s">        How truly delightful!      </p>    </div>  </body></tt>
Figure 4:Example TTML Document

8.Fragmentation of TTML Documents

Many of the use cases for TTML are low bit-rate with RTP packets expectedto fit within the Path MTU. However, some documents may exceed the PathMTU. In these cases, they may be split between multiple packets. Wherefragmentation is used, the following guidelinesMUST befollowed:

When a document spans more than one RTP packet, the entire document isobtained by concatenating User Data Words from each consecutive contributingpacket in ascending order of Sequence Number.

As described inSection 6, only zero or one TTMLdocument may be active at any point in time. As such, thereMUST only be one document transmitted for a given RTPTimestamp. Furthermore, as stated inSection 4.1, themarker bitMUST be set for a packet containing the lastfragment of a document. A packet following one where the marker bit is setcontains the first fragment of a new document. The first fragment might alsobe the last.

9.Protection against Loss of Data

Consideration must be devoted to keeping loss of documents due to packetloss within acceptable limits. What is deemed acceptable limits is dependenton the TTML profile(s) used and use case, among other things. As such, specificlimits are outside the scope of this document.

DocumentsMAY be sent without additional protection ifend-to-end network conditions guarantee that document loss will be withinacceptable limits under all anticipated load conditions. Where such guaranteescannot be provided, implementationsMUST use a mechanism toprotect against packet loss. Potential mechanisms include Forward ErrorCorrection (FEC)[RFC5109], retransmission[RFC4588], duplication[ST2022-7], or an equivalenttechnique.

10.Congestion Control Considerations

Congestion control for RTPSHALL be used in accordance with[RFC3550] and with any applicable RTP profile, e.g.,[RFC3551]. "Multimedia Congestion Control: Circuit Breakers forUnicast RTP Sessions"[RFC8083] is an update to"RTP: A Transport Protocol for Real-timeApplications"[RFC3550], which defines criteria for when one is required tostop sending RTP packet streams. Applications implementing this standardMUST comply with[RFC8083], with particularattention paid to Section4.4on Media Usability.[RFC8085] provides additional informationon the best practices for applying congestion control to UDP streams.

11.Payload Format Parameters

This RTP payload format is identified using the existingapplication/ttml+xml media type as registered with IANA[IANA]and defined in[TTML-MTPR].

11.1.Clock Rate

The default clock rate for TTML over RTP is 1000 Hz. The clock rateSHOULD be included in any advertisements of the RTP streamwhere possible. This parameter has not been added to the media type definitionas it is not applicable to TTML usage other than within RTP streams. In othercontexts, timing is defined within the TTML document.

When choosing a clock rate, implementers should consider what other mediatheir TTML streams may be used in conjunction with (e.g., video or audio). Inthese situations, it isRECOMMENDED that streams use the sameclock source and clock rate as the related media. As TTML streams may beaperiodic, implementers should also consider the frequency range over whichthey expect packets to be sent and the temporal resolution required.

11.2.Session Description Protocol (SDP) Considerations

The mapping of the application/ttml+xml media type and its parameters[TTML-MTPR]SHALL be done according toSection 3 of [RFC4855].

  • The type name "application" goes in SDP "m=" as the media name.

  • The media subtype "ttml+xml" goes in SDP "a=rtpmap" as the encoding name.

  • The clock rate also goes in "a=rtpmap" as the clock rate.

Additional format-specific parameters, as described in the media typespecification,SHALL be included in the SDP file in "a=fmtp" asa semicolon-separated list of "parameter=value" pairs, as described in[RFC4855]. Thecodecs parameterMUST beincluded in thea=fmtp line of the SDP file. Specific requirementsfor the "codecs" parameter are included inSection 6.1.3.

11.2.1.Examples

A sample SDP mapping is presented inFigure 5.

m=application 30000 RTP/AVP 112a=rtpmap:112 ttml+xml/90000a=fmtp:112 charset=utf-8;codecs=im2t
Figure 5:Example SDP Mapping

In this example, a dynamic payload type 112 is used. The 90 kHz RTPtimestamp rate is specified in the "a=rtpmap" line after the subtype.The codecs parameter defined in the "a=fmtp" line indicates that the TTML dataconforms to Internet Media and Captions (IMSC) 1.1 Text profile[TTML-IMSC1.1].

12.IANA Considerations

This document has no IANA actions.

13.Security Considerations

RTP packets using the payload format defined in this specification aresubject to the security considerations discussed in the RTP specification[RFC3550] and in any applicable RTP profile, such as RTP/AVP[RFC3551], RTP/AVPF[RFC4585], RTP/SAVP[RFC3711], or RTP/SAVPF[RFC5124].However, as"Securing the RTP Protocol Framework: Why RTP Does Not Mandate a Single MediaSecurity Solution"[RFC7202] discusses, it is not an RTPpayload format's responsibility to discuss or mandate what solutions are usedto meet the basic security goals (like confidentiality, integrity, and sourceauthenticity) for RTP in general. This responsibility lays on anyone using RTPin an application. They can find guidance on available security mechanismsand important considerations in "Options for Securing RTP Sessions"[RFC7201]. ApplicationsSHOULD use one or moreappropriate strong security mechanisms. The rest of this SecurityConsiderations section discusses the security impacting properties of thepayload format itself.

To avoid potential buffer overflow attacks, receivers should take care tovalidate that the User Data Words in the RTP payload are of the appropriatelength (using the Length field).

This payload format places no specific restrictions on the size of TTMLdocuments that may be transmitted. As such, malicious implementations could beused to perform denial-of-service (DoS) attacks.[RFC4732] provides more information on DoS attacks and describes somemitigation strategies. Implementers should take into consideration that thesize and frequency of documents transmitted using this format may vary overtime. As such, sender implementations should avoid producing streams thatexhibit DoS-like behaviour, and receivers should avoid false identification ofa legitimate stream as malicious.

As with other XML types and as noted inSection 10 of "XML Media Types" [RFC7303],repeated expansion of maliciously constructed XMLentities can be used to consume large amounts of memory, which may cause XMLprocessors in constrained environments to fail.

In addition, because of the extensibility features for TTML and of XML ingeneral, it is possible that "application/ttml+xml" may describe content thathas security implications beyond those described here. However, TTML does notprovide for any sort of active or executable content, and if the processorfollows only the normative semantics of the published specification, thiscontent will be outside TTML namespaces and may be ignored. Only in the casewhere the processor recognizes and processes the additional content or wherefurther processing of that content is dispatched to other processors wouldsecurity issues potentially arise. And in that case, they would fall outsidethe domain of this RTP payload format and the application/ttml+xmlregistration document.

Although not prohibited, there are no expectations that XML signatures orencryption would normally be employed.

Further information related to privacy and security at a document level canbe found in Appendix P of[TTML2].

14.Normative References

[IANA]
IANA,"Media Types",<https://www.iana.org/assignments/media-types>.
[RFC2119]
Bradner, S.,"Key words for use in RFCs to Indicate Requirement Levels",BCP 14,RFC 2119,DOI 10.17487/RFC2119,,<https://www.rfc-editor.org/info/rfc2119>.
[RFC3550]
Schulzrinne, H., Casner, S., Frederick, R., and V. Jacobson,"RTP: A Transport Protocol for Real-Time Applications",STD 64,RFC 3550,DOI 10.17487/RFC3550,,<https://www.rfc-editor.org/info/rfc3550>.
[RFC4103]
Hellstrom, G. and P. Jones,"RTP Payload for Text Conversation",RFC 4103,DOI 10.17487/RFC4103,,<https://www.rfc-editor.org/info/rfc4103>.
[RFC4855]
Casner, S.,"Media Type Registration of RTP Payload Formats",RFC 4855,DOI 10.17487/RFC4855,,<https://www.rfc-editor.org/info/rfc4855>.
[RFC7303]
Thompson, H. and C. Lilley,"XML Media Types",RFC 7303,DOI 10.17487/RFC7303,,<https://www.rfc-editor.org/info/rfc7303>.
[RFC8083]
Perkins, C. and V. Singh,"Multimedia Congestion Control: Circuit Breakers for Unicast RTP Sessions",RFC 8083,DOI 10.17487/RFC8083,,<https://www.rfc-editor.org/info/rfc8083>.
[RFC8085]
Eggert, L., Fairhurst, G., and G. Shepherd,"UDP Usage Guidelines",BCP 145,RFC 8085,DOI 10.17487/RFC8085,,<https://www.rfc-editor.org/info/rfc8085>.
[RFC8174]
Leiba, B.,"Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words",BCP 14,RFC 8174,DOI 10.17487/RFC8174,,<https://www.rfc-editor.org/info/rfc8174>.
[TECH3370]
European Broadcasting Union,"EBU-TT, Part 3, Live Subtitling Applications: System Model and Content Profile for Authoring and Contribution",EBU-TT Part 3,Tech 3370,,<https://tech.ebu.ch/publications/tech3370>.
[TTML-MTPR]
Adams, G., Ed. and M. Dolan, Ed.,"TTML Media Type Definition and Profile Registry",W3C Working Group Note,,<https://www.w3.org/TR/ttml-profile-registry/>.
[TTML2]
Adams, G., Ed. and C. Concolato, Ed.,"Timed Text Markup Language 2 (TTML2)",W3C Recommendation REC-ttml2-20181108,,<https://www.w3.org/TR/ttml2/>.

15.Informative References

[RFC2648]
Moats, R.,"A URN Namespace for IETF Documents",RFC 2648,DOI 10.17487/RFC2648,,<https://www.rfc-editor.org/info/rfc2648>.
[RFC3551]
Schulzrinne, H. and S. Casner,"RTP Profile for Audio and Video Conferences with Minimal Control",STD 65,RFC 3551,DOI 10.17487/RFC3551,,<https://www.rfc-editor.org/info/rfc3551>.
[RFC3711]
Baugher, M., McGrew, D., Naslund, M., Carrara, E., and K. Norrman,"The Secure Real-time Transport Protocol (SRTP)",RFC 3711,DOI 10.17487/RFC3711,,<https://www.rfc-editor.org/info/rfc3711>.
[RFC4396]
Rey, J. and Y. Matsui,"RTP Payload Format for 3rd Generation Partnership Project (3GPP) Timed Text",RFC 4396,DOI 10.17487/RFC4396,,<https://www.rfc-editor.org/info/rfc4396>.
[RFC4585]
Ott, J., Wenger, S., Sato, N., Burmeister, C., and J. Rey,"Extended RTP Profile for Real-time Transport Control Protocol (RTCP)-Based Feedback (RTP/AVPF)",RFC 4585,DOI 10.17487/RFC4585,,<https://www.rfc-editor.org/info/rfc4585>.
[RFC4588]
Rey, J., Leon, D., Miyazaki, A., Varsa, V., and R. Hakenberg,"RTP Retransmission Payload Format",RFC 4588,DOI 10.17487/RFC4588,,<https://www.rfc-editor.org/info/rfc4588>.
[RFC4732]
Handley, M., Ed., Rescorla, E., Ed., and IAB,"Internet Denial-of-Service Considerations",RFC 4732,DOI 10.17487/RFC4732,,<https://www.rfc-editor.org/info/rfc4732>.
[RFC4734]
Schulzrinne, H. and T. Taylor,"Definition of Events for Modem, Fax, and Text Telephony Signals",RFC 4734,DOI 10.17487/RFC4734,,<https://www.rfc-editor.org/info/rfc4734>.
[RFC5109]
Li, A., Ed.,"RTP Payload Format for Generic Forward Error Correction",RFC 5109,DOI 10.17487/RFC5109,,<https://www.rfc-editor.org/info/rfc5109>.
[RFC5124]
Ott, J. and E. Carrara,"Extended Secure RTP Profile for Real-time Transport Control Protocol (RTCP)-Based Feedback (RTP/SAVPF)",RFC 5124,DOI 10.17487/RFC5124,,<https://www.rfc-editor.org/info/rfc5124>.
[RFC7201]
Westerlund, M. and C. Perkins,"Options for Securing RTP Sessions",RFC 7201,DOI 10.17487/RFC7201,,<https://www.rfc-editor.org/info/rfc7201>.
[RFC7202]
Perkins, C. and M. Westerlund,"Securing the RTP Framework: Why RTP Does Not Mandate a Single Media Security Solution",RFC 7202,DOI 10.17487/RFC7202,,<https://www.rfc-editor.org/info/rfc7202>.
[ST2022-7]
SMPTE,"Seamless Protection Switching of RTP Datagrams",ST 2022-7:2019,DOI 10.5594/SMPTE.ST2022-7.2019,,<https://ieeexplore.ieee.org/document/8716822>.
[TTML-IMSC1.1]
Lemieux, P., Ed.,"TTML Profiles for Internet Media Subtitles and Captions 1.1",W3C Recommendation REC-ttml-imsc1.1-20181108,,<https://www.w3.org/TR/ttml-imsc1.1/>.

Acknowledgements

Thanks toNigel Megitt,James Gruessing,Robert Wadge,Andrew Bonney,James Weaver,John Fletcher,Frans de Jong, andWillem Vermost for their valuablefeedback throughout thedevelopment of this document. Thanks to the W3C Timed Text Working Group andEBU Timed Text Working Group for their substantial efforts in developing thetimed text format this payload format is intended to carry.

Author's Address

James Sandford
British Broadcasting Corporation
Dock House, MediaCityUK
Salford
United Kingdom
Phone:+44 30304 09549
Email:james.sandford@bbc.co.uk

[8]ページ先頭

©2009-2025 Movatter.jp