Re: [rtcweb] Rejecting MediaStreamTracks in JSEP

Martin Thomson <martin.thomson@gmail.com> Mon, 03 February 2014 20:06 UTC

Return-Path: <martin.thomson@gmail.com>
X-Original-To: rtcweb@ietfa.amsl.com
Delivered-To: rtcweb@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 318D11A022D for <rtcweb@ietfa.amsl.com>; Mon, 3 Feb 2014 12:06:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.4
X-Spam-Level:
X-Spam-Status: No, score=-1.4 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, J_CHICKENPOX_15=0.6, SPF_PASS=-0.001] autolearn=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yoMx8dcDX6Gq for <rtcweb@ietfa.amsl.com>; Mon, 3 Feb 2014 12:06:34 -0800 (PST)
Received: from mail-we0-x22f.google.com (mail-we0-x22f.google.com [IPv6:2a00:1450:400c:c03::22f]) by ietfa.amsl.com (Postfix) with ESMTP id 22D991A0223 for <rtcweb@ietf.org>; Mon, 3 Feb 2014 12:06:33 -0800 (PST)
Received: by mail-we0-f175.google.com with SMTP id q59so2979971wes.20 for <rtcweb@ietf.org>; Mon, 03 Feb 2014 12:06:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=pK/mlwUszZmRbRVvNDwfs5mYTDAY4wG63PlY0cqtDcU=; b=CNbQL3N15H32ggbaq7PehB462cDKtiSniWjaO3fbgCFqTZrQ37uRwL/HfkfdcIVq7K KX9oWYNyln77OT24Vz9hd+yPHElZ6wQnlFQ+d3n751/6NxL7heT/FLzJtB3s1T789N0x yTTPAtLtKeRJKMKGkUokioge1THoIgJ6XGoolp/pHXZuaCGZOF8CFX/rCLsgXGTEr0dk 626ROIEClE60g4bcP+22fIb9s1zk51lhPgW/ARffmTMHjTFkGhjZ65FhJVXeQAza+ko0 jSwrPg/a7HPsdlNIBkX8JG+yjmwPFBf6bSCGgGDztx9ZLWfGEymlg+oGkpRWYYysw40i brBA==
MIME-Version: 1.0
X-Received: by 10.180.74.200 with SMTP id w8mr9853377wiv.58.1391457993628; Mon, 03 Feb 2014 12:06:33 -0800 (PST)
Received: by 10.227.10.196 with HTTP; Mon, 3 Feb 2014 12:06:33 -0800 (PST)
In-Reply-To: <CAOJ7v-22T7hLMdC2je0nLk34MXQ8L+JFWLtAz--6Ryt+DMaMvQ@mail.gmail.com>
References: <CAOJ7v-22T7hLMdC2je0nLk34MXQ8L+JFWLtAz--6Ryt+DMaMvQ@mail.gmail.com>
Date: Mon, 03 Feb 2014 12:06:33 -0800
Message-ID: <CABkgnnWjk1LK-RH2i_=krKcFQ9bHrcpd=Yg=9Z-jZGTKP7dYRw@mail.gmail.com>
From: Martin Thomson <martin.thomson@gmail.com>
To: Justin Uberti <juberti@google.com>
Content-Type: text/plain; charset="UTF-8"
Cc: Cullen Jennings <fluffy@cisco.com>, "rtcweb@ietf.org" <rtcweb@ietf.org>
Subject: Re: [rtcweb] Rejecting MediaStreamTracks in JSEP
X-BeenThere: rtcweb@ietf.org
X-Mailman-Version: 2.1.15
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: Mon, 03 Feb 2014 20:06:35 -0000

On 3 February 2014 11:27, Justin Uberti <juberti@google.com> wrote:
> 2a) Normal answer: B adds its own track MSTB, generates answer:
> m=audio Y
> a=msid:MSTB
> a=recv-appId:1

Potential problems:

recv-appId looks like something that applies to what B is receiving
reject looks a little like does not support recv-appid as well

I think that the merging appid/msid is worth considering.  I think
that gets around these minor issues.