<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.2.7 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc toc="yes"?>
<?rfc tocompact="yes"?>
<?rfc tocdepth="3"?>
<?rfc tocindent="yes"?>
<?rfc symrefs="yes"?>
<?rfc sortrefs="yes"?>
<?rfc comments="yes"?>
<?rfc inline="yes"?>
<?rfc compact="yes"?>
<?rfc subcompact="no"?>

<rfc ipr="trust200902" docName="draft-ietf-avtcore-multiplex-guidelines-04" category="info">

  <front>
    <title abbrev="Guidelines for Multiplexing in RTP">Guidelines for using the Multiplexing Features of RTP to Support Multiple Media Streams</title>

    <author initials="M." surname="Westerlund" fullname="Magnus Westerlund">
      <organization>Ericsson</organization>
      <address>
        <postal>
          <street>Torshamsgatan 23</street>
          <city>SE-164 80 Kista</city>
          <country>Sweden</country>
        </postal>
        <phone>+46 10 714 82 87</phone>
        <email>magnus.westerlund@ericsson.com</email>
      </address>
    </author>
    <author initials="B." surname="Burman" fullname="Bo Burman">
      <organization>Ericsson</organization>
      <address>
        <postal>
          <street>Farogatan 6</street>
          <city>SE-164 80 Kista</city>
          <country>Sweden</country>
        </postal>
        <phone>+46 10 714 13 11</phone>
        <email>bo.burman@ericsson.com</email>
      </address>
    </author>
    <author initials="C.." surname="Perkins" fullname="Colin Perkins">
      <organization>University of Glasgow</organization>
      <address>
        <postal>
          <street>School of Computing Science</street>
          <city>Glasgow</city>
          <code>G12 8QQ</code>
          <country>United Kingdom</country>
        </postal>
        <email>csp@csperkins.org</email>
      </address>
    </author>
    <author initials="H." surname="Alvestrand" fullname="Harald Tveit Alvestrand">
      <organization>Google</organization>
      <address>
        <postal>
          <street>Kungsbron 2</street>
          <city>Stockholm</city>
          <region></region>
          <code>11122</code>
          <country>Sweden</country>
        </postal>
        <phone></phone>
        <facsimile></facsimile>
        <email>harald@alvestrand.no</email>
        <uri></uri>
      </address>
    </author>
    <author initials="R." surname="Even" fullname="Roni Even">
      <organization>Huawei</organization>
      <address>
        <email>roni.even@huawei.com</email>
      </address>
    </author>
    <author initials="H." surname="Zheng" fullname="Hui Zheng">
      <organization>Huawei</organization>
      <address>
        <email>marvin.zhenghui@huawei.com</email>
      </address>
    </author>

    <date />

    
    
    

    <abstract>


<t>The Real-time Transport Protocol (RTP) is a flexible protocol that
can be used in a wide range of applications, networks, and system
topologies. That flexibility makes for wide applicability, but can
complicate the application design process. One particular design
question that has received much attention is how to support multiple
media streams in RTP. This memo discusses the available options and
design trade-offs, and provides guidelines on how to use the
multiplexing features of RTP to support multiple media streams.</t>



    </abstract>


  </front>

  <middle>


<section anchor="introduction" title="Introduction">

<t><xref target="RFC3550">The Real-time Transport Protocol (RTP)</xref> is a commonly used
protocol for real-time media transport. It is a protocol that provides
great flexibility and can support a large set of different
applications.  RTP was from the beginning designed for multiple
participants in a   communication session.  It supports many paradigms
of topologies and usages, as defined in
<xref target="RFC7667"/>.  RTP has several
multiplexing points designed for different purposes. These enable
support of multiple media streams and switching between different
encoding or packetization of the media. By using multiple RTP
sessions, sets of media streams can be structured for efficient
processing or identification. Thus the question for any RTP
application designer is how to best use the RTP session, the SSRC and
the payload type to meet the application's needs.</t>

<t>There have been increased interest in more advanced usage of RTP, for
example, multiple streams can occur when a single endpoint have
multiple media sources, like multiple cameras or microphones that need
to be sent simultaneously.  Consequently, questions are raised
regarding the most appropriate RTP usage. The limitations in some
implementations, RTP/RTCP extensions, and signalling has also been
exposed. The authors also
hope that clarification on the usefulness of some functionalities in
RTP will result in more complete implementations in the future.</t>

<t>The purpose of this document is to provide clear information about
the possibilities of RTP when it comes to multiplexing. The RTP
application designer needs to understand the implications that come from
a particular usage of the RTP multiplexing points. The document will
recommend against some usages as being unsuitable, in general or for
particular purposes.</t>

<t>The document starts with some definitions and then goes into the
existing RTP functionalities around multiplexing. Both the desired
behaviour and the implications of a particular behaviour depend on which
topologies are used, which requires some consideration. This is followed
by a discussion of some choices in multiplexing behaviour and their
impacts. Some archetypes of RTP usage are discussed. Finally, some
recommendations and examples are provided.</t>

</section>
<section anchor="definitions" title="Definitions">

<section anchor="terminology" title="Terminology">

<t>The definitions in Section 3 of <xref target="RFC3550"/> are referenced
normatively.</t>

<t>The taxonomy defined in <xref target="RFC7656"/> is referenced normatively.</t>

<t>The following terms and abbreviations are used in this
document:</t>

<t><list style="hanging">
  <t hangText='Multiparty:'>
  A communication situation including
multiple endpoints. In this document it will be used to refer to
situations where more than two endpoints communicate.</t>
  <t hangText='RTP Source:'>
  The originator or source of a particular
Media Stream. Identified using an SSRC in a particular RTP
session. An RTP source is the source of a single media stream, and
is associated with a single endpoint and a single Media Source. An
RTP Source is just called a Source in RFC 3550.</t>
  <t hangText='RTP Sink:'>
  A recipient of a Media Stream. The Media
Sink is identified using one or more SSRCs. There can be more than
one RTP Sink for one RTP source.</t>
  <t hangText='Multiplexing:'>
  The operation of taking multiple
entities as input, aggregating them onto some common resource
while keeping the individual entities addressable such that they
can later be fully and unambiguously separated (de-multiplexed)
again.</t>
  <t hangText='RTP Session Group:'>
  One or more RTP sessions that are
used together to perform some function. Examples are multiple RTP
sessions used to carry different layers of a layered encoding. In
an RTP Session Group, CNAMEs are assumed to be valid across all
RTP sessions, and designate synchronisation contexts that can
cross RTP sessions.</t>
  <t hangText='Signalling:'>
  The process of configuring endpoints to
participate in one or more RTP sessions.</t>
</list></t>

</section>
<section anchor="subjects-out-of-scope" title="Subjects Out of Scope">

<t>This document is focused on issues that affect RTP. Thus, issues
that involve signalling protocols, such as whether SIP, Jingle or some
other protocol is in use for session configuration, the particular
syntaxes used to define RTP session properties, or the constraints
imposed by particular choices in the signalling protocols, are
mentioned only as examples in order to describe the RTP issues more
precisely.</t>

<t>This document assumes the applications will use RTCP. While there
are such applications that don't send RTCP, they do not conform to the
RTP specification, and thus can be regarded as reusing the RTP packet
format but not implementing the RTP protocol.</t>

</section>
</section>
<section anchor="rtp-multiplexing-overview" title="RTP Multiplexing Overview">

<section anchor="reasons-for-multiplexing-and-grouping-rtp-media-streams" title="Reasons for Multiplexing and Grouping RTP Media Streams">

<t>The reasons why an endpoint might choose to send multiple media
streams are widespread. In the below discussion, please keep in mind
that the reasons for having multiple media streams vary and include but
are not limited to the following:</t>

<t><list style="symbols">
  <t>Multiple Media Sources</t>
  <t>Multiple Media Streams might be needed to represent one Media
Source (for instance when using layered encodings)</t>
  <t>A Retransmission stream might repeat the content of another Media
Stream</t>
  <t>An FEC stream might provide material that can be used to repair
another Media Stream</t>
  <t>Alternative Encodings, for instance different codecs for the same
audio stream</t>
  <t>Alternative formats, for instance multiple resolutions of the
same video stream</t>
</list></t>

<t>For each of these, it is necessary to decide if each additional media
stream gets its own SSRC multiplexed within a RTP Session, or if it is
necessary to use additional RTP sessions to group the media streams. The
choice between these made due to one reason might not be the choice
suitable for another reason. The
clearest understanding is associated with multiple media sources of the
same media type. However, all warrant discussion and clarification on
how to deal with them. As the discussion below will show, in reality we
cannot choose a single one of the two solutions. To utilise RTP well and
as efficiently as possible, both are needed. The real issue is finding
the right guidance on when to create RTP sessions and when additional
SSRCs in an RTP session is the right choice.</t>

</section>
<section anchor="sec-mux-points" title="RTP Multiplexing Points">

<t>This section describes the multiplexing points present in the RTP
protocol that can be used to distinguish media streams and groups of
media streams. <xref target="fig-demux"/> outlines the process of
demultiplexing incoming RTP streams:</t>

<figure title="RTP Demultiplexing Process" anchor="fig-demux"><artwork><![CDATA[
                        |
                        | packets
        +--             v
        |        +------------+
        |        |   Socket   |
        |        +------------+
        |            ||  ||
   RTP  |       RTP/ ||  |+-----> SCTP ( ...and any other protocols)
Session |       RTCP ||  +------> STUN (multiplexed using same port)
        +--          ||
        +--          ||
        |      (split by SSRC)
        |       ||   ||   ||
        |       ||   ||   ||
  Media |      +--+ +--+ +--+
Streams |      |PB| |PB| |PB| Jitter buffer, process RTCP, FEC, etc.
        |      +--+ +--+ +--+
        +--      |   |     |
        (pick rendering context based on PT)
        +--      |  /      |
        |        +---+     |
        |         /  |     |
Payload |      +--+ +--+ +--+
Formats |      |CR| |CR| |CR| Codecs and rendering
        |      +--+ +--+ +--+
        +--
]]></artwork></figure>

<section anchor="rtp-session" title="RTP Session">

<t>An RTP Session is the highest semantic layer in the RTP protocol,
and represents an association between a group of communicating
endpoints. The set of participants that form an RTP session is defined
as those that share a single synchronisation source space
<xref target="RFC3550"/>. That is, if a group of participants are each aware
of the synchronisation source identifiers belonging to the other
participants, then those participants are in a single RTP session. A
participant can become aware of a synchronisation source identifier by
receiving an RTP packet containing it in the SSRC field or CSRC list,
by receiving an RTCP packet mentioning it in an SSRC field, or through
signalling (e.g., the SDP ÔÇ£a=ssrc:ÔÇØ attribute). Thus, the scope of an
RTP session is determined by the participants' network interconnection
topology, in combination with RTP and RTCP forwarding strategies
deployed by the endpoints and any middleboxes, and by the
signalling.</t>

<t>RTP does not contain a session identifier. Rather, it relies on the
underlying transport layer to separate different sessions, and on the
signalling to identify sessions in a manner that is meaningful to the
application. The signalling layer might give sessions an explicit
identifier, or their identification might be implicit based on the
addresses and ports used. Accordingly, a single RTP Session can have
multiple associated identifiers, explicit and implicit, belonging to
different contexts. For example, when running RTP on top of UDP/IP, an
RTP endpoint can identify and delimit an RTP Session from other RTP
Sessions using the UDP source and destination IP addresses and UDP
port numbers. Another example is when using SDP grouping framework
<xref target="RFC5888"/> which uses an identifier per ÔÇ£m=ÔÇØ-line; if
there is a one-to-one mapping between ÔÇ£m=ÔÇØ-lines and RTP sessions,
that grouping framework identifier will identify an RTP Session. <xref target="I-D.ietf-mmusic-sdp-bundle-negotiation"/> extends the ÔÇ£m-ÔÇ£-line for bundled media, which adds complexity to demultiplexing media stream. Section 10.2 of <xref target="I-D.ietf-mmusic-sdp-bundle-negotiation"/> provides information about how RTP/RTCP streams are associated with SDP media description.</t>

<t>RTP sessions are globally unique, but their identity can only be
determined by the communication context at an endpoint of the session,
or by a middlebox that is aware of the session context. The
relationship between RTP sessions depending on the underlying
application, transport, and signalling protocol. The RTP protocol
makes no normative statements about the relationship between different
RTP sessions, however the applications that use more than one RTP
session will have some higher layer understanding of the relationship
between the sessions they create.</t>

</section>
<section anchor="synchronisation-source-ssrc" title="Synchronisation Source (SSRC)">

<t>A synchronisation source (SSRC) identifies an RTP source or an RTP
sink. Every endpoint will have at least one synchronisation source
identifier, even if it does not send media (endpoints that are only
RTP sinks still send RTCP, and use their synchronisation source
identifier in the RTCP packets they send). An endpoint can have
multiple synchronisation sources identifiers if it contains multiple
RTP sources (i.e., if it sends multiple media streams). Endpoints that
are both RTP sources and RTP sinks use the same synchronisation
sources in both roles. At any given time, a RTP source has one and
only one SSRC - although that can change over the lifetime of the RTP
source or sink.</t>

<t>The synchronisation Source identifier is a 32-bit unsigned integer.
It is present in every RTP and RTCP packet header, and in the payload
of some RTCP packet types. It can also be present in SDP signalling.
Unless pre-signalled using the SDP ÔÇ£a=ssrc:ÔÇØ attribute <xref target="RFC5576"/>,
the synchronisation source identifier is chosen at
random. It is not dependent on the network address of the endpoint,
and is intended to be unique within an RTP session. Synchronisation
source identifier collisions can occur, and are handled as specified
in <xref target="RFC3550"/> and <xref target="RFC5576"/>, resulting in
the synchronisation source identifier of the affecting RTP sources
and/or sinks changing. An RTP source that changes its RTP Session
identifier (e.g. source transport address) during a session has to
choose a new SSRC identifier to avoid being interpreted as looped
source.</t>

<t>Synchronisation source identifiers that belong to the same
synchronisation context (i.e., that represent media streams that can
be synchronised using information in RTCP SR packets) are indicated by
use of identical CNAME chunks in corresponding RTCP SDES packets. SDP
signalling can also be used to provide explicit grouping of
synchronisation sources <xref target="RFC5576"/>.</t>

<t><list style='empty'>
  <t>In some cases, the same SSRC Identifier value is used to relate
streams in two different RTP Sessions, such as in Multi-Session
Transmission of <xref target="RFC6190">scalable video</xref>. This
is to be avoided since there is no guarantee of uniqueness in
SSRC values across RTP sessions.</t>
</list></t>

<t>Note that RTP sequence number and RTP timestamp are scoped by the
synchronisation source. Each RTP source will have a different
synchronisation source, and the corresponding media stream will have a
separate RTP sequence number and timestamp space.</t>

