Re: [rtcweb] Plan A, respun

Paul Kyzivat <pkyzivat@alum.mit.edu> Tue, 07 May 2013 21:09 UTC

Return-Path: <pkyzivat@alum.mit.edu>
X-Original-To: rtcweb@ietfa.amsl.com
Delivered-To: rtcweb@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 335AF21F9254 for <rtcweb@ietfa.amsl.com>; Tue, 7 May 2013 14:09:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.123
X-Spam-Level:
X-Spam-Status: No, score=0.123 tagged_above=-999 required=5 tests=[AWL=-0.040, BAYES_00=-2.599, FH_RELAY_NODNS=1.451, HELO_MISMATCH_NET=0.611, J_CHICKENPOX_14=0.6, RDNS_NONE=0.1]
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 ZE7muojvIL6z for <rtcweb@ietfa.amsl.com>; Tue, 7 May 2013 14:09:39 -0700 (PDT)
Received: from qmta10.westchester.pa.mail.comcast.net (qmta10.westchester.pa.mail.comcast.net [IPv6:2001:558:fe14:43:76:96:62:17]) by ietfa.amsl.com (Postfix) with ESMTP id 36BCB21F8AD5 for <rtcweb@ietf.org>; Tue, 7 May 2013 14:09:39 -0700 (PDT)
Received: from omta22.westchester.pa.mail.comcast.net ([76.96.62.73]) by qmta10.westchester.pa.mail.comcast.net with comcast id Z8op1l0031ap0As5A99eva; Tue, 07 May 2013 21:09:38 +0000
Received: from Paul-Kyzivats-MacBook-Pro.local ([50.138.229.164]) by omta22.westchester.pa.mail.comcast.net with comcast id Z99e1l00W3ZTu2S3i99eRo; Tue, 07 May 2013 21:09:38 +0000
Message-ID: <51896D91.9070004@alum.mit.edu>
Date: Tue, 07 May 2013 17:09:37 -0400
From: Paul Kyzivat <pkyzivat@alum.mit.edu>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130328 Thunderbird/17.0.5
MIME-Version: 1.0
To: Adam Roach <adam@nostrum.com>
References: <51894846.3090102@nostrum.com> <518955FE.9000801@alum.mit.edu> <51895D71.3090000@nostrum.com>
In-Reply-To: <51895D71.3090000@nostrum.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20121106; t=1367960978; bh=XyzlJzWGCz/dBJ7xx5iD2QsHUAByTq7O5znWlE4Ceig=; h=Received:Received:Message-ID:Date:From:MIME-Version:To:Subject: Content-Type; b=fQgw5/pHrAdPqDDFoh2ulVA04zBREeSP3b/6UPG5I1FamcX09Zs8BuEZG/V4nsnm2 4AS/32vEoRyrvX8Lr+Jtoe3UHX8cYE5/JwuYNHx1r9TIquH3D2qOfv5QBuqzo3MP+o 5V9w0P2EmQmQfuhGwF1SZCAVUpKMTXAIvT2o7S+k9IE9BkZnu+aJxL7afWprzq69Yc LnKKSRGeRiKZopTH8UMlHkUgdU/Zx0TLJRFxvYxjcD1wQ1tTlX86H6dgKXPlwHBFuP KOtfPJSWSUTWzLDHLf4/fYrZ/EHIqFlSqDU6CQ5LyL+mqq3ge5B4C9fLFNuD7IVsJB 88q8eX343rgvg==
Cc: rtcweb@ietf.org
Subject: Re: [rtcweb] Plan A, respun
X-BeenThere: rtcweb@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Real-Time Communication in WEB-browsers working group list <rtcweb.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/rtcweb>, <mailto:rtcweb-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/rtcweb>
List-Post: <mailto:rtcweb@ietf.org>
List-Help: <mailto:rtcweb-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rtcweb>, <mailto:rtcweb-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 07 May 2013 21:09:45 -0000

On 5/7/13 4:00 PM, Adam Roach wrote:
> On 5/7/13 14:29, Paul Kyzivat wrote:
>> If I bundle an m-line without a=ssrc, and with unique PTs, do you
>> consider it ok if there are multiple "anonymous" flows each complying
>> to the attributes of the m-line?
>
> I presume, by "multiple anonymous flows," you mean multiple series of
> packets with the same PT, but with different SSRC values.
>
>> Or do you assume that all packets with that PT are treated as one
>> flow, switching from one SSRC to another as they are received?
>
> In the example you gave, all of those packets are defined to be
> associated with the same media line. Looking at basic principles, the
> intention here is that the semantics would be identical to non-webrtc,
> non-bundle clients receiving multiple SSRCs on the same port.
> Admittedly, those semantics have never been crystal clear, but my
> experience is that most systems would use this approach to send multiple
> streams that are semantically the same "thing" and should be rendered as
> one "thing" (e.g., window, speaker, etc).
>
> Specifically, we are *not* trying to allow the situation in which (1)
> the SDP has no SSRC for the m-lines in a bundle group; (2) the party who
> generated the SDP receives multiple streams (distinguished, presumably,
> by SSRC) with the same PT, and (3) the recipient then deduces that there
> should be two different rendering outputs (e.g., windows) as a result.
> That is specifically and intentionally one of the behaviors we removed
> from the Orlando proposal, since it severely dilutes the value of
> preserving existing SDP semantics.
>
> Does that answer the question you're answering?

Yes, that exactly answers the question I was asking.

It fits a clue case, of a "dynamic switched capture", where a single 
logical flow (capture) may be conveyed via unknown SSRCs.

But it doesn't cope well with a case where there a several of those, 
because each will require distinct PTs, and that may not work.

To adequately cover that, I think we need the potential to signal a 
*different* demux algorithm, instead of PT or SSRC. (We are assuming a 
new RTP header extension).

Bottom line, instead of saying the demux is by ssrc if present, and 
otherwise by PT, I suggest that we explicitly signal the demux 
mechanism, with options being at least those, plus another one once we 
get it defined.

Otherwise I think what you are proposing can work for CLUE.

	Thanks,
	Paul