[MMUSIC] Revised bundling proposal (draft-worley-sdp-bundle-06)

worley@ariadne.com (Dale R. Worley) Fri, 15 March 2013 21:32 UTC

Return-Path: <worley@shell01.TheWorld.com>
X-Original-To: mmusic@ietfa.amsl.com
Delivered-To: mmusic@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E5DF91F0CE0 for <mmusic@ietfa.amsl.com>; Fri, 15 Mar 2013 14:32:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.38
X-Spam-Level:
X-Spam-Status: No, score=-2.38 tagged_above=-999 required=5 tests=[AWL=-0.600, BAYES_00=-2.599, J_CHICKENPOX_12=0.6, J_CHICKENPOX_15=0.6, RCVD_IN_DNSWL_LOW=-1, RCVD_IN_SORBS_WEB=0.619]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EVnOs1moRQyJ for <mmusic@ietfa.amsl.com>; Fri, 15 Mar 2013 14:32:06 -0700 (PDT)
Received: from TheWorld.com (pcls6.std.com [192.74.137.146]) by ietfa.amsl.com (Postfix) with ESMTP id AFBB91F0C52 for <mmusic@ietf.org>; Fri, 15 Mar 2013 14:32:05 -0700 (PDT)
Received: from shell.TheWorld.com (svani@shell01.theworld.com [192.74.137.71]) by TheWorld.com (8.14.5/8.14.5) with ESMTP id r2FLUAcp030035 for <mmusic@ietf.org>; Fri, 15 Mar 2013 17:30:15 -0400
Received: from shell01.TheWorld.com (localhost.theworld.com [127.0.0.1]) by shell.TheWorld.com (8.13.6/8.12.8) with ESMTP id r2FLU9X8512208 for <mmusic@ietf.org>; Fri, 15 Mar 2013 16:30:09 -0500 (EST)
Received: (from worley@localhost) by shell01.TheWorld.com (8.13.6/8.13.6/Submit) id r2FLU9HW511660; Fri, 15 Mar 2013 17:30:09 -0400 (EDT)
Date: Fri, 15 Mar 2013 17:30:09 -0400
Message-Id: <201303152130.r2FLU9HW511660@shell01.TheWorld.com>
From: worley@ariadne.com
Sender: worley@ariadne.com
To: mmusic@ietf.org
Subject: [MMUSIC] Revised bundling proposal (draft-worley-sdp-bundle-06)
X-BeenThere: mmusic@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Multiparty Multimedia Session Control Working Group <mmusic.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/mmusic>, <mailto:mmusic-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/mmusic>
List-Post: <mailto:mmusic@ietf.org>
List-Help: <mailto:mmusic-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/mmusic>, <mailto:mmusic-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 15 Mar 2013 21:32:07 -0000

I've submitted a revised bundling proposal
(http://tools.ietf.org/html/draft-worley-sdp-bundle-06).  The major
changes are that it no longer uses encapsulation (Martin Thompson and
Dan Wing explained to me why that is undesirable) and it uses a
special attribute ("a=bundleaccept") along with a zero port number to
indicate that a constituent media description has been accepted within
a bundle.  The powerpoint version is:

Major characteristics:

* SDP m= lines are grouped using a new SDP grouping value.

* There is a separate bundle media description, which uses media type
  "audio" (to avoid tripping legacy SBCs) and proto "bundle" (to
  prevent non-supporting answerers from accepting that media
  description).

* Each constituent media description is offered with a distinct port.

* If the answerer accepts a constituent media description within the
  bundle, it answers with a zero port, but marks the media
  description with "a=bundleaccept".  The media description is still
  listed in the "a=group:BUNDLE" line, which is an extension of RFC
  5888.

* If the offerer did not preallocate TURN relays for constituent media
  descriptions, and the answerer does not support bundling, and TURN
  relays are required on the offerer's side, then the offerer will
  have to update its offer to establish communication.

Advantages:

* Avoids all known limitations of common SBCs.  Only requires SBCs to
  pass unknown proto values.

* Legacy intermediary entities see media which matches the SDP.

* Interoperates directly with non-supporting answerers.

* Requires updated offer only if offerer has not preallocated TURN
  relays for the constituent media descriptions and they turn out to
  be necessary.

* No artificial addresses (e.g., 0.0.0.0) are used, so it places no
  constraints on future uses of artificial addresses (e.g., trickle
  ICE).

A typical offer (with a usual pattern of ICE candidates):

           o=- 2890844526 2890844526 IN IP4 host.example.com
           c=IN IP4 host.example.com

           a=group:BUNDLE bundle con1 con2

           m=audio 10000 RTP/AVP 0 8 97
           a=mid:con1
           a=rtcp-mux
           a=rtpmap:0 PCMU/8000
           a=rtpmap:8 PCMA/8000
           a=rtpmap:97 iLBC/8000
           a=candidate:0 1 UDP 2113601791 10.0.1.1 10000 typ host
           a=candidate:1 1 UDP 1694194431 198.51.100.32 51000 typ srflx

           m=video 10002 RTP/AVP 31 32
           a=mid:con2
           a=rtcp-mux
           a=rtpmap:31 H261/90000
           a=rtpmap:32 MPV/90000
           a=candidate:0 1 UDP 2113601791 10.0.1.1 10002 typ host
           a=candidate:1 1 UDP 1694194431 198.51.100.32 51002 typ srflx

           m=audio 10004 bundle 0
           a=mid:bundle
           a=candidate:0 1 UDP 2113601791 10.0.1.1 10004 typ host
           a=candidate:1 1 UDP 1694194431 198.51.100.32 51004 typ srflx
           a=candidate:2 1 UDP 1006633215 10.0.100.1 31004 typ relay

A typical answer from an endpoint that supports bundling:

           o=- 2890844526 2890844526 IN IP4 answer.example.com
           c=IN IP4 answer.example.com

           a=group:BUNDLE bundle con1 con2

           m=audio 0 RTP/AVP 0 8 97
           a=mid:con1
           a=bundleaccept
           a=rtcp-mux
           a=rtpmap:0 PCMU/8000
           a=rtpmap:8 PCMA/8000
           a=rtpmap:97 iLBC/8000

           m=video 0 RTP/AVP 31 32
           a=mid:con2
           a=bundleaccept
           a=rtcp-mux
           a=rtpmap:31 H261/90000
           a=rtpmap:32 MPV/90000

           m=audio 20000 bundle 0
           a=mid:bundle
           a=candidate:0 1 UDP 2113601791 10.0.2.1 20000 typ host
           a=candidate:1 1 UDP 1694194431 198.51.100.35 51090 typ srflx
           a=candidate:2 1 UDP 1006633215 10.0.100.1 32000 typ relay

Dale