<t>An SSRC identifier is used by different type of sources as well as
sinks:</t>

<t><list style="hanging">
  <t hangText='Real Media Source:'>
  Connected to a ÔÇ£physicalÔÇØ media
source, for example a camera or microphone.</t>
  <t hangText='Processed Media Source:'>
  A source with some
attributed property generated by some network node, for example a
filtering function in an RTP mixer that provides the most active
speaker based on some criteria, or a mix representing a set of
other sources.</t>
  <t hangText='RTP Sink:'>
  A source that does not generate any RTP
media stream in itself (e.g. an endpoint or middlebox only
receiving in an RTP session). It still needs a sender SSRC for use
as source in RTCP reports.</t>
</list></t>

<t>Note that an endpoint that generates more than one media type, e.g.
a conference participant sending both audio and video, need not (and
commonly does not) use the same SSRC value across RTP sessions. RTCP
Compound packets containing the CNAME SDES item is the designated
method to bind an SSRC to a CNAME, effectively cross-correlating SSRCs
within and between RTP Sessions as coming from the same endpoint. The
main property attributed to SSRCs associated with the same CNAME is
that they are from a particular synchronisation context and can be
synchronised at playback.</t>

<t>An RTP receiver receiving a previously unseen SSRC value will
interpret it as a new source. It might in fact be a previously
existing source that had to change SSRC number due to an SSRC
conflict. However, the originator of the previous SSRC ought to have
ended the conflicting source by sending an RTCP BYE for it prior to
starting to send with the new SSRC, so the new SSRC is anyway
effectively a new source.</t>

</section>
<section anchor="contributing-source-csrc" title="Contributing Source (CSRC)">

<t>The Contributing Source (CSRC) is not a separate identifier. Rather
a synchronisation source identifier is listed as a CSRC in the RTP
header of a packet generated by an RTP mixer if the corresponding SSRC
was in the header of one of the packets that contributed to the
mix.</t>

<t>It is not possible, in general, to extract media represented by an
individual CSRC since it is typically the result of a media mixing
(merge) operation by an RTP mixer on the individual media streams
corresponding to the CSRC identifiers. The exception is the case when
only a single CSRC is indicated as this represent forwarding of a
media stream, possibly modified. The RTP header extension
for <xref target="RFC6465">Mixer-to-Client Audio Level Indication</xref> expands
on the receivers information about a packet with a CSRC list. Due to
these restrictions, CSRC will not be considered a fully qualified
multiplexing point and will be disregarded in the rest of this
document.</t>

</section>
<section anchor="rtp-payload-type" title="RTP Payload Type">

<t>Each Media Stream utilises one or more RTP payload formats. An RTP
payload format describes how the output of a particular media codec is
framed and encoded into RTP packets. The payload format used is
identified by the payload type field in the RTP data packet header.
The combination therefore identifies a specific Media Stream encoding
format. The format definition can be taken from <xref target="RFC3551"/> for
statically allocated payload types, but ought
to be explicitly defined in signalling, such as SDP, both for static
and dynamic Payload Types. The term ÔÇ£formatÔÇØ here includes whatever
can be described by out-of-band signalling means. In SDP, the term
ÔÇ£formatÔÇØ includes media type, RTP timestamp sampling rate, codec,
codec configuration, payload format configurations, and various
robustness mechanisms such as <xref target="RFC2198">redundant encodings</xref>.</t>

<t>The payload type is scoped by sending endpoint within an RTP Session.
All synchronisation sources sent from a single endpoint
share the same payload types definitions. The RTP Payload Type is
designed such that only a single Payload Type is valid at any time
instant in the RTP source's RTP timestamp time line, effectively
time-multiplexing different Payload Types if any change occurs. The
payload type used can change on a per-packet basis for an SSRC, for
example a speech codec making use of generic comfort noise
<xref target="RFC3389"/>. If there is a true need to send multiple Payload
Types for the same SSRC that are valid for the same instant, then
redundant encodings <xref target="RFC2198"/> can be used. Several
additional constraints than the ones mentioned above need to be met to
enable this use, one of which is that the combined payload sizes of
the different Payload Types ought not exceed the transport MTU.</t>

<t>Other aspects of RTP payload format use are described in <xref target="RFC8088">RTP Payload HowTo</xref>.</t>

<t>The payload type is not a multiplexing point at the RTP layer (see
<xref target="sec-pt-mux"/> for a detailed discussion of why using the
payload type as an RTP multiplexing point does not work). The RTP
payload type is, however, used to determine how to render a media
stream, and so can be viewed as selecting a rendering context. The
rendering context can be defined by the signalling, and the RTP
payload type number is sometimes used to associate an RTP media stream
with the signalling. This association is possible provided unique RTP
payload type numbers are used in each context. For example, an RTP
media stream can be associated with an SDP ÔÇ£m=ÔÇØ line by comparing the
RTP payload type numbers used by the media stream with payload types
signalled in the ÔÇ£a=rtpmap:ÔÇØ lines in the media sections of the SDP.
If RTP media streams are being associated with signalling contexts
based on the RTP payload type, then the assignment of RTP payload type
numbers needs to be unique across signalling contexts; if the same RTP
payload format configuration is used in multiple contexts, then a
different RTP payload type number has to be assigned in each context
to ensure uniqueness. If the RTP payload type number is not being used
to associated RTP media streams with a signalling context, then the
same RTP payload type number can be used to indicate the exact same
RTP payload format configuration in multiple contexts. In case of bundled media, Section 10.2 of <xref target="I-D.ietf-mmusic-sdp-bundle-negotiation"/> provides more information on SDP signalling.</t>

</section>
</section>
<section anchor="sec-topologies" title="Issues Related to RTP Topologies">

<t>The impact of how RTP multiplexing is performed will in general vary
with how the RTP Session participants are interconnected, described
by <xref target="RFC7667">RTP Topology</xref>.</t>

<t>Even the most basic use case, denoted Topo-Point-to-Point in
<xref target="RFC7667"/>, raises a number of
considerations that are discussed in detail in following sections.
They range over such aspects as:</t>

<t><list style="symbols">
  <t>Does my communication peer support RTP as defined with multiple
SSRCs?</t>
  <t>Do I need network differentiation in form of QoS?</t>
  <t>Can the application more easily process and handle the media
streams if they are in different RTP sessions?</t>
  <t>Do I need to use additional media streams for RTP
retransmission or FEC.</t>
  <t>etc.</t>
</list></t>

<t>For some Point to Multi-point topologies (e.g. Topo-ASM and Topo-SSM
in <xref target="RFC7667"/>), multicast is
used  to interconnect the session participants.  Special
considerations (documented in <xref target="sec-multicast"/>) need to be made as
multicast is a one to many distribution system.</t>

<t>Sometimes an RTP communication can end up in a situation when the
peer it is communicating with is not compatible with the other peer
for various reasons:</t>

<t><list style="symbols">
  <t>No common media codec for a media type thus requiring
transcoding</t>
  <t>Different support for multiple RTP sources and RTP sessions</t>
  <t>Usage of different media transport protocols, i.e RTP or
other.</t>
  <t>Usage of different transport protocols, e.g. UDP, DCCP, TCP</t>
  <t>Different security solutions, e.g. IPsec, TLS, DTLS, SRTP with
different keying mechanisms.</t>
</list></t>

<t>In many situations this is resolved by the inclusion of a
translator between the two peers, as described by Topo-PtP-Translator
in <xref target="RFC7667"/>. The
translator's main purpose is to make the peer look to the other peer
like something it is compatible with. There can also be other reasons
than compatibility to insert a translator in the form of a middlebox
or gateway, for example a need to monitor the media streams. If the
stream transport characteristics are changed by the translator,
appropriate media handling can require thorough understanding of the
application logic, specifically any congestion control or media
adaptation.</t>

<t>The point to point topology can contain one to many RTP sessions
with one to many media sources per session, each having one or more
RTP sources per media source.</t>

</section>
<section anchor="issues-related-to-rtp-and-rtcp-protocol" title="Issues Related to RTP and RTCP Protocol">

<t>Using multiple media streams is a well supported feature of RTP.
However, it can be unclear for most implementers or people writing
RTP/RTCP applications or extensions attempting to apply multiple streams
when it is most appropriate to add an additional SSRC in an existing RTP
session and when it is better to use multiple RTP sessions. This section
tries to discuss the various considerations needed.</t>

<section anchor="sec-rtp-spec" title="The RTP Specification">

<t>RFC 3550 contains some recommendations and a bullet list with 5
arguments for different aspects of RTP multiplexing. Let's review
Section 5.2 of <xref target="RFC3550"/>, reproduced below:</t>

<t>ÔÇ£For efficient protocol processing, the number of multiplexing
points should be minimised, as described in the
<xref target="ALF">integrated layer processing design principle</xref>. In
RTP, multiplexing is provided by the destination transport address
(network address and port number) which is different for each RTP
session. For example, in a teleconference composed of audio and
video media encoded separately, each medium SHOULD be carried in a
separate RTP session with its own destination transport address.</t>

<t>Separate audio and video streams SHOULD NOT be carried in a
single RTP session and demultiplexed based on the payload type or
SSRC fields. Interleaving packets with different RTP media types but
using the same SSRC would introduce several problems:</t>

<t><list style="numbers">
  <t>If, say, two audio streams shared the same RTP session and
  the same SSRC value, and one were to change encodings and thus
  acquire a different RTP payload type, there would be no general
  way of identifying which stream had changed encodings.</t>
  <t>An SSRC is defined to identify a single timing and sequence
  number space. Interleaving multiple payload types would require
  different timing spaces if the media clock rates differ and
  would require different sequence number spaces to tell which
  payload type suffered packet loss.</t>
  <t>The RTCP sender and receiver reports (see Section 6.4) can
  only describe one timing and sequence number space per SSRC and
  do not carry a payload type field.</t>
  <t>An RTP mixer would not be able to combine interleaved streams
  of incompatible media into one stream.</t>
  <t>Carrying multiple media in one RTP session precludes: the use
  of different network paths or network resource allocations if
  appropriate; reception of a subset of the media if desired, for
  example just audio if video would exceed the available
  bandwidth; and receiver implementations that use separate
  processes for the different media, whereas using separate RTP
  sessions permits either single- or multiple-process
  implementations.</t>
</list></t>

<t>Using a different SSRC for each medium but sending them in the
same RTP session would avoid the first three problems but not the
last two.</t>

<t>On the other hand, multiplexing multiple related sources of the
same medium in one RTP session using different SSRC values is the
norm for multicast sessions. The problems listed above don't apply:
an RTP mixer can combine multiple audio sources, for example, and
the same treatment is applicable for all of them. It might also be
appropriate to multiplex streams of the same medium using different
SSRC values in other scenarios where the last two problems do not
apply.ÔÇØ</t>

<t>Let's consider one argument at a time. The first is an argument
for using different SSRC for each individual media stream, which is
very applicable.</t>

<t>The second argument is advocating against using payload type
multiplexing, which still stands as can been seen by the extensive
list of issues found in <xref target="sec-pt-mux"/>.</t>

<t>The third argument is yet another argument against payload type
multiplexing.</t>

<t>The fourth is an argument against multiplexing media streams that
require different handling into the same session. As we saw in the
discussion of RTP mixers, the RTP mixer has to embed application
logic in order to handle streams anyway; the separation of streams
according to stream type is just another piece of application logic,
which might or might not be appropriate for a particular
application. A type of application that can mix different media
sources ÔÇ£blindlyÔÇØ is the audio only ÔÇ£telephoneÔÇØ bridge; most other
type of application needs application-specific logic to perform the
mix correctly.</t>

<t>The fifth argument discusses network aspects that we will discuss
more below in <xref target="sec-network-aspects"/>. It also goes
into aspects of implementation, like decomposed endpoints where
different processes or inter-connected devices handle different
aspects of the whole multi-media session.</t>

<t>A summary of RFC 3550's view on multiplexing is to use unique
SSRCs for anything that is its own media/packet stream, and to use
different RTP sessions for media streams that don't share a media
type. This document supports the first point; it is very valid. The
later is one thing which needs to be further discussed, as imposing a single solution on all usages of RTP is inappropriate. 
<xref target="I-D.ietf-avtcore-multi-media-rtp-session">Multiple Media Types in an RTP Session specification</xref> provides a
detailed analysis of the potential issues in having multiple media
types in the same RTP session. This document tries to provide an
wider scoped consideration regarding the usage of RTP session and
considers multiple media types in one RTP session as possible choice
for the RTP application designer.</t>

</section>
<section anchor="sec-self-reporting" title="Multiple SSRCs in a Session">

<t>Using multiple SSRCs in an RTP session at one endpoint requires
resolving some unclear aspects of the RTP specification. These could
potentially lead to some interoperability issues as well as some
potential significant inefficiencies. These are further discussed in
<xref target="RFC8108">ÔÇ£RTP Considerations for Endpoints Sending Multiple Media StreamsÔÇØ</xref>.
A application designer needs to consider these issues and the impact
availability or lack of the optimization in the endpoints has on
their application.</t>

<t>If an application will become affected by the issues described,
using Multiple RTP sessions can mitigate these issues.</t>

</section>
<section anchor="sec-binding-related" title="Binding Related Sources">

<t>A common problem in a number of various RTP extensions has been
how to bind related RTP sources and their media streams together.
This issue is common to both using additional SSRCs and Multiple RTP
sessions.</t>

<t>The solutions can be divided into some groups, RTP/RTCP based,
Signalling based (SDP), grouping related RTP sessions, and grouping
SSRCs within an RTP session. Most solutions are explicit, but some
implicit methods have also been applied to the problem.</t>

<t>The SDP-based signalling solutions are:</t>

<t><list style="hanging">
  <t hangText='SDP Media Description Grouping:'>
  The <xref target="RFC5888">SDP Grouping Framework</xref> uses various semantics to
group any number of media descriptions. These has previously been
considered primarily as grouping RTP sessions,
<xref target="I-D.ietf-mmusic-sdp-bundle-negotiation"/> groups multiple
media descriptors as a single RTP session.</t>
  <t hangText='SDP SSRC grouping:'>
  <xref target="RFC5576">Source-Specific Media Attributes in SDP</xref> includes a
solution for grouping SSRCs the same way as the Grouping framework
groups Media Descriptions.</t>
  <t hangText='SDP MSID grouping:'>
  <xref target="I-D.ietf-mmusic-msid">Media Stream Identifiers</xref> includes a
solution for grouping SSRCs that is independent of their allocation
to RTP sessions.</t>
</list></t>

<t>This supports a lot of use cases. All these solutions have
shortcomings in cases where the session's dynamic properties are
such that it is difficult or resource consuming to keep the list of
related SSRCs up to date.</t>

