1 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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557
|
<pre>Network Working Group G. Hellstrom
Request for Comments: 2793 Omnitor AB
Category: Standards Track May 2000
<span class="h1">RTP Payload for Text Conversation</span>
Status of this Memo
This document specifies an Internet standards track protocol for the
Internet community, and requests discussion and suggestions for
improvements. Please refer to the current edition of the "Internet
Official Protocol Standards" (STD 1) for the standardization state
and status of this protocol. Distribution of this memo is unlimited.
Copyright Notice
Copyright (C) The Internet Society (2000). All Rights Reserved.
Abstract
This memo describes how to carry text conversation session contents
in RTP packets. Text conversation session contents are specified in
ITU-T Recommendation T.140 [<a href="#ref-1" title="with amendment 1">1</a>].
Text conversation is used alone or in connection to other
conversational facilities such as video and voice, to form multimedia
conversation services.
This RTP payload description contains an optional possibility to
include redundant text from already transmitted packets in order to
reduce the risk of text loss caused by packet loss. The redundancy
coding follows <a href="./rfc2198">RFC 2198</a>.
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Introduction</span>
This memo defines a payload type for carrying text conversation
session contents in RTP packets. Text conversation session contents
are specified in ITU-T Recommendation T.140 [<a href="#ref-1" title="with amendment 1">1</a>]. Text conversation is
used alone or in connection to other conversational facilities such
as video and voice, to form multimedia conversation services. Text in
text conversation sessions is sent as soon as it is available, or
with a small delay for buffering.
<span class="grey">Hellstrom Standards Track [Page 1]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-2" ></span>
<span class="grey"><a href="./rfc2793">RFC 2793</a> RTP Payload for Text Conversation May 2000</span>
The text is supposed to be entered by human users from a keyboard,
handwriting recognition, voice recognition or any other input method.
The rate of character entry is usually at a level of a few characters
per second or less. Therefore, the expected number of characters to
transmit is low. Only one or a few new characters are expected to be
transmitted with each packet.
T.140 specifies that text and other T.140 elements MUST be
transmitted in ISO 10 646-1 code with UTF-8 transformation. That
makes it easy to implement internationally useful applications, and
to handle the text in modern information technology environments.
The payload of an RTP packet following this specification consists of
text encoded according to T.140 without any additional framing. A
common case will be a single ISO 10646 character, UTF-8 encoded.
T.140 requires the transport channel to provide characters without
duplication and in original order. Text conversation users expect
that text will be delivered with no or a low level of lost
information. If lost information can be indicated, the willingness to
accept loss is expected to be higher.
Therefore a mechanism based on RTP is specified here. It gives text
arrival in correct order, without duplications, and with detection
and indication of losses. It also includes an optional possibility
to repeat data for redundancy to lower the risk of loss. Since packet
overhead is usually much larger than the T.140 contents, the increase
in channel load by the redundancy scheme is minimal.
<span class="h3"><a class="selflink" id="section-1.1" href="#section-1.1">1.1</a> Terminology</span>
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
document are to be interpreted as described in <a href="./rfc2119">RFC 2119</a> [<a href="#ref-4" title=""Key words for use in RFCs to Indicate Requirement Levels"">4</a>]
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>. Usage of RTP</span>
When transport of T.140 text session data in RTP is desired, the
payload as described in this specification SHOULD be used.
A text conversation RTP packet as specified by this payload format
consists of an RTP header as defined in <a href="./rfc1889">RFC 1889</a> [<a href="#ref-2" title=""RTP: A Transport Protocol for Real-Time Applications"">2</a>] followed
immediately by a block of T.140 data, defined here to be a
"T140block". There is no additional header specific to this payload
format. The T140block contains one or more T.140 code elements as
specified in [<a href="#ref-1" title="with amendment 1">1</a>]. Most T.140 code elements are single ISO 10646 [<a href="#ref-5">5</a>]
characters, but some are multiple character sequences. Each
character is UTF-8 encoded [<a href="#ref-6" title=""UTF-8, a transformation format of ISO 10646"">6</a>] into one or more octets. This implies
that each block MUST contain an integral number of UTF-8 encoded
<span class="grey">Hellstrom Standards Track [Page 2]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-3" ></span>
<span class="grey"><a href="./rfc2793">RFC 2793</a> RTP Payload for Text Conversation May 2000</span>
characters regardless of the number of octets per character. It also
implies that any composite character sequence (CCS) SHOULD be placed
within one block.
The T140blocks MAY be transmitted redundantly according to the
payload format defined in <a href="./rfc2198">RFC 2198</a> [<a href="#ref-3" title=""RTP Payload for Redundant Audio Data"">3</a>]. In that case, the RTP header
is followed by one or more redundant data block headers, the same
number of redundant data fields carrying T140blocks from previous
packets, and finally the new (primary) T140block for this packet.
<span class="h3"><a class="selflink" id="section-2.1" href="#section-2.1">2.1</a> RTP packet header</span>
Each RTP packet starts with a fixed RTP header. The following fields
of the RTP fixed header are used for T.140 text streams:
Payload Type (PT): The assignment of an RTP payload type is specific
to the RTP profile under which this payload format is used. For
profiles which use dynamic payload type number assignment, this
payload format is identified by the name "T140" (see <a href="#section-6">section 6</a>).
If redundancy is used per <a href="./rfc2198">RFC 2198</a>, the Payload Type MUST indicate
that payload format ("RED").
Sequence number: The Sequence Number MUST be increased by one for
each new transmitted packet. It is used for detection of packet
loss and packets out of order, and can be used in the process of
retrieval of redundant text, reordering of text and marking missing
text.
Timestamp: The RTP Timestamp encodes the approximate instance of
entry of the primary text in the packet. A clock frequency of 1000
Hz MUST be used. Sequential packets MUST NOT use the same
timestamp. Since packets do not represent any constant duration,
the timestamp cannot be used to directly infer packet losses.
<span class="h3"><a class="selflink" id="section-2.2" href="#section-2.2">2.2</a> Additional headers</span>
There are no additional headers defined specific to this payload
format.
When redundant transmission of the data according to <a href="./rfc2198">RFC 2198</a> is
desired, the RTP header is followed by one or more redundant data
block headers, one for each redundant data block to be included.
Each of these headers provides the timestamp offset and length of the
corresponding data block plus a payload type number indicating this
payload format ("T140").
<span class="grey">Hellstrom Standards Track [Page 3]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-4" ></span>
<span class="grey"><a href="./rfc2793">RFC 2793</a> RTP Payload for Text Conversation May 2000</span>
<span class="h3"><a class="selflink" id="section-2.3" href="#section-2.3">2.3</a> T.140 Text structure</span>
T.140 text is UTF-8 coded as specified in T.140 with no extra
framing. When using the format with redundant data, the transmitter
MAY select a number of T140block generations to retransmit in each
packet. A higher number introduces better protection against loss of
text but increases the data rate.
Since packets are not generated at regular intervals, the timestamp
is not sufficient to identify a packet in the presence of loss unless
extra information is provided. Since sequence numbers are not
provided in the redundant header, some additional rules must be
followed to allow the redundant data corresponding to missing primary
data to be merged properly into the stream of primary data
T140blocks:
- Each redundant data block MUST contain the same data as a
T140block previously transmitted as primary data, and be
identified with a timestamp offset equating to the original
timestamp for that T140block.
- The redundant data MUST be placed in age order with most
recent redundant T140block last in the redundancy area.
- All T140blocks from the oldest desired generation up through
the generation immediately preceding the new (primary)
T140block MUST be included.
These rules allow the sequence numbers for the redundant T140blocks
to be inferred by counting backwards from the sequence number in the
RTP header. The result will be that all the text in the payload will
be contiguous and in order.
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. Recommended procedures</span>
This section contains RECOMMENDED procedures for usage of the payload
format. Based on the information in the received packets, the
receiver can:
- reorder text received out of order.
- mark where text is missing because of packet loss.
- compensate for lost packets by using redundant data.
<span class="grey">Hellstrom Standards Track [Page 4]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-5" ></span>
<span class="grey"><a href="./rfc2793">RFC 2793</a> RTP Payload for Text Conversation May 2000</span>
<span class="h3"><a class="selflink" id="section-3.1" href="#section-3.1">3.1</a> Recommended basic procedure</span>
Packets are transmitted only when there is valid T.140 data to
transmit. The sequence number is used for sequencing of T.140 data.
On reception, the RTP sequence number is compared with the sequence
number of the last correctly received packet. If they are
consecutive, the (only or primary) T140block is retrieved from the
packet.
<span class="h3"><a class="selflink" id="section-3.2" href="#section-3.2">3.2</a> Recommended procedure for compensation for lost packets.</span>
For reduction of data loss in case of packet loss, redundant data MAY
be included in the packets following to the procedures in <a href="./rfc2198">RFC 2198</a>.
If network conditions are not known, it is RECOMMENDED to use one
redundant T140block in each packet. If there is a gap in the RTP
sequence numbers, and redundant T140blocks are available in a
subsequent packet, the sequence numbers for the redundant T140blocks
should be inferred by counting backwards from the sequence number in
the RTP header for that packet. If there are redundant T140blocks
with sequence numbers matching those that are missing, the redundant
T140blocks may be substituted for the missing T140blocks.
Both for the case when redundancy is used and not used, missing data
SHOULD be marked by insertion of a missing text marker in the
received stream for each missing T140block, as specified in ITU-T
T.140. Addendum 1 [<a href="#ref-1" title="with amendment 1">1</a>].
<span class="h3"><a class="selflink" id="section-3.3" href="#section-3.3">3.3</a> Recommended procedure for compensation for packets out of order.</span>
For protection against packets arriving out of order, the following
procedure MAY be implemented in the receiver. If analysis of a
received packet reveals a gap in the sequence and no redundant data
is available to fill that gap, the received packet can be kept in a
buffer to allow time for the missing packet(s) to arrive. It is
suggested that the waiting time be limited to 0.5 seconds. For the
case when redundancy is used the waiting time SHOULD be extended to
the number of redundancy generations times the T.140 buffering timer
if this product is known to be greater than 0.5 seconds.
If a packet with a T140block belonging to the gap arrives before the
waiting time expires, this T140block is inserted into the gap and
then consecutive T140blocks from the leading edge of the gap may be
consumed. Any T140block which does not arrive before the time limit
expires should be treated as lost.
<span class="grey">Hellstrom Standards Track [Page 5]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-6" ></span>
<span class="grey"><a href="./rfc2793">RFC 2793</a> RTP Payload for Text Conversation May 2000</span>
<span class="h3"><a class="selflink" id="section-3.4" href="#section-3.4">3.4</a> Transmission during "silent periods" when redundancy is used.</span>
When using the redundancy transmission scheme, and there is nothing
more to transmit from T.140, the latest T140block has a risk of
getting old before it is transmitted as redundant data. The result is
less useful protection against packet loss at the end of a text input
sequence. For cases where this should be avoided, a zero-length
primary T140block MAY be transmitted with the redundant data.
Any zero-length T140blocks that are sent as primary data MUST be
included as redundant T140blocks on subsequent packets just as normal
text T140blocks would be so that sequence number inference for the
redundant T140blocks will be correct, as explained in <a href="#section-2.3">section 2.3</a>.
Redundancy for the last T140block SHOULD NOT be implemented by
repeatedly transmitting the same packet (with the same sequence
number) because this will cause the packet loss count, as reported in
RTCP, to decrement.
<span class="grey">Hellstrom Standards Track [Page 6]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-7" ></span>
<span class="grey"><a href="./rfc2793">RFC 2793</a> RTP Payload for Text Conversation May 2000</span>
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. Examples</span>
This is an example of a T140 RTP packet without redundancy.
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=0 |M| T140 PT | sequence number |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| timestamp (1000Hz) |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| synchronization source (SSRC) identifier |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+ T.140 encoded data +
| |
+ +---------------+
| |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
This is an example of an RTP packet with one redundant T140block.
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=0 |M| "RED" PT | sequence number of primary |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| timestamp of primary encoding "P" |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| synchronization source (SSRC) identifier |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|1| T140 PT | timestamp offset of "R" | "R" block length |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|0| T140 PT | |
+-+-+-+-+-+-+-+-+ +
| |
+ "R" T.140 encoded redundant data +
| |
+ +---------------+
| | |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ +
| "P" T.140 encoded primary data |
+ +
+ +---------------+
| |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Figure: Examples of RTP text packets.
<span class="grey">Hellstrom Standards Track [Page 7]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-8" ></span>
<span class="grey"><a href="./rfc2793">RFC 2793</a> RTP Payload for Text Conversation May 2000</span>
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>. Security Considerations</span>
Since the intention of the described payload format is to carry text
in a text conversation, security measures in the form of encryption
are of importance. The amount of data in a text conversation session
is low and therefore any encryption method MAY be selected and
applied to T.140 session contents or to the whole RTP packets. When
redundant data is included, the same security considerations as for
<a href="./rfc2198">RFC 2198</a> apply.
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>. MIME Media Type Registrations</span>
This document defines a new RTP payload name and associated MIME
type, T140 (text/t140).
<span class="h3"><a class="selflink" id="section-6.1" href="#section-6.1">6.1</a> Registration of MIME media type text/t140</span>
MIME media type name: text
MIME subtype name: t140
Required parameters: None
Optional parameters: None
Encoding considerations: T140 text can be transmitted with RTP as
specified in <a href="./rfc2793">RFC 2793</a>.
Security considerations: None
Interoperability considerations: None
Published specification: ITU-T T.140 Recommendation.
<a href="./rfc2793">RFC 2793</a>.
Applications which use this media type:
Text communication terminals and text conferencing tools.
Additional information: None
Magic number(s): None
File extension(s): None
Macintosh File Type Code(s): None
Person & email address to contact for further information:
Gunnar Hellstrom
e-mail: gunnar.hellstrom@omnitor.se
<span class="grey">Hellstrom Standards Track [Page 8]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-9" ></span>
<span class="grey"><a href="./rfc2793">RFC 2793</a> RTP Payload for Text Conversation May 2000</span>
Intended usage: COMMON
Author / Change controller:
Gunnar Hellstrom | IETF avt WG
gunnar.hellstrom@omnitor.se | c/o Steve Casner casner@cisco.com
<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>. Author's Address</span>
Gunnar Hellstrom
Omnitor AB
Alsnogatan 7, 4 tr
SE-116 41 Stockholm
Sweden
Phone: +46 708 204 288 / +46 8 556 002 03
Fax: +46 8 556 002 06
EMail: gunnar.hellstrom@omnitor.se
<span class="h2"><a class="selflink" id="section-8" href="#section-8">8</a>. Acknowledgements</span>
The author wants to thank Stephen Casner and Colin Perkins for
valuable support with reviews and advice on creation of this
document, to Mickey Nasiri at Ericsson Mobile Communication for
providing the development environment, and Michele Mizarro for
verification of the usability of the payload format for its intended
purpose.
<span class="h2"><a class="selflink" id="section-9" href="#section-9">9</a>. References</span>
[<a id="ref-1">1</a>] ITU-T Recommendation T.140 (1998) - Text conversation protocol
for multimedia application, with amendment 1, (2000).
[<a id="ref-2">2</a>] Schulzrinne, H., Casner, S., Frederick, R. and V. Jacobson,
"RTP: A Transport Protocol for Real-Time Applications", <a href="./rfc1889">RFC</a>
<a href="./rfc1889">1889</a>, January 1996.
[<a id="ref-3">3</a>] Perkins, C., Kouvelas, I., Hardman, V., Handley, M. and J.
Bolot, "RTP Payload for Redundant Audio Data", <a href="./rfc2198">RFC 2198</a>,
September 1997.
[<a id="ref-4">4</a>] Bradner, S., "Key words for use in RFCs to Indicate Requirement
Levels", <a href="https://www.rfc-editor.org/bcp/bcp14">BCP 14</a>, <a href="./rfc2119">RFC 2119</a>, March 1997.
[<a id="ref-5">5</a>] ISO/IEC 10646-1: (1993), Universal Multiple Octet Coded
Character Set.
[<a id="ref-6">6</a>] Yergeau, F., "UTF-8, a transformation format of ISO 10646", <a href="./rfc2279">RFC</a>
<a href="./rfc2279">2279</a>, January 1998.
<span class="grey">Hellstrom Standards Track [Page 9]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-10" ></span>
<span class="grey"><a href="./rfc2793">RFC 2793</a> RTP Payload for Text Conversation May 2000</span>
<span class="h2"><a class="selflink" id="section-10" href="#section-10">10</a>. Full Copyright Statement</span>
Copyright (C) The Internet Society (2000). All Rights Reserved.
This document and translations of it may be copied and furnished to
others, and derivative works that comment on or otherwise explain it
or assist in its implementation may be prepared, copied, published
and distributed, in whole or in part, without restriction of any
kind, provided that the above copyright notice and this paragraph are
included on all such copies and derivative works. However, this
document itself may not be modified in any way, such as by removing
the copyright notice or references to the Internet Society or other
Internet organizations, except as needed for the purpose of
developing Internet standards in which case the procedures for
copyrights defined in the Internet Standards process must be
followed, or as required to translate it into languages other than
English.
The limited permissions granted above are perpetual and will not be
revoked by the Internet Society or its successors or assigns.
This document and the information contained herein is provided on an
"AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
Acknowledgement
Funding for the RFC Editor function is currently provided by the
Internet Society.
Hellstrom Standards Track [Page 10]
</pre>
|