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 B99031AC3BB
 for <rtcweb@ietfa.amsl.com>; Mon, 10 Nov 2014 19:09:08 -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_18=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 Bpx7Rc6MhM44 for <rtcweb@ietfa.amsl.com>;
 Mon, 10 Nov 2014 19:09:07 -0800 (PST)
Received: from mail-lb0-x232.google.com (mail-lb0-x232.google.com
 [IPv6:2a00:1450:4010:c04::232])
 (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
 (No client certificate requested)
 by ietfa.amsl.com (Postfix) with ESMTPS id A89231ACD7E
 for <rtcweb@ietf.org>; Mon, 10 Nov 2014 19:09:07 -0800 (PST)
Received: by mail-lb0-f178.google.com with SMTP id f15so7766181lbj.9
 for <rtcweb@ietf.org>; Mon, 10 Nov 2014 19:09:06 -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=n3ujljW5Fd1if3UAR/+1NDpCSD7friCThREfbgrg7oE=;
 b=PrqOMDi8hHRSCfp+YUf6BGV8wdNHOkskOePekM1IO0gjSbpPtPKwFbXe94TzHpalb0
 rsa71MePqFrYmjZPFpVu+/0GNmbR6JyMPF8lFUDWDC16GhFDLBeauesLuUZYZ0ZJIDGq
 UaGVlxTPG8XBLJS1uzBczF7nd6qsO5hQoJMzFyPRmY8rxXKc9g9BtY0Ip46rPX6mlgIQ
 9F5A9xd1Qmnn9P9e5KOrbqhzkq9vZWbnPayyjv5brzR2/OWj3Xc1FAo34WCQ8T4zwZWu
 qr5JQa9Cu8JKvH/nOW9LHNO0R9UqRFsO73yTlqs7EXjBdesygzmQvNUjTnbdZkSIsyU4
 1wGw==
MIME-Version: 1.0
X-Received: by 10.152.18.166 with SMTP id x6mr33017786lad.18.1415675346023;
 Mon, 10 Nov 2014 19:09:06 -0800 (PST)
Received: by 10.25.215.33 with HTTP; Mon, 10 Nov 2014 19:09:05 -0800 (PST)
In-Reply-To: <CAOJ7v-3b9DGCeq6Zx-sAOYD65CKmf2Mw+HV+3T+PgKcf=_V5VA@mail.gmail.com>
References: <CAMRcRGQH9eNfXdnWxwY-r5S3Kt7dX9MuY74eVc7pihwYXYB9gQ@mail.gmail.com>
 <CAOJ7v-3b9DGCeq6Zx-sAOYD65CKmf2Mw+HV+3T+PgKcf=_V5VA@mail.gmail.com>
Date: Mon, 10 Nov 2014 19:09:05 -0800
Message-ID: <CABkgnnUP30iQjjOD6aZ0cdntM2YLxReUgQHxv+ko3TtwG-q0Ug@mail.gmail.com>
From: Martin Thomson <martin.thomson@gmail.com>
To: Justin Uberti <juberti@google.com>
Content-Type: text/plain; charset=UTF-8
Archived-At: http://mailarchive.ietf.org/arch/msg/rtcweb/p1Do-XYvEeBVFy78mB6b5TMNdIY
Cc: "rtcweb@ietf.org" <rtcweb@ietf.org>
Subject: Re: [rtcweb] Death of a one-way stream (#76)
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: Tue, 11 Nov 2014 03:09:08 -0000

On 10 November 2014 18:52, Justin Uberti <juberti@google.com> wrote:
> A and B are exchanging media.
> B stops A's stream, i.e., it no longer wants to receive media from A.
> However, B still wants to send media to A.
> So if B changes the m= line to a=inactive, B's stream stops as well.


Yep, and then there is the case where B disposes of their stream and
can't resurrect it.  A doesn't know that this is a terminal state for
that media section.