<t>Within RTP/RTCP based solutions when binding to an endpoint or
synchronization context, i.e. the CNAME has not been sufficient and
one way to bind related streams in multiple RTP sessions has been to
use the same SSRC value across all the RTP sessions.
<xref target="RFC4588">RTP Retransmission</xref> is multiple RTP
session mode, <xref target="RFC5109">Generic FEC</xref>, as well as the
<xref target="RFC6190">RTP payload format for Scalable Video Coding</xref> in Multi
Session Transmission (MST) mode uses this method. This method clearly
works but might have some downside in RTP sessions with many
participating SSRCs. The birthday paradox ensures that if you populate
a single session with 9292 SSRCs at random, the chances are
approximately 1% that at least one collision will occur. When a
collision occur this will force one to change SSRC in all RTP sessions
and thus resynchronizing all of them instead of only the single media
stream having the collision. Therefore it is not recommended to use such method. Using <xref target="RFC7656"/> streams from the same media source should use the same RTP session.</t>

<t>It can be noted that Section 8.3 of the <xref target="RFC3550">RTP Specification</xref>
recommends using a single SSRC space across all RTP sessions for
layered coding.</t>

<t>Another solution that has been applied to binding SSRCs has been an
implicit method used by <xref target="RFC4588">RTP Retransmission</xref> when doing
retransmissions in the same RTP session as the source RTP media
stream. This issues an RTP retransmission request, and then await a
new SSRC carrying the RTP retransmission payload and where that SSRC
is from the same CNAME.  This limits a requestor to having only one
outstanding request on any new source SSRCs per endpoint.</t>

<t><xref target="I-D.ietf-mmusic-rid"/> provides an RTP/RTCP based mechanism capable of
supporting explicit association within an RTP session.</t>

</section>
<section anchor="forward-error-correction" title="Forward Error Correction">

<t>There exist a number of Forward Error Correction (FEC) based
schemes for how to reduce the packet loss of the original streams.
Most of the FEC schemes will protect a single source flow. The
protection is achieved by transmitting a certain amount of redundant
information that is encoded such that it can repair one or more
packet losses over the set of packets they protect. This sequence of
redundant information also needs to be transmitted as its own media
stream, or in some cases instead of the original media stream. Thus
many of these schemes create a need for binding related flows as
discussed above. Looking at the history of these schemes, there are
schemes using multiple SSRCs and schemes using multiple RTP
sessions, and some schemes that support both modes of operation.</t>

<t>Using multiple RTP sessions supports the case where some set of
receivers might not be able to utilise the FEC information. By
placing it in a separate RTP session, it can easily be ignored.</t>

<t>In usages involving multicast, having the FEC information on its
own multicast group allows
for flexibility. This is especially useful when receivers see very
heterogeneous packet loss rates. Those receivers that are not seeing
packet loss don't need to join the multicast group with the FEC
data, and so avoid the overhead of receiving unnecessary FEC
packets, for example.</t>

</section>
</section>
</section>
<section anchor="particular-considerations-for-rtp-multiplexing" title="Particular Considerations for RTP Multiplexing">

<section anchor="interworking-considerations" title="Interworking Considerations">

<t>There are several different kinds of interworking, and this section
discusses two related ones. The interworking between different
applications and the implications of potentially different choices of
usage of RTP's multiplexing points. The second topic relates to what
limitations have to be considered working with some legacy
applications.</t>

<section anchor="types-of-interworking" title="Types of Interworking">

<t>It is not uncommon that applications or services of similar
usage, especially the ones intended for interactive communication,
encounter a situation where one want to interconnect two or more of
these applications.</t>

<t>In these cases one ends up in a situation where one might use a
gateway to interconnect applications. This gateway then needs to
change the multiplexing structure or adhere to limitations in each
application.</t>

<t>There are two fundamental approaches to gatewaying: RTP
Translator interworking (RTP bridging), where the gateway acts as an
RTP Translator, and the two applications are members of the same RTP
session, and Gateway Interworking (with RTP termination), where
there are independent RTP sessions running from each interconnected
application to the gateway.</t>

</section>
<section anchor="rtp-translator-interworking" title="RTP Translator Interworking">

<t>From an RTP perspective the RTP Translator approach could work if
all the applications are using the same codecs with the same payload
types, have made the same multiplexing choices, have the same
capabilities in number of simultaneous media streams combined with
the same set of RTP/RTCP extensions being supported. Unfortunately
this might not always be true.</t>

<t>When one is gatewaying via an RTP Translator, a natural
requirement is that the two applications being interconnected need
to use the same approach to multiplexing. Furthermore, if one of the
applications is capable of working in several modes (such as being
able to use Additional SSRCs or Multiple RTP sessions at will), and
the other one is not, successful interconnection depends on locking
the more flexible application into the operating mode where
interconnection can be successful, even if no participants using the
less flexible application are present when the RTP sessions are
being created.</t>

</section>
<section anchor="gateway-interworking" title="Gateway Interworking">

<t>When one terminates RTP sessions at the gateway, there are
certain tasks that the gateway has to carry out:</t>

<t><list style="symbols">
  <t>Generating appropriate RTCP reports for all media streams
(possibly based on incoming RTCP reports), originating from
SSRCs controlled by the gateway.</t>
  <t>Handling SSRC collision resolution in each application's RTP
sessions.</t>
  <t>Signalling, choosing and policing appropriate bit-rates for
each session.</t>
</list></t>

<t>For applications that uses any security mechanism,
e.g. in the form of SRTP, then the gateway needs to be able to decrypt
incoming packets and re-encrypt them in the other application's
security context. This is necessary even if all that's needed is a
simple remapping of SSRC numbers. If this is done, the gateway also
needs to be a member of the security contexts of both sides, of
course.</t>

<t>Other tasks a gateway might need to apply include transcoding
(for incompatible codec types), rescaling (for incompatible video
size requirements), suppression of content that is known not to be
handled in the destination application, or the addition or removal
of redundancy coding or scalability layers to fit the need of the
destination domain.</t>

<t>From the above, we can see that the gateway needs to have an
intimate knowledge of the application requirements; a gateway is by
its nature application specific, not a commodity product.</t>

<t>This fact reveals the potential for these gateways to block
evolution of the applications by blocking unknown RTP and RTCP
extensions that the regular application has been extended with.</t>

<t>If one uses security functions, like SRTP, they can as seen above
incur both additional risk due to the gateway needing to be in
security association between the endpoints, unless the gateway is on
the transport level, and additional complexities in form of the
decrypt-encrypt cycles needed for each forwarded packet. SRTP, due
to its keying structure, also requires that each RTP session needs
different master keys, as use of the same key in two RTP sessions for some ciphers
can result in two-time pads that completely breaks the
confidentiality of the packets.</t>

</section>
<section anchor="multiple-ssrc-legacy-considerations" title="Multiple SSRC Legacy Considerations">

<t>Historically, the most common RTP use cases have been point to
point Voice over IP (VoIP) or streaming applications, commonly with
no more than one media source per endpoint and media type (typically
audio and video). Even in conferencing applications, especially
voice only, the conference focus or bridge has provided a single
stream with a mix of the other participants to each participant. It
is also common to have individual RTP sessions between each endpoint
and the RTP mixer, meaning that the mixer functions as an
RTP-terminating gateway.</t>

<t>When establishing RTP sessions that can contain endpoints that
aren't updated to handle multiple streams following these
recommendations, a particular application can have issues with
multiple SSRCs within a single session. These issues include:</t>

<t><list style="numbers">
  <t>Need to handle more than one stream simultaneously rather
  than replacing an already existing stream with a new one.</t>
  <t>Be capable of decoding multiple streams simultaneously.</t>
  <t>Be capable of rendering multiple streams simultaneously.</t>
</list></t>

<t>This indicates that gateways attempting to interconnect to this
class of devices has to make sure that only one media stream of each
type gets delivered to the endpoint if it's expecting only one, and
that the multiplexing format is what the device expects. It is
highly unlikely that RTP translator-based interworking can be made
to function successfully in such a context.</t>

</section>
</section>
<section anchor="sec-network-aspects" title="Network Considerations">

<t>The multiplexing choice has impact on network level mechanisms that
need to be considered by the implementer.</t>

<section anchor="quality-of-service" title="Quality of Service">

<t>When it comes to Quality of Service mechanisms, they are either flow
based or packet marking based. <xref target="RFC2205">RSVP</xref> is an example of a flow based
mechanism, while <xref target="RFC2474">Diff-Serv</xref> is an example of a packet marking
based one. For a packet marking based scheme, the method of multiplexing will
not affect the possibility to use QoS.</t>

<t>However, for a flow based scheme there is a clear difference
between the methods. Additional SSRC will result in all media
streams being part of the same 5-tuple (protocol, source address,
destination address, source port, destination port) which is the
most common selector for flow based QoS.</t>

<t>It also needs to be noted that packet marking based QoS mechanisms
can have limitations. A general observation is that different DSCP
can be assigned to different packets within a flow as well as
within an RTP Media Stream. However, care needs to be taken when
considering which forwarding behaviours that are applied on path due
to these DSCPs. In some cases the forwarding behaviour can result in
packet reordering. For more discussion of this see
<xref target="RFC7657"/>.</t>

<t>More specific to the choice between using one or more RTP session
can be the method for assigning marking to packets. If this is done
using a network ingress function, it can have issues discriminating
the different RTP media streams. The network API on the endpoint
also needs to be capable of setting the marking on a per packet
basis to reach the full functionality.</t>

</section>
<section anchor="nat-and-firewall-traversal" title="NAT and Firewall Traversal">

<t>In today's network there exist a large number of middleboxes. The
ones that normally have most impact on RTP are Network Address
Translators (NAT) and Firewalls (FW).</t>

<t>Below we analyse and comment on the impact of requiring more
underlying transport flows in the presence of NATs and
Firewalls:</t>

<t><list style="hanging">
  <t hangText='End-Point Port Consumption:'>
  A given IP address
only has 65536 available local ports per transport protocol for
all consumers of ports that exist on the machine. This is
normally never an issue for an end-user machine. It can become
an issue for servers that handle large number of simultaneous
streams. However, if the application uses ICE to authenticate
STUN requests, a server can serve multiple endpoints from the
same local port, and use the whole 5-tuple (source and
destination address, source and destination port, protocol) as
identifier of flows after having securely bound them to the
remote endpoint address using the STUN request. In theory the
minimum number of media server ports needed are the maximum
number of simultaneous RTP Sessions a single endpoint can use.
In practice, implementation will probably benefit from using
more server ports to simplify implementation or avoid
performance bottlenecks.</t>
  <t hangText='NAT State:'>
  If an endpoint sits behind a NAT, each
flow it generates to an external address will result in a state
that has to be kept in the NAT. That state is a limited
resource. In home or Small Office/Home Office (SOHO) NATs,
memory or processing are usually the most limited resources. For
large scale NATs serving many internal endpoints, available
external ports are likely the scarce resource. Port limitations
is primarily a problem for larger centralised NATs where
endpoint independent mapping requires each flow to use one port
for the external IP address. This affects the maximum number of
internal users per external IP address. However, it is worth
pointing out that a real-time video conference session with
audio and video is likely using less than 10 UDP flows, compared
to certain web applications that can use 100+ TCP flows to
various servers from a single browser instance.</t>
  <t hangText='NAT Traversal Excess Time:'>
  Performing the NAT/FW
traversal takes a certain amount of time for each flow. It also
takes time in a phase of communication between accepting to
communicate and the media path being established which is fairly
critical. The best case scenario for how much extra time it
takes after finding the first valid candidate pair following the
specified ICE procedures are: 1.5*RTT + Ta*(Additional_Flows-1),
where Ta is the pacing timer, which ICE specifies to be no
smaller than 20 ms. That assumes a message in one direction, and
then an immediate triggered check back. The reason it isn't
more, is that ICE first finds one candidate pair that works
prior to attempting to establish multiple flows. Thus, there is
no extra time until one has found a working candidate pair.
Based on that working pair the needed extra time is to in
parallel establish the, in most cases 2-3, additional flows.
However, packet loss causes extra delays, at least 100 ms, which
is the minimal retransmission timer for ICE.</t>
  <t hangText='NAT Traversal Failure Rate:'>
  Due to the need to
establish more than a single flow through the NAT, there is some
risk that establishing the first flow succeeds but that one or
more of the additional flows fail. The risk that this happens is
hard to quantify, but ought to be fairly low as one flow from
the same interfaces has just been successfully established. Thus
only rare events such as NAT resource overload, or selecting
particular port numbers that are filtered etc., ought to be
reasons for failure.</t>
  <t hangText='Deep Packet Inspection and Multiple Streams:'>
  Firewalls
differ in how deeply they inspect packets. There exist some
potential that deeply inspecting firewalls will have similar
legacy issues with multiple SSRCs as some stack
implementations.</t>
</list></t>

<t>Additional SSRC keeps the additional media streams within one RTP
Session and transport flow and does not introduce any additional NAT
traversal complexities per media stream. This can be compared with
normally one or two additional transport flows per RTP session when
using multiple RTP sessions. Additional lower layer transport flows
will be needed, unless an explicit de-multiplexing layer is added
between RTP and the transport protocol. At time of writing no such
mechanism was defined.</t>

</section>
<section anchor="sec-multicast" title="Multicast">

<t>Multicast groups provides a powerful semantics for a number of
real-time applications, especially the ones that desire
broadcast-like behaviours with one endpoint transmitting to a large
number of receivers, like in IPTV. But that same semantics do result
in a certain number of limitations.</t>

<t>One limitation is that for any group, sender side adaptation to
the actual receiver properties causes degradation for all
participants to what is supported by the receiver with the worst
conditions among the group participants. In most cases this is not
acceptable. Instead various receiver based solutions are employed to
ensure that the receivers achieve best possible performance. By
using scalable encoding and placing each scalability layer in a
different multicast group, the receiver can control the amount of
traffic it receives. To have each scalability layer on a different
multicast group, one RTP session per multicast group is used.</t>

<t>In addition, the transport flow considerations in multicast are a
bit different from unicast; NATs with port translation are not useful in the multicast
environment, meaning that the entire port range of each multicast
address is available for distinguishing between RTP sessions.</t>

<t>Thus it appears easiest and most straightforward to use multiple
RTP sessions for sending different media flows used for adapting to
network conditions.
It is also common that streams that improve
transport robustness are sent in their own multicast group to allow
for interworking with legacy or to support different levels of
protection.</t>

<t>Here are some common behaviours for RTP multicast:</t>

<t><list style="numbers">
  <t>Multicast applications use a group of RTP sessions, not one.
  Each endpoint will need to be a member of a number of RTP sessions
  in order to perform well.</t>
  <t>Within each RTP session, the number of RTP Sinks is likely to
  be much larger than the number of RTP sources.</t>
  <t>Multicast applications need signalling functions to identify
  the relationships between RTP sessions.</t>
  <t>Multicast applications need signalling functions to identify
  the relationships between SSRCs in different RTP sessions.</t>
</list></t>

