Re: [rtcweb] Plan A, respun

Eric Rescorla <ekr@rtfm.com> Tue, 07 May 2013 21:13 UTC

Return-Path: <ekr@rtfm.com>
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 225C721F90AF for <rtcweb@ietfa.amsl.com>; Tue, 7 May 2013 14:13:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -100.425
X-Spam-Level:
X-Spam-Status: No, score=-100.425 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, FH_RELAY_NODNS=1.451, FM_FORGED_GMAIL=0.622, HTML_MESSAGE=0.001, RDNS_NONE=0.1, 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 NTPdJH5ZreEQ for <rtcweb@ietfa.amsl.com>; Tue, 7 May 2013 14:13:28 -0700 (PDT)
Received: from mail-qc0-x22b.google.com (mail-qc0-x22b.google.com [IPv6:2607:f8b0:400d:c01::22b]) by ietfa.amsl.com (Postfix) with ESMTP id ED20921F8EFD for <rtcweb@ietf.org>; Tue, 7 May 2013 14:13:27 -0700 (PDT)
Received: by mail-qc0-f171.google.com with SMTP id k15so579775qcv.2 for <rtcweb@ietf.org>; Tue, 07 May 2013 14:13:27 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:x-originating-ip:in-reply-to:references :from:date:message-id:subject:to:cc:content-type:x-gm-message-state; bh=aUYOYaSExHp3DmMJC0MbYoErXiqJI0z7GcFm0AIrKss=; b=FcaufrEST02KStzCZSbabHypvYQVLg182RR8lY6dugKKqtHOmfwQKQaErHd6behHpv Ip9RVQLyQB48icoibAISaDwed+jwFQSHaYb2XYfggGKhWtMDjNUvOvzKWMSj0NPmAmPI FeFjEqrAe75/XnqLPcL7B7+MwXa07+8mJYgt6NQCdoJjjakTGW8aDJ1fJnfAp394FNO7 Fha1nafVcaXQIXGDsISBJaLxrzi9Z3BakD0FO13DjYJwvrkRQHD86rZEPzhKi1QKCraw vHJwtmufvAeUc4onSM65gblFMrpp/k7TUKuGcGIUzpjzFw5DNsqo/2terbYufB5OZf/0 Dj1g==
X-Received: by 10.229.136.68 with SMTP id q4mr1078628qct.54.1367961207238; Tue, 07 May 2013 14:13:27 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.49.18.231 with HTTP; Tue, 7 May 2013 14:12:47 -0700 (PDT)
X-Originating-IP: [169.228.176.186]
In-Reply-To: <51896D91.9070004@alum.mit.edu>
References: <51894846.3090102@nostrum.com> <518955FE.9000801@alum.mit.edu> <51895D71.3090000@nostrum.com> <51896D91.9070004@alum.mit.edu>
From: Eric Rescorla <ekr@rtfm.com>
Date: Tue, 07 May 2013 14:12:47 -0700
Message-ID: <CABcZeBMZuODJeGfgTgitk7anxjxs659xiavjOwZEhirmjDW=Dg@mail.gmail.com>
To: Paul Kyzivat <pkyzivat@alum.mit.edu>
Content-Type: multipart/alternative; boundary="00248c6a6566d3426304dc274951"
X-Gm-Message-State: ALoCoQkLIiAR8BcQlJ09wqetUsgNB6hggT38cG/h6uec1emLEl99aJAcGwM84VYYxhcFGUwOy+cA
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:13:33 -0000

On Tue, May 7, 2013 at 2:09 PM, Paul Kyzivat <pkyzivat@alum.mit.edu> wrote:
>
> 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).
>

So your thinking is that the offerer would say something like

m=audio
a=demux-token:ABC

m=video
a=demux-token:DEF


And then at that point he would need to be prepared to demux
RTP packets with header extension [demux=ABC], etc.?

-Ekr