Re: [MMUSIC] Bundle-only, Port 0, and other options

Adam Roach <adam@nostrum.com> Tue, 15 October 2013 19:07 UTC

Return-Path: <adam@nostrum.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 2902211E8151 for <mmusic@ietfa.amsl.com>; Tue, 15 Oct 2013 12:07:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.765
X-Spam-Level:
X-Spam-Status: No, score=-101.765 tagged_above=-999 required=5 tests=[AWL=-0.365, BAYES_00=-2.599, J_CHICKENPOX_12=0.6, J_CHICKENPOX_15=0.6, SPF_PASS=-0.001, USER_IN_WHITELIST=-100]
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 kSzj1td-0o+7 for <mmusic@ietfa.amsl.com>; Tue, 15 Oct 2013 12:07:03 -0700 (PDT)
Received: from shaman.nostrum.com (nostrum-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:267::2]) by ietfa.amsl.com (Postfix) with ESMTP id 3BC9621F9FA5 for <mmusic@ietf.org>; Tue, 15 Oct 2013 12:06:59 -0700 (PDT)
Received: from orochi.roach.at (99-152-145-110.lightspeed.dllstx.sbcglobal.net [99.152.145.110]) (authenticated bits=0) by shaman.nostrum.com (8.14.3/8.14.3) with ESMTP id r9FJ6vFT090327 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Tue, 15 Oct 2013 14:06:57 -0500 (CDT) (envelope-from adam@nostrum.com)
Message-ID: <525D924C.7090802@nostrum.com>
Date: Tue, 15 Oct 2013 14:06:52 -0500
From: Adam Roach <adam@nostrum.com>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.0.1
MIME-Version: 1.0
To: Paul Kyzivat <pkyzivat@alum.mit.edu>, mmusic@ietf.org
References: <525D649E.5040608@nostrum.com> <525D8456.1070600@alum.mit.edu>
In-Reply-To: <525D8456.1070600@alum.mit.edu>
Content-Type: text/plain; charset="UTF-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Received-SPF: pass (shaman.nostrum.com: 99.152.145.110 is authenticated by a trusted mechanism)
Subject: Re: [MMUSIC] Bundle-only, Port 0, and other options
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: Tue, 15 Oct 2013 19:07:05 -0000

On 10/15/13 13:07, Paul Kyzivat wrote:
> I don't understand this last point. We are only talking about 
> bundle-only lines that are either going to use the address and port of 
> the bundle (defined elsewhere) or aren't going to be used at all.

What I'm thinking about is something that defines a setup like this:

...
a=group:BUNDLE a1 a2
a=group:BUNDLE v1 v2
...
m=audio ...
c=IN IP4 1.1.1.1
a=mid:a1
...
m=audio ...
c=IN IP4 1.1.1.1
a=mid:a2
...
m=video ...
c=IN IP4 2.2.2.2
a=mid:v1
...
m=video ...
c=IN IP4 2.2.2.2
a=mid:v2
...

Or, in plain English: we want to two audio streams to be bundled 
together and sent to 1.1.1.1; and the two video streams to be bundled 
together and sent to 2.2.2.2. And now I see what you're saying: if we 
just used 0.0.0.0 in the "bundle only" lines, then you'd get the 
transport address from the non-bundle-only sections in the bundle, just 
like we were proposing to do for the ports.

So, yes, I agree that this would be a potentially viable way to put 
together a line that "won't work" for legacy clients; however, given 
that implementations may not check for "0.0.0.0" as a special value, 
their behavior is likely to be far more difficult to predict than using 
port 0 (which has well-defined, crystal clear semantics in legacy use).

/a