Re: [MMUSIC] BUNDLE goes UP: Do we need port zero for bundle-only m- lines?

Hadriel Kaplan <hadriel.kaplan@oracle.com> Thu, 08 August 2013 14:15 UTC

Return-Path: <hadriel.kaplan@oracle.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 0C0C111E812A for <mmusic@ietfa.amsl.com>; Thu, 8 Aug 2013 07:15:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.521
X-Spam-Level:
X-Spam-Status: No, score=-6.521 tagged_above=-999 required=5 tests=[AWL=0.078, BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4]
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 z3NFRJeNOjBB for <mmusic@ietfa.amsl.com>; Thu, 8 Aug 2013 07:15:52 -0700 (PDT)
Received: from userp1040.oracle.com (userp1040.oracle.com [156.151.31.81]) by ietfa.amsl.com (Postfix) with ESMTP id 8794911E81B1 for <mmusic@ietf.org>; Thu, 8 Aug 2013 07:15:52 -0700 (PDT)
Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r78EFmio015127 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 8 Aug 2013 14:15:49 GMT
Received: from userz7021.oracle.com (userz7021.oracle.com [156.151.31.85]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r78EFlVe016360 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 8 Aug 2013 14:15:48 GMT
Received: from abhmt106.oracle.com (abhmt106.oracle.com [141.146.116.58]) by userz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r78EFlJ7014728; Thu, 8 Aug 2013 14:15:47 GMT
Received: from [10.1.21.34] (/10.5.21.34) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 08 Aug 2013 07:15:47 -0700
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\))
From: Hadriel Kaplan <hadriel.kaplan@oracle.com>
In-Reply-To: <7594FB04B1934943A5C02806D1A2204B1C422263@ESESSMB209.ericsson.se>
Date: Thu, 08 Aug 2013 10:15:45 -0400
Content-Transfer-Encoding: quoted-printable
Message-Id: <E4D2C482-C7EF-4BCB-BC4B-BA218E9BFCE8@oracle.com>
References: <7594FB04B1934943A5C02806D1A2204B1C421C80@ESESSMB209.ericsson.se> <9AA75667-A597-4EB1-87B4-FA79A2F35C3C@oracle.com> <7594FB04B1934943A5C02806D1A2204B1C422263@ESESSMB209.ericsson.se>
To: Christer Holmberg <christer.holmberg@ericsson.com>
X-Mailer: Apple Mail (2.1508)
X-Source-IP: acsinet21.oracle.com [141.146.126.237]
Cc: mmusic <mmusic@ietf.org>
Subject: Re: [MMUSIC] BUNDLE goes UP: Do we need port zero for bundle-only m- lines?
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: Thu, 08 Aug 2013 14:15:59 -0000

On Aug 8, 2013, at 9:04 AM, Christer Holmberg <christer.holmberg@ericsson.com> wrote:

> Another advantage of using different port numbers is that it provides a fallback in case the remote endpoint does not support, or does not want to use BUNDLE.

Yes, except as far as I can tell all devices (and even intermediaries) handle an offer with the same port number just fine.  But that's just a personal observation, and dangerous to assume ALL of them handle it fine; that's why I didn't argue for long that we should use the same port number in the offer - because it concerned me that someone knew of at least one implementation that didn't handle it well. (not that we can truly accommodate ALL implementations anyway, but it's got to be a heck of a lot higher than simple majority, and as close to 100% as we can get)


> However, for bundle-only m- lines such fallback is not needed - they are ONLY going to be used IF the remote endpoint chooses to use BUNDLE.
> ...and, based on the agreed scope, the Offerer KNOWS that the remote endpoint supports BUNDLE, so the "one implementation that doesn't handle it" will not be there :) 

For WebRTC sure - but we were talking about using BUNDLE generically.  Or at least that's what I thought you were asking about.  If we're only talking about using BUNDLE for WebRTC, then not only do you not need to use a port=0, but you also don't need a second offer/answer, etc.


>> Also, from a purely protocol perspective, it seems quite logical to me to use a port number of 0 for an m-line you literally don't want to use if the far-end doesn't support 
>> BUNDLE - a port number of 0 effectively means "disabled" today, and that's basically what you want.  
> 
> Well, one could also say that it means "Here are some m- lines  I want to bundle, with this port, but only if you (the remote endpoint) wants to use bundle." :)

We can certainly change the semantics of SDP offers with port=0 for WebRTC, but I think it would be really dangerous to change its semantics for general use.


>> What I think should happen is the UAS should send an SDP answer using port=0 for those same m-lines, and the UAC should then send a new offer with those m-lines having the real port number of the bundle transport, and the far-end should answer that in the same fashion.
> 
> The problem is that the grouping framework does not allow, in SDP Answers, usage of port=0 in grouped m- lines. It would require an update of the RFC, and I think we want to avoid that.

Considering the number of docs the Unified-Plan proposes to either create, change, update or whatever... methinks having BUNDLE update the grouping framework RFC is rather a minor nit. :)

-hadriel