Re: [MMUSIC] POF/PAN: SDP group attribute in a POF/PAN?
Adam Roach <adam@nostrum.com> Mon, 21 October 2013 22:49 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 780F111E87BC for <mmusic@ietfa.amsl.com>; Mon, 21 Oct 2013 15:49:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.148
X-Spam-Level:
X-Spam-Status: No, score=-102.148 tagged_above=-999 required=5 tests=[AWL=-0.149, BAYES_00=-2.599, HTML_MESSAGE=0.001, 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 T24CEdrKF91W for <mmusic@ietfa.amsl.com>; Mon, 21 Oct 2013 15:49:47 -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 04F0111E832F for <mmusic@ietf.org>; Mon, 21 Oct 2013 15:47:17 -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 r9LMlDm2004195 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Mon, 21 Oct 2013 17:47:13 -0500 (CDT) (envelope-from adam@nostrum.com)
Message-ID: <5265AEEC.4050806@nostrum.com>
Date: Mon, 21 Oct 2013 17:47:08 -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: Suhas Nandakumar <suhasietf@gmail.com>, Paul Kyzivat <pkyzivat@alum.mit.edu>
References: <7594FB04B1934943A5C02806D1A2204B1C4E5FB0@ESESSMB209.ericsson.se> <52658089.6030008@nostrum.com> <52658733.30802@alum.mit.edu> <20131021215344.GE67188@verdi> <5265AAB6.40008@alum.mit.edu> <CAMRcRGRPHwtjL+cOMm79YvWixfMe629q+r1pkcrSOV08745KZQ@mail.gmail.com>
In-Reply-To: <CAMRcRGRPHwtjL+cOMm79YvWixfMe629q+r1pkcrSOV08745KZQ@mail.gmail.com>
Content-Type: multipart/alternative; boundary="------------070307060806070403000106"
Received-SPF: pass (shaman.nostrum.com: 99.152.145.110 is authenticated by a trusted mechanism)
Cc: mmusic WG <mmusic@ietf.org>
Subject: Re: [MMUSIC] POF/PAN: SDP group attribute in a POF/PAN?
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: Mon, 21 Oct 2013 22:49:50 -0000
On 10/21/13 17:38, Suhas Nandakumar wrote: > > > > On Mon, Oct 21, 2013 at 3:29 PM, Paul Kyzivat <pkyzivat@alum.mit.edu > <mailto:pkyzivat@alum.mit.edu>> wrote: > > On 10/21/13 5:53 PM, John Leslie wrote: > > Paul Kyzivat <pkyzivat@alum.mit.edu > <mailto:pkyzivat@alum.mit.edu>> wrote: > > > There remains the problem of indicating *which* (if any) > group a newly > added m-line joins. > > > Not only don't I see an _answer_ to this -- I don't even > think we have > a common understanding of the _question_. > > :^( > > > Here is an example: > > a=group:bundle A B > a=group:bundle C D > m=audio ... > a=mid:A > m=audio ... > a=mid:B > m=video ... > m=mid:C > m=video ... > a=mid:D > > Then we do a POF > > m=video ... > a=mid:E > > We want to add this to the 2nd bundle. How do we say that? > I'm suggesting: > > m=video ... > a=mid:E > a=groupref:bundle C > > The only a=group that matches that is the second one, so this > implicitly updates that one to: > > a=group:bundle C D E > > Make sense? Its all a hack of course. But everything that is done > to SDP is a hack. > > > I think even this case can break if you use FEC based grouping mechanism > > a=group:FEC-XR a b c > a=group:FEC-XR a d > > now if we want to add the new "mid e" to the list where i have mid a > listed , we end up at the same point. > > How about we can extend groupref to include the entire group line as > below > m=video ... > a=mid:E > a=groupref:FEC-XR a d > > ==> this would end up as > a=group:FEC-XR a b c > a=group:FEC-XR a d e // new one added to the right line > > This is giving me a strong sense of deja vu. http://www.ietf.org/mail-archive/web/mmusic/current/msg12427.html /a
- [MMUSIC] POF/PAN: SDP group attribute in a POF/PA… Christer Holmberg
- Re: [MMUSIC] POF/PAN: SDP group attribute in a PO… Adam Roach
- Re: [MMUSIC] POF/PAN: SDP group attribute in a PO… Paul Kyzivat
- Re: [MMUSIC] POF/PAN: SDP group attribute in a PO… Christer Holmberg
- Re: [MMUSIC] POF/PAN: SDP group attribute in a PO… John Leslie
- Re: [MMUSIC] POF/PAN: SDP group attribute in a PO… Suhas Nandakumar
- Re: [MMUSIC] POF/PAN: SDP group attribute in a PO… Paul Kyzivat
- Re: [MMUSIC] POF/PAN: SDP group attribute in a PO… Suhas Nandakumar
- Re: [MMUSIC] POF/PAN: SDP group attribute in a PO… Adam Roach
- Re: [MMUSIC] POF/PAN: SDP group attribute in a PO… Suhas Nandakumar
- Re: [MMUSIC] POF/PAN: SDP group attribute in a PO… Paul Kyzivat
- Re: [MMUSIC] POF/PAN: SDP group attribute in a PO… Christer Holmberg
- Re: [MMUSIC] POF/PAN: SDP group attribute in a PO… Christer Holmberg