<t>All multicast configurations share a signalling requirement; all of
the participants will need to have the same RTP and payload type
configuration. Otherwise, A could for example be using payload type 97
as the video codec H.264 while B thinks it is MPEG-2. It is to be
noted that <xref target="RFC3264">SDP offer/answer</xref> is not
appropriate for ensuring this property. The signalling aspects of
multicast are not explored further in this memo.</t>

<t>Security solutions for this type of group communications are also
challenging. First of all the key-management and the security protocol
needs to support group communication. Source authentication requires
special solutions. For more discussion on this please review
<xref target="RFC7201">Options for Securing RTP Sessions</xref>.</t>

</section>
</section>
<section anchor="sec-security-aspects" title="Security and Key Management Considerations">

<t>When dealing with point-to-point, 2-member RTP sessions only, there
are few security issues that are relevant to the choice of having one
RTP session or multiple RTP sessions. However, there are a few aspects
of multiparty sessions that might warrant consideration. For general
information of possible methods of securing RTP, please review
<xref target="RFC7201">RTP Security Options</xref>.</t>

<section anchor="security-context-scope" title="Security Context Scope">

<t>When using <xref target="RFC3711">SRTP</xref> the security
context scope is important and can be a necessary differentiation in
some applications. As SRTP's crypto suites (so far) are built around
symmetric keys, the receiver will need to have the same key as the
sender. This results in that no one in a multi-party session can be
certain that a received packet really was sent by the claimed sender
or by another party having access to the key. In most cases this is
a sufficient security property, but there are a few cases where this
does create issues.</t>

<t>The first case is when someone leaves a multi-party session and
one wants to ensure that the party that left can no longer access
the media streams. This requires that everyone re-keys without
disclosing the keys to the excluded party.</t>

<t>A second case is when using security as an enforcing mechanism
for differentiation. Take for example a scalable layer or a high
quality simulcast version which only premium users are allowed to
access. The mechanism preventing a receiver from getting the high
quality stream can be based on the stream being encrypted with a key
that user can't access without paying premium, having the
key-management limit access to the key.</t>

<t><xref target="RFC3711">SRTP</xref> has no special functions for dealing with different
sets of master keys for different SSRCs. The key-management functions
have different capabilities to establish different set of keys,
normally on a per endpoint basis. For example, <xref target="RFC5764">DTLS-SRTP</xref>
and <xref target="RFC4568">Security Descriptions</xref> establish different keys for
outgoing and incoming traffic from an endpoint. This key usage has to
be written into the cryptographic context, possibly associated with
different SSRCs.</t>

</section>
<section anchor="key-management-for-multi-party-session" title="Key Management for Multi-party session">

<t>Performing key-management for multi-party session can be a
challenge. This section considers some of the issues.</t>

<t>Multi-party sessions, such as transport translator based sessions and
multicast sessions, cannot use <xref target="RFC4568">Security Description</xref>
nor <xref target="RFC5764">DTLS-SRTP</xref> without an extension as each endpoint
provides its set of keys. In centralised conferences, the signalling
counterpart is a conference server and the media plane unicast
counterpart (to which DTLS messages would be sent) is the transport
translator. Thus an extension like
<xref target="I-D.ietf-avt-srtp-ekt">Encrypted Key Transport</xref> is needed or a
<xref target="RFC3830">MIKEY</xref> based solution that allows for keying all session
participants with the same master key.</t>

</section>
<section anchor="complexity-implications" title="Complexity Implications">

<t>The usage of security functions can surface complexity
implications of the choice of multiplexing and topology. This
becomes especially evident in RTP topologies having any type of
middlebox that processes or modifies RTP/RTCP packets. Where there
is very small overhead for an RTP translator or mixer to rewrite an
SSRC value in the RTP packet of an unencrypted session, the cost of
doing it when using cryptographic security functions is higher. For
example if using <xref target="RFC3711">SRTP</xref>, the actual
security context and exact crypto key are determined by the SSRC
field value. If one changes it, the encryption and authentication
tag needs to be performed using another key. Thus changing the SSRC
value implies a decryption using the old SSRC and its security
context followed by an encryption using the new one.</t>

</section>
</section>
</section>
<section anchor="archetypes" title="Archetypes">

<t>This section discusses some archetypes of how RTP multiplexing can be
used in applications to achieve certain goals and a summary of their
implications. For each archetype there is discussion of benefits and
downsides.</t>

<section anchor="single-ssrc-per-session" title="Single SSRC per Session">

<t>In this archetype each endpoint in a point-to-point session has
only a single SSRC, thus the RTP session contains only two SSRCs, one
local and one remote. This session can be used both unidirectional,
i.e. only a single media stream or bi-directional, i.e. both endpoints
have one media stream each. If the application needs additional media
flows between the endpoints, they will have to establish additional
RTP sessions.</t>

<t>The Pros:</t>

<t><list style="numbers">
  <t>This archetype has great legacy interoperability potential as
  it will not tax any RTP stack implementations.</t>
  <t>The signalling has good possibilities to negotiate and describe
  the exact formats and bit-rates for each media stream, especially
  using today's tools in SDP.</t>
  <t>It does not matter if usage or purpose of the media stream is
  signalled on media stream level or session level as there is no
  difference.</t>
  <t>It is possible to control security association per RTP media
  stream with current key-management, since each media stream is
  directly related to an RTP session, and the keying operates on a
  per-session basis.</t>
</list></t>

<t>The Cons:</t>

<t><list style="letters">
  <t>The number of RTP sessions grows directly in proportion with
  the number of media streams, which has the implications:  <list style="symbols">
      <t>Linear growth of the amount of NAT/FW state with number of
media streams.</t>
      <t>Increased delay and resource consumption from NAT/FW
traversal.</t>
      <t>Likely larger signalling message and signalling processing
requirement due to the amount of session related
information.</t>
      <t>Higher potential for a single media stream to fail during
transport between the endpoints.</t>
    </list></t>
  <t>When the number of RTP sessions grows, the amount of explicit
  state for relating media stream also grows, linearly or possibly
  exponentially, depending on how the application needs to relate
  media streams.</t>
  <t>The port consumption might become a problem for centralised
  services, where the central node's port consumption grows rapidly
  with the number of sessions.</t>
  <t>For applications where the media streams are highly dynamic in
  their usage, i.e. entering and leaving, the amount of signalling
  can grow high. Issues arising from the timely establishment of
  additional RTP sessions can also arise.</t>
  <t>Cross session RTCP requests might be needed, and the fact that
  they're impossible can cause issues.</t>
  <t>If the same SSRC value is reused in multiple RTP sessions
  rather than being randomly chosen, interworking with applications
  that uses another multiplexing structure than this application
  will require SSRC translation.</t>
  <t>Cannot be used with Any Source Multicast (ASM) as one cannot
  guarantee that only two endpoints participate as packet senders.
  Using SSM, it is possible to restrict to these requirements if no
  RTCP feedback is injected back into the SSM group.</t>
  <t>For most security mechanisms, each RTP session or transport
  flow requires individual key-management and security association
  establishment thus increasing the overhead.</t>
</list></t>

<t>RTP applications that need to inter-work with legacy RTP
applications, like most deployed VoIP and video conferencing
solutions, can potentially benefit from this structure. However, a
large number of media descriptions in SDP can also run into issues
with existing implementations. For any application needing a larger
number of media flows, the overhead can become very significant. This
structure is also not suitable for multi-party sessions, as any given
media stream from each participant, although having same usage in the
application, needs its own RTP session. In addition, the dynamic
behaviour that can arise in multi-party applications can tax the
signalling system and make timely media establishment more
difficult.</t>

</section>
<section anchor="sec-multiple-ssrc-single-session" title="Multiple SSRCs of the Same Media Type">

<t>In this archetype, each RTP session serves only a single media
type. The RTP session can contain multiple media streams, either from
a single endpoint or from multiple endpoints. This commonly creates a
low number of RTP sessions, typically only one for audio and one for
video, with a corresponding need for two listening ports when using
RTP/RTCP multiplexing.</t>

<t>The Pros:</t>

<t><list style="numbers">
  <t>Low number of RTP sessions needed compared to single SSRC case.
  This implies:  <list style="symbols">
      <t>Reduced NAT/FW state</t>
      <t>Lower NAT/FW Traversal Cost in both processing and
delay.</t>
    </list></t>
  <t>Allows for early de-multiplexing in the processing chain in RTP
  applications where all media streams of the same type have the
  same usage in the application.</t>
  <t>Works well with media type de-composite endpoints.</t>
  <t>Enables Flow-based QoS with different prioritisation between
  media types.</t>
  <t>For applications with dynamic usage of media streams, i.e. they
  come and go frequently, having much of the state associated with
  the RTP session rather than an individual SSRC can avoid the need
  for in-session signalling of meta-information about each SSRC.</t>
  <t>Low overhead for security association establishment.</t>
</list></t>

<t>The Cons:</t>

<t><list style="letters">
  <t>May have some need for cross session RTCP requests for things
  that affect both media types in an asynchronous way.</t>
  <t>Some potential for concern with legacy implementations that
  does not support the RTP specification fully when it comes to
  handling multiple SSRC per endpoint.</t>
  <t>Will not be able to control security association for sets of
  media streams within the same media type with today's
  key-management mechanisms, unless these are split into different
  RTP sessions.</t>
</list></t>

<t>For RTP applications where all media streams of the same media type
share same usage, this structure provides efficiency gains in amount
of network state used and provides more fate sharing with other media
flows of the same type. At the same time, it is still maintaining
almost all functionalities when it comes to negotiation in the
signalling of the properties for the individual media type and also
enabling flow based QoS prioritisation between media types. It handles
multi-party session well, independently of multicast or centralised
transport distribution, as additional sources can dynamically enter
and leave the session.</t>

</section>
<section anchor="multiple-sessions-for-one-media-type" title="Multiple Sessions for one Media type">

<t>In this archetype one goes one step further than in
the <xref target="sec-multiple-ssrc-single-session">above</xref> by using
multiple RTP sessions also for a single media type, but still not as
far as having a single SSRC per RTP session. The main reason for going
in this direction is that the RTP application needs separation of the
media streams due to their usage. Some typical reasons for going to
this archetype are scalability over multicast, simulcast, need for
extended QoS prioritisation of media streams due to their usage in the
application, or the need for fine-grained signalling using today's
tools.</t>

<t>The Pros:</t>

<t><list style="numbers">
  <t>More suitable for Multicast usage where receivers can
  individually select which RTP sessions they want to participate
  in, assuming each RTP session has its own multicast group.</t>
  <t>Indication of the application's usage of the media stream,
  where multiple different usages exist.</t>
  <t>Less need for SSRC specific explicit signalling for each media
  stream and thus reduced need for explicit and timely
  signalling.</t>
  <t>Enables detailed QoS prioritisation for flow based
  mechanisms.</t>
  <t>Works well with de-composite endpoints.</t>
  <t>Handles dynamic usage of media streams well.</t>
  <t>For transport translator based multi-party sessions, this
  structure allows for improved control of which type of media
  streams an endpoint receives.</t>
  <t>The scope for who is included in a security association can be
  structured around the different RTP sessions, thus enabling such
  functionality with existing key-management.</t>
</list></t>

<t>The Cons:</t>

<t><list style="letters">
  <t>Increases the amount of RTP sessions compared to Multiple SSRCs
  of the Same Media Type.</t>
  <t>Increased amount of session configuration state.</t>
  <t>May need synchronised cross-session RTCP requests and require
  some consideration due to this.</t>
  <t>For media streams that are part of scalability, simulcast or
  transport robustness it will be needed to bind sources, which need
  to support multiple RTP sessions.</t>
  <t>Some potential for concern with legacy implementations that
  does not support the RTP specification fully when it comes to
  handling multiple SSRC per endpoint.</t>
  <t>Higher overhead for security association establishment.</t>
  <t>If the applications need finer control than on media type level
  over which session participants that are included in different
  sets of security associations, most of today's key-management will
  have difficulties establishing such a session.</t>
</list></t>

<t>For more complex RTP applications that have several different
usages for media streams of the same media type and / or uses
scalability or simulcast, this solution can enable those functions at
the cost of increased overhead associated with the additional
sessions. This type of structure is suitable for more advanced
applications as well as multicast based applications requiring
differentiation to different participants.</t>

</section>
<section anchor="multiple-media-types-in-one-session" title="Multiple Media Types in one Session">

<t>This archetype is to use a single RTP session for multiple
different media types, like audio and video, and possibly also
transport robustness mechanisms like FEC or Retransmission. Each media
stream will use its own SSRC and a given SSRC value from a particular
endpoint will never use the SSRC for more than a single media
type.</t>

<t>The Pros:</t>

<t><list style="numbers">
  <t>Single RTP session which implies:  <list style="symbols">
      <t>Minimal NAT/FW state.</t>
      <t>Minimal NAT/FW Traversal Cost.</t>
      <t>Fate-sharing for all media flows.</t>
    </list></t>
  <t>Enables separation of the different media types based on the
  payload types so media type specific endpoint or central
  processing can still be supported despite single session.</t>
  <t>Can handle dynamic allocations of media streams well on an RTP
  level. Depends on the application's needs for explicit indication
  of the stream usage and how timely that can be signalled.</t>
  <t>Minimal overhead for security association establishment.</t>
</list></t>

<t>The Cons:</t>

<t><list style="letters">
  <t>Less suitable for interworking with other applications that
  uses individual RTP sessions per media type or multiple sessions
  for a single media type, due to need of SSRC translation.</t>
  <t>Negotiation of bandwidth for the different media types is
  currently not possible in SDP. This requires SDP extensions to
  enable payload or source specific bandwidth. Likely to be a
  problem due to media type asymmetry in needed bandwidth.</t>
  <t>Not suitable for de-composite endpoints.</t>
  <t>Flow based QoS cannot provide separate treatment to some media
  streams compared to others in the single RTP session.</t>
  <t>If there is significant asymmetry between the media streams'
  RTCP reporting needs, there are some challenges in configuration
  and usage to avoid wasting RTCP reporting on the media stream that
  does not need that frequent reporting.</t>
  <t>Not suitable for applications where some receivers like to
  receive only a subset of the media streams, especially if
  multicast or transport translator is being used.</t>
  <t>Additional concern with legacy implementations that do not
  support the RTP specification fully when it comes to handling
  multiple SSRC per endpoint, as also multiple simultaneous media
  types needs to be handled.</t>
  <t>If the applications need finer control over which session
  participants that are included in different sets of security
  associations, most key-management will have difficulties
  establishing such a session.</t>
</list></t>

</section>
<section anchor="summary" title="Summary">

<t>There are some clear relations between these archetypes. Both the
ÔÇ£single SSRC per RTP sessionÔÇØ and the ÔÇ£multiple media types in one
sessionÔÇØ are cases which require full explicit signalling of the media
stream relations. However, they operate on two different levels where
the first primarily enables session level binding, and the second
needs to do it all on SSRC level. From another perspective, the two
solutions are the two extreme points when it comes to number of RTP
sessions needed.</t>

