Re: [MMUSIC] Associating packets with m-lines in a bundle

worley@ariadne.com (Dale R. Worley) Thu, 23 May 2013 22:35 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 8736521F941D for <mmusic@ietfa.amsl.com>; Thu, 23 May 2013 15:35:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.98
X-Spam-Level:
X-Spam-Status: No, score=-2.98 tagged_above=-999 required=5 tests=[AWL=-0.000, BAYES_00=-2.599, 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 Q3ZtdA9jPhY6 for <mmusic@ietfa.amsl.com>; Thu, 23 May 2013 15:35:08 -0700 (PDT)
Received: from TheWorld.com (pcls6.std.com [192.74.137.146]) by ietfa.amsl.com (Postfix) with ESMTP id 4CED121F97D4 for <mmusic@ietf.org>; Thu, 23 May 2013 15:08:01 -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 r4NM7T2E011287; Thu, 23 May 2013 18:07:31 -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 r4NM7Tlq5333991; Thu, 23 May 2013 18:07:29 -0400 (EDT)
Received: (from worley@localhost) by shell01.TheWorld.com (8.13.6/8.13.6/Submit) id r4NM7Tlv5329814; Thu, 23 May 2013 18:07:29 -0400 (EDT)
Date: Thu, 23 May 2013 18:07:29 -0400
Message-Id: <201305232207.r4NM7Tlv5329814@shell01.TheWorld.com>
From: worley@ariadne.com
Sender: worley@ariadne.com
To: Paul Kyzivat <pkyzivat@alum.mit.edu>
In-reply-to: <519E5F54.3000806@alum.mit.edu> (pkyzivat@alum.mit.edu)
References: <519E5F54.3000806@alum.mit.edu>
Cc: mmusic@ietf.org
Subject: Re: [MMUSIC] Associating packets with m-lines in a bundle
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, 23 May 2013 22:35:15 -0000

> From: Paul Kyzivat <pkyzivat@alum.mit.edu>
> 
> IMO the following should obviously be a truism. I want to know if all agree.
> 
> If an O/A exchange negotiates a bundle with multiple m-lines,
> then attributes in those m-lines and the associated media sections must 
> provide sufficient information to associate each incoming packet on the 
> 5-tuple to exactly *one* of those m-lines.

I agree.  I think there are non-legacy situations where this need may
be relaxed, but all interoperation in legacy situations seems to
require discerning the appropriate m= line so information in the SDP
section can be used to identify the particular application processing
stream.

> [...] receiving packets that don't match any of the m-lines. I 
> think we ought to address that, by defining some syntax to specify what 
> to do with packets that don't match any m-line. This might be to specify 
> one m-line as the default, or that packets that don't match be discarded.

I think that discarding them is the only workable approach.  There's
no reason to assume that sending them to a default m= line would allow
the upper level of demultiplexing to succeed.

Dale