home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / drafts / draft_d_h / draft-ema-vpim-dur-01.txt < prev    next >
Text File  |  1997-07-30  |  6KB  |  156 lines

  1.  
  2.  
  3.  
  4.     Network Working Group                                   Greg Vaudreuil
  5.     Internet Draft                                    Octel Communications
  6.     Expires in six months                                    Glenn Parsons
  7.                                                          Nortel Technology
  8.                                                              July 29, 1997
  9.  
  10.  
  11.                                 Content Duration
  12.                              MIME Header Definition
  13.  
  14.                            <draft-ema-vpim-dur-01.txt>
  15.  
  16.       Status of this Memo
  17.  
  18.       This document is an Internet Draft.  Internet Drafts are working
  19.       documents of the Internet Engineering Task Force (IETF), its Areas,
  20.       and its Working Groups.  Note that other groups may also distribute
  21.       working documents as Internet Drafts.
  22.  
  23.       Internet Drafts are valid for a maximum of six months and may be
  24.       updated, replaced, or obsoleted by other documents at any time.  It
  25.       is inappropriate to use Internet Drafts as reference material or to
  26.       cite them other than as a "work in progress".
  27.  
  28.       To learn the current status of any Internet-Draft, please check the
  29.       "1id-abstracts.txt" listing contained in the Internet-Drafts Shadow
  30.       Directories on ftp.is.co.za (Africa), nic.nordu.net (Europe),
  31.       munnari.oz.au (Pacific Rim), ds.internic.net (US East Coast), or
  32.       ftp.isi.edu (US West Coast).
  33.  
  34.       Overview
  35.  
  36.       This document describes the MIME header Content-Duration that is
  37.       intended for use with any timed media content (typically audio/* or
  38.       video/*).
  39.     Internet Draft             Content-Duration              July 29, 1997
  40.  
  41.  
  42.  
  43.       1.  Abstract
  44.  
  45.       This document describes the MIME header Content-Duration that is
  46.       intended for use with any time varying media content (typically
  47.       audio/* or video/*).  The length of time is represented in seconds
  48.       without any units indication..
  49.  
  50.  
  51.       2. Content-Duration Header Field
  52.  
  53.       Time varying media contents, for example, a spoken voice message or
  54.       a video clip, have an inherent time duration.  Many audio and video
  55.       encodings may include their duration as header information or may
  56.       allow accurate calculation based on the byte length of the data.
  57.       However, it may be useful to present the time duration of the
  58.       content in a MIME header to allow its simple determination without
  59.       dealing with the actual content.
  60.  
  61.       2.1 Syntax
  62.  
  63.       The Content-Duration field's value is a single number specifying the
  64.       time duration in seconds of the content.  Formally:
  65.  
  66.       duration := "Content-Duration" ":" 1*10DIGIT
  67.  
  68.       Note that practically (though highly unlikely in MIME media), the
  69.       upper bound on the numerical value of the time duration is (2^^31 -
  70.       1) or 2147483647.
  71.  
  72.       2.2 Semantics
  73.  
  74.       This field represents the time duration of the associated time
  75.       varying media content.  The time duration is noted in seconds with
  76.       no units tag.  The time value should be exact, however the exact
  77.       value of the time duration cannot be known without opening the
  78.       content and playing it.  If an exact value must be known, then the
  79.       latter method should be used.  This mechanism simply allows placing
  80.       a sender determined time duration value in the header for easy
  81.       access.
  82.  
  83.       Though there are several ways to present this duration to the
  84.       recipient (e.g. with the inbox headers, when audio attachment
  85.       opened), the actual use of this field on reception is a local
  86.       implementation issue.
  87.  
  88.       2.3 Example
  89.  
  90.       In this example the content duration represents 33 seconds:
  91.  
  92.               Content-Duration: 33
  93.  
  94.  
  95.       3. VPIM Usage
  96.  
  97.     Vaudreuil, Parsons         Expires 01/29/98                   [Page 2]
  98.     Internet Draft             Content-Duration              July 29, 1997
  99.  
  100.  
  101.  
  102.       The Content-Duration header field for the audio/32KADPCM sub-type is
  103.       a useful component of the VPIM specification [VPIM2].  All VPIM
  104.       Messages MUST contain this sub-type to carry the audio of a voice
  105.       message.  It may be useful in some instances (e.g. viewing on a
  106.       simple MIME or non-MIME desktop) to have the time duration of the
  107.       voice message available without having to open the audio content.
  108.  
  109.  
  110.       4. Security considerations:
  111.  
  112.       This defintion introduces the option of explicitly identifying the
  113.       time duration of an audio/* or video/* content outside of the binary
  114.       data that forms the content.  In some environments (though likely
  115.       not the majority), the identification of the actual time duration in
  116.       a header field may be a security issue and as a result should not be
  117.       noted.
  118.  
  119.  
  120.       5. Authors' Addresses
  121.  
  122.       Glenn W. Parsons
  123.       Nortel Technology
  124.       P.O. Box 3511, Station C
  125.       Ottawa, ON  K1Y 4H7
  126.       Canada
  127.       Phone: +1-613-763-7582
  128.       Fax: +1-613-763-8385
  129.       Glenn.Parsons@Nortel.ca
  130.  
  131.       Gregory M. Vaudreuil
  132.       Octel Communications
  133.       17080 Dallas Parkway
  134.       Dallas, TX  75248-1905
  135.       United States
  136.       Phone/Fax: +1-972-733-2722
  137.       Greg.Vaudreuil@Octel.Com
  138.  
  139.  
  140.       6. References
  141.  
  142.       [MIME2] N. Freed and N. Borenstein,  "Multipurpose Internet Mail
  143.            Extensions (MIME) Part Two: Media Types ", RFC 2046, Innosoft,
  144.            First Virtual, Nov 1996.
  145.  
  146.       [VPIM2] Greg Vaudreuil and Glenn Parsons, "Voice Profile for
  147.            Internet Mail - version 2", Work in Progress, <draft-ema-vpim-
  148.            06.txt> July 1997.
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.     Vaudreuil, Parsons         Expires 01/29/98                   [Page 3]