<t>The two other archetypes ÔÇ£Multiple SSRCs of the Same Media TypeÔÇØ
and ÔÇ£Multiple Sessions for one Media TypeÔÇØ are examples of two other
cases that first of all allows for some implicit mapping of the role
or usage of the media streams based on which RTP session they appear
in. It thus potentially allows for less signalling and in particular
reduced need for real-time signalling in dynamic sessions. They also
represent points in between the first two when it comes to amount of
RTP sessions established, i.e. representing an attempt to reduce the
amount of sessions as much as possible without compromising the
functionality the session provides both on network level and on
signalling level.</t>

</section>
</section>
<section anchor="summary-considerations-and-guidelines" title="Summary considerations and guidelines">

<section anchor="guidelines" title="Guidelines">

<t>This section contains a number of recommendations for implementers
or specification writers when it comes to handling multi-stream.</t>

<t><list style="hanging">
  <t hangText='Do not Require the same SSRC across Sessions:'>
  As
discussed in <xref target="sec-binding-related"/> there exist
drawbacks in using the same SSRC in multiple RTP sessions as a
mechanism to bind related media streams together. It is instead
suggested that a mechanism to explicitly signal the relation is
used, either in RTP/RTCP or in the used signalling mechanism that
establishes the RTP session(s).</t>
  <t hangText='Use additional SSRCs for additional Media Sources:'>
  In
the cases where an RTP endpoint needs to transmit additional media
streams of the same media type in the application, with the same
processing requirements at the network and RTP layers, it is
suggested to send them as additional SSRCs in the same RTP
session. For example a telepresence room where there are three
cameras, and each camera captures 2 persons sitting at the table,
sending each camera as its own SSRC within a single RTP session is
suggested.</t>
  <t hangText='Use additional RTP sessions for streams with different requirements:'>
  When media streams have different processing requirements from the
network or the RTP layer at the endpoints, it is suggested that the
different types of streams are put in different RTP sessions. This
includes the case where different participants want different
subsets of the set of RTP streams.</t>
  <t hangText='When using multiple RTP Sessions use grouping:'>
  When using Multiple RTP session solutions, it is suggested to
explicitly group the involved RTP sessions when needed using the
signalling mechanism, for example
<xref target="RFC5888">The Session Description Protocol (SDP) Grouping Framework.</xref>,
using some appropriate grouping semantics.</t>
  <t hangText='RTP/RTCP Extensions May Support Additional SSRCs as well as Multiple RTP sessions:'>
  When
defining an RTP or RTCP extension, the creator needs to consider
if this extension is applicable to usage with additional SSRCs and
Multiple RTP sessions. Any extension intended to be generic is
suggested to support both. Applications that are not as generally
applicable will have to consider if interoperability is better
served by defining a single solution or providing both
options.</t>
  <t hangText='Transport Support Extensions:'>
  When defining new
RTP/RTCP extensions intended for transport support, like the
retransmission or FEC mechanisms, they are expected to include
support for both additional SSRCs and multiple RTP sessions so
that application developers can choose freely from the set of
mechanisms without concerning themselves with which of the
multiplexing choices a particular solution supports.</t>
</list></t>

</section>
</section>
<section anchor="open-issues" title="Open Issues">

<t>There are currently some issues that needs to be resolved before 
this document is ready to be published:</t>

<t><list style="numbers">
  <t>Use of RFC 2119 language is section on SSRC (3.2.2)</t>
  <t>Better align source and sink terminolgy with Taxonomy (Section 3.2.2)</t>
  <t>Section on Binding Related Sources (Section 3.4.3) needs more text on 
usage of the RID and other SDES based mechanisms created.</t>
  <t>Does the MSID text need to be updated and clarified based on the evoulsion of 
MSID since previous version. Section 3.4.3.</t>
  <t>Section 4.1.2 (RTP Translator Interworking) needs to be updated. It is not
obvious that it is a natural requirement that the same multiplexing is used. 
This needs better discussion.</t>
  <t>Refernce to Ta for ICE being 20 ms will need to be updated due to ICE update.</t>
  <t>In Section 4.3.2 (Key Management for Multi-party session) the reference to 
EKT needs to be updated, question is if draft-ietf-perc-ekt-diet is appropriate
here?</t>
  <t>Can we find a more approriate term than archetypes?</t>
  <t></t>
</list></t>

</section>
<section anchor="IANA" title="IANA Considerations">

<t>This document makes no request of IANA.</t>

<t>Note to RFC Editor: this section can be removed on publication as an
RFC.</t>

</section>
<section anchor="Security" title="Security Considerations">

<t>There is discussion of the security implications of choosing SSRC vs
Multiple RTP session in <xref target="sec-security-aspects"/>.</t>

</section>


  </middle>

  <back>

    <references title='Normative References'>





<reference  anchor="RFC3550" target='https://www.rfc-editor.org/info/rfc3550'>
<front>
<title>RTP: A Transport Protocol for Real-Time Applications</title>
<author initials='H.' surname='Schulzrinne' fullname='H. Schulzrinne'><organization /></author>
<author initials='S.' surname='Casner' fullname='S. Casner'><organization /></author>
<author initials='R.' surname='Frederick' fullname='R. Frederick'><organization /></author>
<author initials='V.' surname='Jacobson' fullname='V. Jacobson'><organization /></author>
<date year='2003' month='July' />
<abstract><t>This memorandum describes RTP, the real-time transport protocol.  RTP provides end-to-end network transport functions suitable for applications transmitting real-time data, such as audio, video or simulation data, over multicast or unicast network services.  RTP does not address resource reservation and does not guarantee quality-of- service for real-time services.  The data transport is augmented by a control protocol (RTCP) to allow monitoring of the data delivery in a manner scalable to large multicast networks, and to provide minimal control and identification functionality.  RTP and RTCP are designed to be independent of the underlying transport and network layers.  The protocol supports the use of RTP-level translators and mixers. Most of the text in this memorandum is identical to RFC 1889 which it obsoletes.  There are no changes in the packet formats on the wire, only changes to the rules and algorithms governing how the protocol is used. The biggest change is an enhancement to the scalable timer algorithm for calculating when to send RTCP packets in order to minimize transmission in excess of the intended rate when many participants join a session simultaneously.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='STD' value='64'/>
<seriesInfo name='RFC' value='3550'/>
<seriesInfo name='DOI' value='10.17487/RFC3550'/>
</reference>



<reference  anchor="RFC7656" target='https://www.rfc-editor.org/info/rfc7656'>
<front>
<title>A Taxonomy of Semantics and Mechanisms for Real-Time Transport Protocol (RTP) Sources</title>
<author initials='J.' surname='Lennox' fullname='J. Lennox'><organization /></author>
<author initials='K.' surname='Gross' fullname='K. Gross'><organization /></author>
<author initials='S.' surname='Nandakumar' fullname='S. Nandakumar'><organization /></author>
<author initials='G.' surname='Salgueiro' fullname='G. Salgueiro'><organization /></author>
<author initials='B.' surname='Burman' fullname='B. Burman' role='editor'><organization /></author>
<date year='2015' month='November' />
<abstract><t>The terminology about, and associations among, Real-time Transport Protocol (RTP) sources can be complex and somewhat opaque.  This document describes a number of existing and proposed properties and relationships among RTP sources and defines common terminology for discussing protocol entities and their relationships.</t></abstract>
</front>
<seriesInfo name='RFC' value='7656'/>
<seriesInfo name='DOI' value='10.17487/RFC7656'/>
</reference>




    </references>

    <references title='Informative References'>





<reference  anchor="RFC2198" target='https://www.rfc-editor.org/info/rfc2198'>
<front>
<title>RTP Payload for Redundant Audio Data</title>
<author initials='C.' surname='Perkins' fullname='C. Perkins'><organization /></author>
<author initials='I.' surname='Kouvelas' fullname='I. Kouvelas'><organization /></author>
<author initials='O.' surname='Hodson' fullname='O. Hodson'><organization /></author>
<author initials='V.' surname='Hardman' fullname='V. Hardman'><organization /></author>
<author initials='M.' surname='Handley' fullname='M. Handley'><organization /></author>
<author initials='J.C.' surname='Bolot' fullname='J.C. Bolot'><organization /></author>
<author initials='A.' surname='Vega-Garcia' fullname='A. Vega-Garcia'><organization /></author>
<author initials='S.' surname='Fosse-Parisis' fullname='S. Fosse-Parisis'><organization /></author>
<date year='1997' month='September' />
<abstract><t>This document describes a payload format for use with the real-time transport protocol (RTP), version 2, for encoding redundant audio data. [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='2198'/>
<seriesInfo name='DOI' value='10.17487/RFC2198'/>
</reference>



<reference  anchor="RFC2205" target='https://www.rfc-editor.org/info/rfc2205'>
<front>
<title>Resource ReSerVation Protocol (RSVP) -- Version 1 Functional Specification</title>
<author initials='R.' surname='Braden' fullname='R. Braden' role='editor'><organization /></author>
<author initials='L.' surname='Zhang' fullname='L. Zhang'><organization /></author>
<author initials='S.' surname='Berson' fullname='S. Berson'><organization /></author>
<author initials='S.' surname='Herzog' fullname='S. Herzog'><organization /></author>
<author initials='S.' surname='Jamin' fullname='S. Jamin'><organization /></author>
<date year='1997' month='September' />
<abstract><t>This memo describes version 1 of RSVP, a resource reservation setup protocol designed for an integrated services Internet.  RSVP provides receiver-initiated setup of resource reservations for multicast or unicast data flows, with good scaling and robustness properties. [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='2205'/>
<seriesInfo name='DOI' value='10.17487/RFC2205'/>
</reference>



<reference  anchor="RFC2474" target='https://www.rfc-editor.org/info/rfc2474'>
<front>
<title>Definition of the Differentiated Services Field (DS Field) in the IPv4 and IPv6 Headers</title>
<author initials='K.' surname='Nichols' fullname='K. Nichols'><organization /></author>
<author initials='S.' surname='Blake' fullname='S. Blake'><organization /></author>
<author initials='F.' surname='Baker' fullname='F. Baker'><organization /></author>
<author initials='D.' surname='Black' fullname='D. Black'><organization /></author>
<date year='1998' month='December' />
<abstract><t>This document defines the IP header field, called the DS (for differentiated services) field.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='2474'/>
<seriesInfo name='DOI' value='10.17487/RFC2474'/>
</reference>



<reference  anchor="RFC2974" target='https://www.rfc-editor.org/info/rfc2974'>
<front>
<title>Session Announcement Protocol</title>
<author initials='M.' surname='Handley' fullname='M. Handley'><organization /></author>
<author initials='C.' surname='Perkins' fullname='C. Perkins'><organization /></author>
<author initials='E.' surname='Whelan' fullname='E. Whelan'><organization /></author>
<date year='2000' month='October' />
<abstract><t>This document describes version 2 of the multicast session directory announcement protocol, Session Announcement Protocol (SAP), and the related issues affecting security and scalability that should be taken into account by implementors.  This memo defines an Experimental Protocol for the Internet community.</t></abstract>
</front>
<seriesInfo name='RFC' value='2974'/>
<seriesInfo name='DOI' value='10.17487/RFC2974'/>
</reference>



<reference  anchor="RFC3261" target='https://www.rfc-editor.org/info/rfc3261'>
<front>
<title>SIP: Session Initiation Protocol</title>
<author initials='J.' surname='Rosenberg' fullname='J. Rosenberg'><organization /></author>
<author initials='H.' surname='Schulzrinne' fullname='H. Schulzrinne'><organization /></author>
<author initials='G.' surname='Camarillo' fullname='G. Camarillo'><organization /></author>
<author initials='A.' surname='Johnston' fullname='A. Johnston'><organization /></author>
<author initials='J.' surname='Peterson' fullname='J. Peterson'><organization /></author>
<author initials='R.' surname='Sparks' fullname='R. Sparks'><organization /></author>
<author initials='M.' surname='Handley' fullname='M. Handley'><organization /></author>
<author initials='E.' surname='Schooler' fullname='E. Schooler'><organization /></author>
<date year='2002' month='June' />
<abstract><t>This document describes Session Initiation Protocol (SIP), an application-layer control (signaling) protocol for creating, modifying, and terminating sessions with one or more participants.  These sessions include Internet telephone calls, multimedia distribution, and multimedia conferences.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='3261'/>
<seriesInfo name='DOI' value='10.17487/RFC3261'/>
</reference>



<reference  anchor="RFC3264" target='https://www.rfc-editor.org/info/rfc3264'>
<front>
<title>An Offer/Answer Model with Session Description Protocol (SDP)</title>
<author initials='J.' surname='Rosenberg' fullname='J. Rosenberg'><organization /></author>
<author initials='H.' surname='Schulzrinne' fullname='H. Schulzrinne'><organization /></author>
<date year='2002' month='June' />
<abstract><t>This document defines a mechanism by which two entities can make use of the Session Description Protocol (SDP) to arrive at a common view of a multimedia session between them.  In the model, one participant offers the other a description of the desired session from their perspective, and the other participant answers with the desired session from their perspective.  This offer/answer model is most useful in unicast sessions where information from both participants is needed for the complete view of the session.  The offer/answer model is used by protocols like the Session Initiation Protocol (SIP).  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='3264'/>
<seriesInfo name='DOI' value='10.17487/RFC3264'/>
</reference>



<reference  anchor="RFC3389" target='https://www.rfc-editor.org/info/rfc3389'>
<front>
<title>Real-time Transport Protocol (RTP) Payload for Comfort Noise (CN)</title>
<author initials='R.' surname='Zopf' fullname='R. Zopf'><organization /></author>
<date year='2002' month='September' />
</front>
<seriesInfo name='RFC' value='3389'/>
<seriesInfo name='DOI' value='10.17487/RFC3389'/>
</reference>



<reference  anchor="RFC3551" target='https://www.rfc-editor.org/info/rfc3551'>
<front>
<title>RTP Profile for Audio and Video Conferences with Minimal Control</title>
<author initials='H.' surname='Schulzrinne' fullname='H. Schulzrinne'><organization /></author>
<author initials='S.' surname='Casner' fullname='S. Casner'><organization /></author>
<date year='2003' month='July' />
<abstract><t>This document describes a profile called &quot;RTP/AVP&quot; for the use of the real-time transport protocol (RTP), version 2, and the associated control protocol, RTCP, within audio and video multiparticipant conferences with minimal control.  It provides interpretations of generic fields within the RTP specification suitable for audio and video conferences.  In particular, this document defines a set of default mappings from payload type numbers to encodings. This document also describes how audio and video data may be carried within RTP.  It defines a set of standard encodings and their names when used within RTP.  The descriptions provide pointers to reference implementations and the detailed standards.  This document is meant as an aid for implementors of audio, video and other real-time multimedia applications. This memorandum obsoletes RFC 1890.  It is mostly backwards-compatible except for functions removed because two interoperable implementations were not found.  The additions to RFC 1890 codify existing practice in the use of payload formats under this profile and include new payload formats defined since RFC 1890 was published.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='STD' value='65'/>
<seriesInfo name='RFC' value='3551'/>
<seriesInfo name='DOI' value='10.17487/RFC3551'/>
</reference>



<reference  anchor="RFC3711" target='https://www.rfc-editor.org/info/rfc3711'>
<front>
<title>The Secure Real-time Transport Protocol (SRTP)</title>
<author initials='M.' surname='Baugher' fullname='M. Baugher'><organization /></author>
<author initials='D.' surname='McGrew' fullname='D. McGrew'><organization /></author>
<author initials='M.' surname='Naslund' fullname='M. Naslund'><organization /></author>
<author initials='E.' surname='Carrara' fullname='E. Carrara'><organization /></author>
<author initials='K.' surname='Norrman' fullname='K. Norrman'><organization /></author>
<date year='2004' month='March' />
<abstract><t>This document describes the Secure Real-time Transport Protocol (SRTP), a profile of the Real-time Transport Protocol (RTP), which can provide confidentiality, message authentication, and replay protection to the RTP traffic and to the control traffic for RTP, the Real-time Transport Control Protocol (RTCP).   [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='3711'/>
<seriesInfo name='DOI' value='10.17487/RFC3711'/>
</reference>



<reference  anchor="RFC3830" target='https://www.rfc-editor.org/info/rfc3830'>
<front>
<title>MIKEY: Multimedia Internet KEYing</title>
<author initials='J.' surname='Arkko' fullname='J. Arkko'><organization /></author>
<author initials='E.' surname='Carrara' fullname='E. Carrara'><organization /></author>
<author initials='F.' surname='Lindholm' fullname='F. Lindholm'><organization /></author>
<author initials='M.' surname='Naslund' fullname='M. Naslund'><organization /></author>
<author initials='K.' surname='Norrman' fullname='K. Norrman'><organization /></author>
<date year='2004' month='August' />
<abstract><t>This document describes a key management scheme that can be used for real-time applications (both for peer-to-peer communication and group communication).  In particular, its use to support the Secure Real-time Transport Protocol is described in detail.  Security protocols for real-time multimedia applications have started to appear.  This has brought forward the need for a key management solution to support these protocols.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='3830'/>
<seriesInfo name='DOI' value='10.17487/RFC3830'/>
</reference>



<reference  anchor="RFC4103" target='https://www.rfc-editor.org/info/rfc4103'>
<front>
<title>RTP Payload for Text Conversation</title>
<author initials='G.' surname='Hellstrom' fullname='G. Hellstrom'><organization /></author>
<author initials='P.' surname='Jones' fullname='P. Jones'><organization /></author>
<date year='2005' month='June' />
<abstract><t>This memo obsoletes RFC 2793; it describes how to carry real-time text conversation session contents in RTP packets.  Text conversation session contents are specified in ITU-T Recommendation T.140.</t><t>One payload format is described for transmitting text on a separate RTP session dedicated for the transmission of text.</t><t>This RTP payload description recommends a method to include redundant text from already transmitted packets in order to reduce the risk of text loss caused by packet loss.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4103'/>
<seriesInfo name='DOI' value='10.17487/RFC4103'/>
</reference>



<reference  anchor="RFC4566" target='https://www.rfc-editor.org/info/rfc4566'>
<front>
<title>SDP: Session Description Protocol</title>
<author initials='M.' surname='Handley' fullname='M. Handley'><organization /></author>
<author initials='V.' surname='Jacobson' fullname='V. Jacobson'><organization /></author>
<author initials='C.' surname='Perkins' fullname='C. Perkins'><organization /></author>
<date year='2006' month='July' />
<abstract><t>This memo defines the Session Description Protocol (SDP).  SDP is intended for describing multimedia sessions for the purposes of session announcement, session invitation, and other forms of multimedia session initiation.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4566'/>
<seriesInfo name='DOI' value='10.17487/RFC4566'/>
</reference>



<reference  anchor="RFC4568" target='https://www.rfc-editor.org/info/rfc4568'>
<front>
<title>Session Description Protocol (SDP) Security Descriptions for Media Streams</title>
<author initials='F.' surname='Andreasen' fullname='F. Andreasen'><organization /></author>
<author initials='M.' surname='Baugher' fullname='M. Baugher'><organization /></author>
<author initials='D.' surname='Wing' fullname='D. Wing'><organization /></author>
<date year='2006' month='July' />
<abstract><t>This document defines a Session Description Protocol (SDP) cryptographic attribute for unicast media streams.  The attribute describes a cryptographic key and other parameters that serve to configure security for a unicast media stream in either a single message or a roundtrip exchange.  The attribute can be used with a variety of SDP media transports, and this document defines how to use it for the Secure Real-time Transport Protocol (SRTP) unicast media streams.  The SDP crypto attribute requires the services of a data security protocol to secure the SDP message.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4568'/>
<seriesInfo name='DOI' value='10.17487/RFC4568'/>
</reference>



<reference  anchor="RFC4588" target='https://www.rfc-editor.org/info/rfc4588'>
<front>
<title>RTP Retransmission Payload Format</title>
<author initials='J.' surname='Rey' fullname='J. Rey'><organization /></author>
<author initials='D.' surname='Leon' fullname='D. Leon'><organization /></author>
<author initials='A.' surname='Miyazaki' fullname='A. Miyazaki'><organization /></author>
<author initials='V.' surname='Varsa' fullname='V. Varsa'><organization /></author>
<author initials='R.' surname='Hakenberg' fullname='R. Hakenberg'><organization /></author>
<date year='2006' month='July' />
<abstract><t>RTP retransmission is an effective packet loss recovery technique for real-time applications with relaxed delay bounds.  This document describes an RTP payload format for performing retransmissions. Retransmitted RTP packets are sent in a separate stream from the original RTP stream.  It is assumed that feedback from receivers to senders is available.  In particular, it is assumed that Real-time Transport Control Protocol (RTCP) feedback as defined in the extended RTP profile for RTCP-based feedback (denoted RTP/AVPF) is available in this memo.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4588'/>
<seriesInfo name='DOI' value='10.17487/RFC4588'/>
</reference>



<reference  anchor="RFC5104" target='https://www.rfc-editor.org/info/rfc5104'>
<front>
<title>Codec Control Messages in the RTP Audio-Visual Profile with Feedback (AVPF)</title>
<author initials='S.' surname='Wenger' fullname='S. Wenger'><organization /></author>
<author initials='U.' surname='Chandra' fullname='U. Chandra'><organization /></author>
<author initials='M.' surname='Westerlund' fullname='M. Westerlund'><organization /></author>
<author initials='B.' surname='Burman' fullname='B. Burman'><organization /></author>
<date year='2008' month='February' />
<abstract><t>This document specifies a few extensions to the messages defined in the Audio-Visual Profile with Feedback (AVPF).  They are helpful primarily in conversational multimedia scenarios where centralized multipoint functionalities are in use.  However, some are also usable in smaller multicast environments and point-to-point calls.</t><t>The extensions discussed are messages related to the ITU-T Rec. H.271 Video Back Channel, Full Intra Request, Temporary Maximum Media Stream Bit Rate, and Temporal-Spatial Trade-off.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5104'/>
<seriesInfo name='DOI' value='10.17487/RFC5104'/>
</reference>



<reference  anchor="RFC5109" target='https://www.rfc-editor.org/info/rfc5109'>
<front>
<title>RTP Payload Format for Generic Forward Error Correction</title>
<author initials='A.' surname='Li' fullname='A. Li' role='editor'><organization /></author>
<date year='2007' month='December' />
<abstract><t>This document specifies a payload format for generic Forward Error Correction (FEC) for media data encapsulated in RTP.  It is based on the exclusive-or (parity) operation.  The payload format described in this document allows end systems to apply protection using various protection lengths and levels, in addition to using various protection group sizes to adapt to different media and channel characteristics. It enables complete recovery of the protected packets or partial recovery of the critical parts of the payload depending on the packet loss situation.  This scheme is completely compatible with non-FEC-capable hosts, so the receivers in a multicast group that do not implement FEC can still work by simply ignoring the protection data.  This specification obsoletes RFC 2733 and RFC 3009.  The FEC specified in this document is not backward compatible with RFC 2733 and RFC 3009.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5109'/>
<seriesInfo name='DOI' value='10.17487/RFC5109'/>
</reference>



<reference  anchor="RFC5576" target='https://www.rfc-editor.org/info/rfc5576'>
<front>
<title>Source-Specific Media Attributes in the Session Description Protocol (SDP)</title>
<author initials='J.' surname='Lennox' fullname='J. Lennox'><organization /></author>
<author initials='J.' surname='Ott' fullname='J. Ott'><organization /></author>
<author initials='T.' surname='Schierl' fullname='T. Schierl'><organization /></author>
<date year='2009' month='June' />
<abstract><t>The Session Description Protocol (SDP) provides mechanisms to describe attributes of multimedia sessions and of individual media streams (e.g., Real-time Transport Protocol (RTP) sessions) within a multimedia session, but does not provide any mechanism to describe individual media sources within a media stream.  This document defines a mechanism to describe RTP media sources, which are identified by their synchronization source (SSRC) identifiers, in SDP, to associate attributes with these sources, and to express relationships among sources.  It also defines several source-level attributes that can be used to describe properties of media sources.   [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5576'/>
<seriesInfo name='DOI' value='10.17487/RFC5576'/>
</reference>



<reference  anchor="RFC5761" target='https://www.rfc-editor.org/info/rfc5761'>
<front>
<title>Multiplexing RTP Data and Control Packets on a Single Port</title>
<author initials='C.' surname='Perkins' fullname='C. Perkins'><organization /></author>
<author initials='M.' surname='Westerlund' fullname='M. Westerlund'><organization /></author>
<date year='2010' month='April' />
<abstract><t>This memo discusses issues that arise when multiplexing RTP data packets and RTP Control Protocol (RTCP) packets on a single UDP port. It updates RFC 3550 and RFC 3551 to describe when such multiplexing is and is not appropriate, and it explains how the Session Description Protocol (SDP) can be used to signal multiplexed sessions.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5761'/>
<seriesInfo name='DOI' value='10.17487/RFC5761'/>
</reference>



<reference  anchor="RFC5764" target='https://www.rfc-editor.org/info/rfc5764'>
<front>
<title>Datagram Transport Layer Security (DTLS) Extension to Establish Keys for the Secure Real-time Transport Protocol (SRTP)</title>
<author initials='D.' surname='McGrew' fullname='D. McGrew'><organization /></author>
<author initials='E.' surname='Rescorla' fullname='E. Rescorla'><organization /></author>
<date year='2010' month='May' />
<abstract><t>This document describes a Datagram Transport Layer Security (DTLS) extension to establish keys for Secure RTP (SRTP) and Secure RTP Control Protocol (SRTCP) flows.  DTLS keying happens on the media path, independent of any out-of-band signalling channel present. [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5764'/>
<seriesInfo name='DOI' value='10.17487/RFC5764'/>
</reference>



<reference  anchor="RFC5888" target='https://www.rfc-editor.org/info/rfc5888'>
<front>
<title>The Session Description Protocol (SDP) Grouping Framework</title>
<author initials='G.' surname='Camarillo' fullname='G. Camarillo'><organization /></author>
<author initials='H.' surname='Schulzrinne' fullname='H. Schulzrinne'><organization /></author>
<date year='2010' month='June' />
<abstract><t>In this specification, we define a framework to group &quot;m&quot; lines in the Session Description Protocol (SDP) for different purposes.  This framework uses the &quot;group&quot; and &quot;mid&quot; SDP attributes, both of which are defined in this specification.  Additionally, we specify how to use the framework for two different purposes: for lip synchronization and for receiving a media flow consisting of several media streams on different transport addresses.  This document obsoletes RFC 3388. [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5888'/>
<seriesInfo name='DOI' value='10.17487/RFC5888'/>
</reference>



<reference  anchor="RFC6190" target='https://www.rfc-editor.org/info/rfc6190'>
<front>
<title>RTP Payload Format for Scalable Video Coding</title>
<author initials='S.' surname='Wenger' fullname='S. Wenger'><organization /></author>
<author initials='Y.-K.' surname='Wang' fullname='Y.-K. Wang'><organization /></author>
<author initials='T.' surname='Schierl' fullname='T. Schierl'><organization /></author>
<author initials='A.' surname='Eleftheriadis' fullname='A. Eleftheriadis'><organization /></author>
<date year='2011' month='May' />
<abstract><t>This memo describes an RTP payload format for Scalable Video Coding (SVC) as defined in Annex G of ITU-T Recommendation H.264, which is technically identical to Amendment 3 of ISO/IEC International Standard 14496-10.  The RTP payload format allows for packetization of one or more Network Abstraction Layer (NAL) units in each RTP packet payload, as well as fragmentation of a NAL unit in multiple RTP packets. Furthermore, it supports transmission of an SVC stream over a single as well as multiple RTP sessions.  The payload format defines a new media subtype name &quot;H264-SVC&quot;, but is still backward compatible to RFC 6184 since the base layer, when encapsulated in its own RTP stream, must use the H.264 media subtype name (&quot;H264&quot;) and the packetization method specified in RFC 6184.  The payload format has wide applicability in videoconferencing, Internet video streaming, and high-bitrate entertainment-quality video, among others.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6190'/>
<seriesInfo name='DOI' value='10.17487/RFC6190'/>
</reference>



<reference  anchor="RFC6465" target='https://www.rfc-editor.org/info/rfc6465'>
<front>
<title>A Real-time Transport Protocol (RTP) Header Extension for Mixer-to-Client Audio Level Indication</title>
<author initials='E.' surname='Ivov' fullname='E. Ivov' role='editor'><organization /></author>
<author initials='E.' surname='Marocco' fullname='E. Marocco' role='editor'><organization /></author>
<author initials='J.' surname='Lennox' fullname='J. Lennox'><organization /></author>
<date year='2011' month='December' />
<abstract><t>This document describes a mechanism for RTP-level mixers in audio conferences to deliver information about the audio level of individual participants.  Such audio level indicators are transported in the same RTP packets as the audio data they pertain to. [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6465'/>
<seriesInfo name='DOI' value='10.17487/RFC6465'/>
</reference>



<reference  anchor="RFC7201" target='https://www.rfc-editor.org/info/rfc7201'>
<front>
<title>Options for Securing RTP Sessions</title>
<author initials='M.' surname='Westerlund' fullname='M. Westerlund'><organization /></author>
<author initials='C.' surname='Perkins' fullname='C. Perkins'><organization /></author>
<date year='2014' month='April' />
<abstract><t>The Real-time Transport Protocol (RTP) is used in a large number of different application domains and environments.  This heterogeneity implies that different security mechanisms are needed to provide services such as confidentiality, integrity, and source authentication of RTP and RTP Control Protocol (RTCP) packets suitable for the various environments.  The range of solutions makes it difficult for RTP-based application developers to pick the most suitable mechanism.  This document provides an overview of a number of security solutions for RTP and gives guidance for developers on how to choose the appropriate security mechanism.</t></abstract>
</front>
<seriesInfo name='RFC' value='7201'/>
<seriesInfo name='DOI' value='10.17487/RFC7201'/>
</reference>



<reference  anchor="RFC7657" target='https://www.rfc-editor.org/info/rfc7657'>
<front>
<title>Differentiated Services (Diffserv) and Real-Time Communication</title>
<author initials='D.' surname='Black' fullname='D. Black' role='editor'><organization /></author>
<author initials='P.' surname='Jones' fullname='P. Jones'><organization /></author>
<date year='2015' month='November' />
<abstract><t>This memo describes the interaction between Differentiated Services (Diffserv) network quality-of-service (QoS) functionality and real- time network communication, including communication based on the Real-time Transport Protocol (RTP).  Diffserv is based on network nodes applying different forwarding treatments to packets whose IP headers are marked with different Diffserv Codepoints (DSCPs). WebRTC applications, as well as some conferencing applications, have begun using the Session Description Protocol (SDP) bundle negotiation mechanism to send multiple traffic streams with different QoS requirements using the same network 5-tuple.  The results of using multiple DSCPs to obtain different QoS treatments within a single network 5-tuple have transport protocol interactions, particularly with congestion control functionality (e.g., reordering).  In addition, DSCP markings may be changed or removed between the traffic source and destination.  This memo covers the implications of these Diffserv aspects for real-time network communication, including WebRTC.</t></abstract>
</front>
<seriesInfo name='RFC' value='7657'/>
<seriesInfo name='DOI' value='10.17487/RFC7657'/>
</reference>



<reference  anchor="RFC7667" target='https://www.rfc-editor.org/info/rfc7667'>
<front>
<title>RTP Topologies</title>
<author initials='M.' surname='Westerlund' fullname='M. Westerlund'><organization /></author>
<author initials='S.' surname='Wenger' fullname='S. Wenger'><organization /></author>
<date year='2015' month='November' />
<abstract><t>This document discusses point-to-point and multi-endpoint topologies used in environments based on the Real-time Transport Protocol (RTP). In particular, centralized topologies commonly employed in the video conferencing industry are mapped to the RTP terminology.</t></abstract>
</front>
<seriesInfo name='RFC' value='7667'/>
<seriesInfo name='DOI' value='10.17487/RFC7667'/>
</reference>



<reference  anchor="RFC7826" target='https://www.rfc-editor.org/info/rfc7826'>
<front>
<title>Real-Time Streaming Protocol Version 2.0</title>
<author initials='H.' surname='Schulzrinne' fullname='H. Schulzrinne'><organization /></author>
<author initials='A.' surname='Rao' fullname='A. Rao'><organization /></author>
<author initials='R.' surname='Lanphier' fullname='R. Lanphier'><organization /></author>
<author initials='M.' surname='Westerlund' fullname='M. Westerlund'><organization /></author>
<author initials='M.' surname='Stiemerling' fullname='M. Stiemerling' role='editor'><organization /></author>
<date year='2016' month='December' />
<abstract><t>This memorandum defines the Real-Time Streaming Protocol (RTSP) version 2.0, which obsoletes RTSP version 1.0 defined in RFC 2326.</t><t>RTSP is an application-layer protocol for the setup and control of the delivery of data with real-time properties.  RTSP provides an extensible framework to enable controlled, on-demand delivery of real-time data, such as audio and video.  Sources of data can include both live data feeds and stored clips.  This protocol is intended to control multiple data delivery sessions; provide a means for choosing delivery channels such as UDP, multicast UDP, and TCP; and provide a means for choosing delivery mechanisms based upon RTP (RFC 3550).</t></abstract>
</front>
<seriesInfo name='RFC' value='7826'/>
<seriesInfo name='DOI' value='10.17487/RFC7826'/>
</reference>



<reference  anchor="RFC8088" target='https://www.rfc-editor.org/info/rfc8088'>
<front>
<title>How to Write an RTP Payload Format</title>
<author initials='M.' surname='Westerlund' fullname='M. Westerlund'><organization /></author>
<date year='2017' month='May' />
<abstract><t>This document contains information on how best to write an RTP payload format specification.  It provides reading tips, design practices, and practical tips on how to produce an RTP payload format specification quickly and with good results.  A template is also included with instructions.</t></abstract>
</front>
<seriesInfo name='RFC' value='8088'/>
<seriesInfo name='DOI' value='10.17487/RFC8088'/>
</reference>



<reference  anchor="RFC8108" target='https://www.rfc-editor.org/info/rfc8108'>
<front>
<title>Sending Multiple RTP Streams in a Single RTP Session</title>
<author initials='J.' surname='Lennox' fullname='J. Lennox'><organization /></author>
<author initials='M.' surname='Westerlund' fullname='M. Westerlund'><organization /></author>
<author initials='Q.' surname='Wu' fullname='Q. Wu'><organization /></author>
<author initials='C.' surname='Perkins' fullname='C. Perkins'><organization /></author>
<date year='2017' month='March' />
<abstract><t>This memo expands and clarifies the behavior of Real-time Transport Protocol (RTP) endpoints that use multiple synchronization sources (SSRCs).  This occurs, for example, when an endpoint sends multiple RTP streams in a single RTP session.  This memo updates RFC 3550 with regard to handling multiple SSRCs per endpoint in RTP sessions, with a particular focus on RTP Control Protocol (RTCP) behavior.  It also updates RFC 4585 to change and clarify the calculation of the timeout of SSRCs and the inclusion of feedback messages.</t></abstract>
</front>
<seriesInfo name='RFC' value='8108'/>
<seriesInfo name='DOI' value='10.17487/RFC8108'/>
</reference>



<reference anchor="I-D.ietf-avt-srtp-ekt">
<front>
<title>Encrypted Key Transport for Secure RTP</title>

<author initials='D' surname='Wing' fullname='Dan Wing'>
    <organization />
</author>

<author initials='D' surname='McGrew' fullname='David McGrew'>
    <organization />
</author>

<author initials='K' surname='Fischer' fullname='Kai Fischer'>
    <organization />
</author>

<date month='October' day='31' year='2011' />

<abstract><t>SRTP Encrypted Key Transport (EKT) is an extension to SRTP that provides for the secure transport of SRTP master keys, Rollover Counters, and other information, within SRTP or SRTCP.  This facility enables SRTP to work for decentralized conferences with minimal control, and to handle situations caused by early media.  This note defines EKT, and also describes how to use it with SDP Security Descriptions, DTLS-SRTP, and MIKEY.  These other key management protocols provide an EKT key to everyone in a session, and EKT coordinates the keys within the session.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-avt-srtp-ekt-03' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-avt-srtp-ekt-03.txt' />
</reference>



<reference anchor="I-D.ietf-mmusic-sdp-bundle-negotiation">
<front>
<title>Negotiating Media Multiplexing Using the Session Description Protocol (SDP)</title>

<author initials='C' surname='Holmberg' fullname='Christer Holmberg'>
    <organization />
</author>

<author initials='H' surname='Alvestrand' fullname='Harald Alvestrand'>
    <organization />
</author>

<author initials='C' surname='Jennings' fullname='Cullen Jennings'>
    <organization />
</author>

<date month='August' day='31' year='2017' />

<abstract><t>This specification defines a new Session Description Protocol (SDP) Grouping Framework extension, 'BUNDLE'.  The extension can be used with the SDP Offer/Answer mechanism to negotiate the usage of a single address:port combination (BUNDLE address) for receiving media, referred to as bundled media, specified by multiple SDP media descriptions ("m=" lines).  To assist endpoints in negotiating the use of bundle this specification defines a new SDP attribute, 'bundle-only', which can be used to request that specific media is only used if bundled.  The specification also updates RFC 3264, to allow usage of zero port values without meaning that media is rejected.  There are multiple ways to correlate the bundled RTP packets with the appropriate media descriptions.  This specification defines a new Real-time Transport Protocol (RTP) source description (SDES) item and a new RTP header extension that provides an additional way to do this correlation by using them to carry a value that associates the RTP/ RTCP packets with a specific media description.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-mmusic-sdp-bundle-negotiation-39' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-mmusic-sdp-bundle-negotiation-39.txt' />
</reference>



<reference anchor="I-D.lennox-mmusic-sdp-source-selection">
<front>
<title>Mechanisms for Media Source Selection in the Session Description Protocol (SDP)</title>

<author initials='J' surname='Lennox' fullname='Jonathan Lennox'>
    <organization />
</author>

<author initials='H' surname='Schulzrinne' fullname='Henning Schulzrinne'>
    <organization />
</author>

<date month='October' day='22' year='2012' />

<abstract><t>Source-specific media attributes in the Session Description Protocol (SDP) allow endpoints to describe Real-Time Transport Protocol (RTP) sources within a media stream.  This document extends that mechanism by defining how participants in a multimedia session can request specific sources from a remote party.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-lennox-mmusic-sdp-source-selection-05' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-lennox-mmusic-sdp-source-selection-05.txt' />
</reference>



<reference anchor="I-D.ietf-avtcore-multi-media-rtp-session">
<front>
<title>Sending Multiple Types of Media in a Single RTP Session</title>

<author initials='M' surname='Westerlund' fullname='Magnus Westerlund'>
    <organization />
</author>

<author initials='C' surname='Perkins' fullname='Colin Perkins'>
    <organization />
</author>

<author initials='J' surname='Lennox' fullname='Jonathan Lennox'>
    <organization />
</author>

<date month='December' day='18' year='2015' />

<abstract><t>This document specifies how an RTP session can contain RTP Streams with media from multiple media types such as audio, video, and text. This has been restricted by the RTP Specification, and thus this document updates RFC 3550 and RFC 3551 to enable this behaviour for applications that satisfy the applicability for using multiple media types in a single RTP session.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-avtcore-multi-media-rtp-session-13' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-avtcore-multi-media-rtp-session-13.txt' />
</reference>



<reference anchor="I-D.ietf-mmusic-msid">
<front>
<title>WebRTC MediaStream Identification in the Session Description Protocol</title>

<author initials='H' surname='Alvestrand' fullname='Harald Alvestrand'>
    <organization />
</author>

<date month='February' day='7' year='2017' />

<abstract><t>This document specifies a Session Description Protocol (SDP) Grouping mechanism for RTP media streams that can be used to specify relations between media streams.  This mechanism is used to signal the association between the SDP concept of "media description" and the WebRTC concept of "MediaStream" / "MediaStreamTrack" using SDP signaling.  This document is a work item of the MMUSIC WG, whose discussion list is mmusic@ietf.org.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-mmusic-msid-16' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-mmusic-msid-16.txt' />
</reference>



<reference anchor="I-D.ietf-mmusic-rid">
<front>
<title>RTP Payload Format Restrictions</title>

<author initials='P' surname='Thatcher' fullname='Peter Thatcher'>
    <organization />
</author>

<author initials='M' surname='Zanaty' fullname='Mo Zanaty'>
    <organization />
</author>

<author initials='S' surname='Nandakumar' fullname='Suhas Nandakumar'>
    <organization />
</author>

<author initials='B' surname='Burman' fullname='Bo Burman'>
    <organization />
</author>

<author initials='A' surname='Roach' fullname='Adam Roach'>
    <organization />
</author>

<author initials='B' surname='Campen' fullname='Byron Campen'>
    <organization />
</author>

<date month='July' day='19' year='2017' />

<abstract><t>In this specification, we define a framework for specifying restrictions on RTP streams in the Session Description Protocol. This framework defines a new "rid" SDP attribute to unambiguously identify the RTP Streams within a RTP Session and restrict the streams' payload format parameters in a codec-agnostic way beyond what is provided with the regular Payload Types.  This specification updates RFC4855 to give additional guidance on choice of Format Parameter (fmtp) names, and on their relation to the restrictions defined by this document.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-mmusic-rid-11' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-mmusic-rid-11.txt' />
</reference>


<reference anchor="ALF" >
  <front>
    <title>Architectural Considerations for a New Generation of Protocols</title>
    <author initials="D." surname="Clark">
      <organization>IEEE Computer Communications Review, Vol. 20(4)</organization>
    </author>
    <author initials="D." surname="Tennenhouse">
      <organization></organization>
    </author>
    <date year="1990" month="September"/>
  </front>
  <seriesInfo name="SIGCOMM Symposium on         Communications Architectures and Protocols" value="(Philadelphia, Pennsylvania), pp. 200--208, IEEE Computer Communications Review, Vol. 20(4)"/>
</reference>


    </references>


<section anchor="sec-pt-mux" title="Dismissing Payload Type Multiplexing">

<t>This section documents a number of reasons why using the payload type
as a multiplexing point for most things related to multiple streams is
unsuitable. If one attempts to use Payload type multiplexing beyond it's
defined usage, that has well known negative effects on RTP. To use
Payload type as the single discriminator for multiple streams implies
that all the different media streams are being sent with the same SSRC,
thus using the same timestamp and sequence number space. This has many
effects:</t>

<t><list style="numbers">
  <t>Putting restraint on RTP timestamp rate for the multiplexed
  media. For example, media streams that use different RTP timestamp
  rates cannot be combined, as the timestamp values need to be
  consistent across all multiplexed media frames. Thus streams are
  forced to use the same rate. When this is not possible, Payload Type
  multiplexing cannot be used.</t>
  <t>Many RTP payload formats can fragment a media object over
  multiple packets, like parts of a video frame. These payload formats
  need to determine the order of the fragments to correctly decode
  them. Thus it is important to ensure that all fragments related to a
  frame or a similar media object are transmitted in sequence and
  without interruptions within the object. This can relatively simple
  be solved on the sender side by ensuring that the fragments of each
  media stream are sent in sequence.</t>
  <t>Some media formats require uninterrupted sequence number space
  between media parts. These are media formats where any missing RTP
  sequence number will result in decoding failure or invoking of a
  repair mechanism within a single media context.
  The <xref target="RFC4103">text/T140 payload format</xref> is an example of
  such a format. These formats will need a sequence numbering
  abstraction function between RTP and the individual media stream
  before being used with Payload Type multiplexing.</t>
  <t>Sending multiple streams in the same sequence number space makes
  it impossible to determine which Payload Type and thus which stream
  a packet loss relates to.</t>
  <t>If <xref target="RFC4588">RTP Retransmission</xref> is used and
  there is a loss, it is possible to ask for the missing packet(s) by
  SSRC and sequence number, not by Payload Type. If only some of the
  Payload Type multiplexed streams are of interest, there is no way of
  telling which missing packet(s) belong to the interesting stream(s)
  and all lost packets need be requested, wasting bandwidth.</t>
  <t>The current RTCP feedback mechanisms are built around providing
  feedback on media streams based on stream ID (SSRC), packet
  (sequence numbers) and time interval (RTP Timestamps). There is
  almost never a field to indicate which Payload Type is reported, so
  sending feedback for a specific media stream is difficult without
  extending existing RTCP reporting.</t>
  <t>The current <xref target="RFC5104">RTCP media control messages</xref> specification
  is oriented around controlling particular media flows, i.e. requests
  are done addressing a particular SSRC. Such mechanisms would need to
  be redefined to support Payload Type multiplexing.</t>
  <t>The number of payload types are inherently limited. Accordingly,
  using Payload Type multiplexing limits the number of streams that
  can be multiplexed and does not scale. This limitation is
  exacerbated if one uses solutions like
  <xref target="RFC5761">RTP and RTCP multiplexing</xref> where a number of payload
  types are blocked due to the overlap between RTP and RTCP.</t>
  <t>At times, there is a need to group multiplexed streams and this
  is currently possible for RTP Sessions and for SSRC, but there is no
  defined way to group Payload Types.</t>
  <t>It is currently not possible to signal bandwidth requirements per
  media stream when using Payload Type Multiplexing.</t>
  <t>Most existing SDP media level attributes cannot be applied on a
  per Payload Type level and would require re-definition in that
  context.</t>
  <t>A legacy endpoint that does not understand the indication that
  different RTP payload types are different media streams might be
  slightly confused by the large amount of possibly overlapping or
  identically defined RTP Payload Types.</t>
</list></t>

</section>
<section anchor="signalling-considerations" title="Signalling considerations">

<t>Signalling is not an architectural consideration for RTP itself, so
this discussion has been moved to an appendix. However, it is hugely
important for anyone building complete applications, so it is deserving
of discussion.</t>

<t>The issues raised here need to be addressed in the WGs that deal with
signalling; they cannot be addressed by tweaking, extending or profiling
RTP.</t>

<section anchor="signalling-aspects" title="Signalling Aspects">

<t>There exist various signalling solutions for establishing RTP
sessions. Many are <xref target="RFC4566">SDP</xref> based, however SDP functionality is
also dependent on the signalling protocols carrying the
SDP. Where <xref target="RFC7826">RTSP</xref> and <xref target="RFC2974">SAP</xref> both use SDP in a
declarative fashion, while <xref target="RFC3261">SIP</xref> uses SDP with the
additional definition of <xref target="RFC3264">Offer/Answer</xref>. The impact on
signalling and especially SDP needs to be considered as it can greatly
affect how to deploy a certain multiplexing point choice.</t>

<section anchor="session-oriented-properties" title="Session Oriented Properties">

<t>One aspect of the existing signalling is that it is focused
around sessions, or at least in the case of SDP the media
description. There are a number of things that are signalled on a
session level/media description but those are not necessarily
strictly bound to an RTP session and could be of interest to signal
specifically for a particular media stream (SSRC) within the
session. The following properties have been identified as being
potentially useful to signal not only on RTP session level:</t>

<t><list style="symbols">
  <t>Bitrate/Bandwidth exist today only at aggregate or a common
any media stream limit, unless either codec-specific bandwidth
limiting or RTCP signalling using TMMBR is used.</t>
  <t>Which SSRC that will use which RTP Payload Types (this will
be visible from the first media packet, but is sometimes useful
to know before packet arrival).</t>
</list></t>

<t>Some of these issues are clearly SDP's problem rather than RTP
limitations. However, if the aim is to deploy an solution using
additional SSRCs that contains several sets of media streams with
different properties (encoding/packetization parameter, bit-rate,
etc.), putting each set in a different RTP session would directly
enable negotiation of the parameters for each set. If insisting on
additional SSRC only, a number of signalling extensions are needed
to clarify that there are multiple sets of media streams with
different properties and that they need in fact be kept different,
since a single set will not satisfy the application's
requirements.</t>

<t>For some parameters, such as resolution and framerate, a
SSRC-linked mechanism has been proposed: <xref target="I-D.lennox-mmusic-sdp-source-selection"/>.</t>

</section>
<section anchor="sdp-prevents-multiple-media-types" title="SDP Prevents Multiple Media Types">

<t>SDP chose to use the m= line both to delineate an RTP session and
to specify the top level of the MIME media type; audio, video, text,
image, application. This media type is used as the top-level media
type for identifying the actual payload format bound to a particular
payload type using the rtpmap attribute. This binding has to be
loosened in order to use SDP to describe RTP sessions containing
multiple MIME top level types.</t>

<t>There is an accepted WG item in the MMUSIC WG to define how
<xref target="I-D.ietf-mmusic-sdp-bundle-negotiation">multiple media lines describe a single underlying transport</xref>
and thus it becomes possible in SDP to define one RTP session with
media types having different MIME top level types.</t>

</section>
<section anchor="signalling-media-stream-usage" title="Signalling Media Stream Usage">

<t>Media streams being transported in RTP has some particular usage
in an RTP application. This usage of the media stream is in many
applications so far implicitly signalled. For example, an
application might choose to take all incoming audio RTP streams, mix
them and play them out. However, in more advanced applications that
use multiple media streams there will be more than a single usage or
purpose among the set of media streams being sent or received. RTP
applications will need to signal this usage somehow. The signalling
used will have to identify the media streams affected by their
RTP-level identifiers, which means that they have to be identified
either by their session or by their SSRC + session.</t>

<t>In some applications, the receiver cannot utilise the media
stream at all before it has received the signalling message
describing the media stream and its usage. In other applications,
there exists a default handling that is appropriate.</t>

<t>If all media streams in an RTP session are to be treated in the
same way, identifying the session is enough. If SSRCs in a session
are to be treated differently, signalling needs to identify both the
session and the SSRC.</t>

<t>If this signalling affects how any RTP central node, like an RTP
mixer or translator that selects, mixes or processes streams, treats
the streams, the node will also need to receive the same signalling
to know how to treat media streams with different usage in the right
fashion.</t>

<!-- vim: set tw=70 expandtab ts=3: -->

</section>
</section>
</section>


  </back>

<!-- ##markdown-source:
H4sIADBP91kAA9W9a5fbZpIm+B2/Aqs6c6ysImmlbMuyvNXdsi62pku2SilX
nVlVnzlIEsxEiwRYAJgptsv72zfiicsbL8i0XbM7H9ZnuiaVSQLvNa5PPDGf
z4thrNrV/6w2XVs/Kcd+XxfNrsdPw/jwwYOvHjwsVt2yrbb051Vfrcd5U4/r
eXUzLru+nm/3m7HZbeqP86t9s6o3TVsP8wefF8tqfFI27bords2ToizHbvmk
/ORQD5/IP7rtrlqO2a9W9W68pt98pv9u2lXdho8Mh21fr4fwi64f89/QY7f0
nfCbpuUhZZ/IXzzsL9Pv2u6TYmzGDX3hW59Oue76cj807VU5Xtfla5sx/+Jl
XY37nj7Trcu3797QsMuL/W5HA/PPla/rVVPRmy5osNV2KKrLy76+OXpD9tym
5ccVq2qkofz0/Om7Fz8X1X687vonxZz+SjN8vSj/Wg9j3W/27YoeL1v0urpq
90P+l66/elK+6JvlMHQtT5kGUtN033X9cE0juqroDJQPP+PlacbDk/Lixfz8
0efl4wflvzd0PrBs+3bs+U+3Ne0K/WZ3jRNz7w+fPyrPH5RfntPnH5aPv7xH
f6u3VbN5Um4xlsWtj+Xfah3Egpbc5vHNovxm32+r1ufwTZd+c9fYX1Z9J+N+
9P922OeflefnYdiX3eISrz853GeLslyUb+r+A/3Th/yso40Mv8Wwf2ybm7of
aGx8PL7dVMNVdxvmcLG87roN/+0ZncD9yBt/sWzqdln7nNK3lt2Kj+U5LfKf
/xznRq8Z6xXNub1a0Th9Hsth92/0fzKmBY3IpvDdony6uaFd6atwcr6r+mqz
Kt/d1M2Y/x2T+bbrrjZ1GP2/79ur4bLv6OSkHaBr++G62/Ao+vqq6Vq6VJ/4
4D85Pz9/+PCTX9oYfHpdLYdm22zs3zqha4zw3yof26Lt6K/7vsHndHZvF+WL
mzqdprdd29hvMJPv9tVt3aTH0hSaRU0f+Ldr/CXuNi3V/3Vdt1dplfaN/+bk
07ZVf9O0i//iz1zvm/jMou3oWI10KFgivn357LMvvnigP3756ItHTwoWmPlH
Hp5/9dh+fPjgC/vx8y8/tx+/8h8/e/joPP3ov/3s8Vfpff6BL8/9x8ef2Sg+
P3/wmf34xaNH6cfH/uNj+/GL8wefpx/tFV988aV9jX46Tz/6Zx/7Ex6df2Uv
fvT5I5vblw8fnKdF+dJ/fOQ/Pn5or3j8wB/2+PwBfnw1f74wDTUf+nE3rz+M
2R+2WxLmy/mw2s0vSSht6nlbX3VjQ8tO51U/uanbtvsYPzt0+35Zz4d6Uy/j
J4/V4XzLEn/O7x7qYZh+Vp+5HZrVqd/38uunf3rJ/x9pQtFHT/vlNd3zJamb
akMCo6Wv1z3GLPqjKr+vb8tv61Z/y3LlTd+xrt0MeJIpEP5Zz/fzRflsU/Uf
8Ds90a9evHihEqnu+Yftvm2W+qa39U1T387Kv3SbRfnwwf3PzyaPe0cLV7fX
3X6o8RdRYedfffVg/uAr/GYgsVoPfNSf6GsvXn377IfXr8uLw3bXDc1+W9Lw
7b/JAMI6kOIkIZAmSWL9/pvrZlORWt1dN9WssGe8oUENh81N1TbV2azc7Xjs
D+bzhw8ez/7Z+d4rivl8XlaXLIOWY1G8I6PgbV1t5mOzrct3JJgGGAA2rvI+
qfKzsqHRlmvW75dkFOzsj+N1NZK11JaXNRkZJMdJj1TlLW1uSU+6qnkbq91u
YyOalW093nb9B/qJZz8cSLtui7HbdZvuihaWtoAeqW9qNqx9ttUHNTLwXH2c
/HFWXu7HkgZQsBmE19Swc8JLyxXt11XLg17SgV6UP7Q0g6ofm+WeTo/+ufj7
nuQyf5znRNJ6IB2wrEmWrcrtfnldVuNIxhl/gNbiurtla2lQa8nsyAJ3B0qG
LBO1g3hK9JVtve3KVTMs9wPdKxnkDQndihe028mGscrS4dL+rOp5t17rUtHw
b2j+Q5lMVT5oOhJafH5ksY122PrYvpuOuMxGvJDTsW1WJFiK4nflK9Jz3WoP
kVEU73/bYfmP+79T9aDnhg3brt0ccEQKPzy8pb0/TQYy2jMX5atRvp0dNl+G
4oq+mh8UXiU+izbHqqTtpTM41COvwKpZr+ue9rCIJ5IMIl6aW9rvdd9tsS+X
pPzblldQ9oKOAI/Vd1kOT7OryFiXEy/Gu9+8UiUnPZxmoeOhI1C1Bz551aq5
IlOaxpQOPka/H6qrmvd7oDevmxYXqvjpJ1UhP/+so+XTOZDSJ2Ga7/iua3hM
2bB93uVu35OEkktW04GpWz58ha0Xjef0sZCretuMJLzoJZd0heu6DQtKRl+3
4j/R68gZ+VCPzX+5GOcVxePIVD6oK+LvYT9BF4vmTTuFw5q/XeUL/XMPwSnT
qtfrhs3NsdCLre9v2O9q1roTPNW93Da/4NA3tBP87mM5QVI0XfBL+ordLay8
jnWGX1xcvH2GK8v/2FWHTVetyvGwq/mrW7Izp6Lob58MJADrFV802oK+pp28
4fNGq9m0S5quyFAS5fxiOlpb0stltSLZv6z1fOhtnvE8ivpjRXKvnqUVjavW
LZd7EptkzdEZ5QXa8KavcErw6mK64TATaCc2zYc6PXNJ1mNPZ44vQbPsO5i7
g1xInk+BpaLFoceS7Utfq9qalOjmsCih7Wta/HbckLy2XaBD1bOSaFgkkLVd
9SvzUbcdzZ1Wjd7TNyzQeeExdRxcGtu2GVXD0RIN3Zbcfl4F9p5Nz9B3Pn37
7tmbsv5IclvPF84x7XG12fDL+BpVm6HDBtBS8uVYyTvE2pA/F9cdbylPdkkS
xc9WCWUBxbfeb2hBcHZ5OOV630JmViSY+HLTLYaUaTYbEnkDLZBvLhRXTbOc
TIE/wE9f7/nMy4GxGyzXio7pqlvu+St8ZGkPVDjSMGtSbG6P0ziry24/yjnt
6ARDYjZJM+CIkOdEg6nxpChVZEXuvC040NBBLdl0iMhg4M02SVldPSwNSdmi
igrYT7VdshMiTcbg0+WFpFMjEZNVWV1VZMGNsvYiRFmGXtb8gH077Om8XPIt
oTW9go254bPMFyiMw8VjIYvtb6M5sfgmAXgtr4Bwblxl88DpwR02mhaCFTEN
foBPzBOaHgdy/2mxJov8TUeP5yXglSUpV1zWdEUbupHlySVl0youY/r4qt7x
qtAm3V43y+siapleDLWZ/IkO49/3DZsImNcyGuZqtzRse2023S2PiJSs2TAq
3eV7112zxOzzvTuaQdPzTSXDkzb0gr9ZkUFcs8j0oyingcdpxhJdyZcN31kS
H7jsvvFV2gIVhDJDvQerBdswz9Nm0cYWv/sdWfn9tml5SQ621WFDaRIX4iSV
n/GgoH7Zmvn5Z5FZNbQeyePkEpOgkweN1ceu7baHoL9L1d9fPKIHNEP4fhm/
X8oDZK0hCmmUMjeJuTVVkptma7MQKOycPqHJSByODsXhSUFu19Qsaca9/ETa
ZrNniUtehot5Uw20Oa/aqYCRS+eGPh1zTIR+4LCKPXhgUdLXItro0tNjbrv0
4DAeFmkQihfQOTxcnn/XN2R8VSNdT/p/oo+mR51eiLCkBiVptKrzoSJ57ei9
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
/wOOmaUL2zYBAA==

-->

</rfc>

