Re: [rtcweb] Offer/answer for heterogeneous encode/decode

Martin Thomson <martin.thomson@gmail.com> Sat, 23 November 2013 01:03 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 402A61AE058 for <rtcweb@ietfa.amsl.com>; Fri, 22 Nov 2013 17:03:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2
X-Spam-Level:
X-Spam-Status: No, score=-2 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, SPF_PASS=-0.001] autolearn=ham
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 S-NUFzAc6pVi for <rtcweb@ietfa.amsl.com>; Fri, 22 Nov 2013 17:03:39 -0800 (PST)
Received: from mail-we0-x233.google.com (mail-we0-x233.google.com [IPv6:2a00:1450:400c:c03::233]) by ietfa.amsl.com (Postfix) with ESMTP id B391B1A1F4A for <rtcweb@ietf.org>; Fri, 22 Nov 2013 17:03:38 -0800 (PST)
Received: by mail-we0-f179.google.com with SMTP id q59so1815414wes.24 for <rtcweb@ietf.org>; Fri, 22 Nov 2013 17:03:31 -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=O8uJkL9mug8yjiyh71qVrOWIVLhlJcru+OUpP+E4tjs=; b=wweZTI0fkkwvgcnIORkL/MBn1sTlnDly+4xXn+a2fQ0zIX/4KM6XntGgLUERFsvkew y3A1L5cSIQzWJQyKDSbtYgLgLnrwQ5k8kqFIr2smE1RdvP5ZWNh/1NUVpEiPScncygC7 YN/IXXyo0sCR7ijch6pWas0amNIMZ/xj+x8eVfD5c3Bf2Vd4AnJ9dUBtsCXwPKMcHoUT QVdhE90vIbS0fOzWEQh+I0Kd8Ed9eegUXQ7HKFtUuNrpv/Ix55HtTNgeIh/ztrBoG436 4193fGyXfKZoLUyrIFurY+TxOLZyAxzXn+hJLluz2RxLE/a3ZO6KE8YE2Gqx3RxfxNs5 3jCw==
MIME-Version: 1.0
X-Received: by 10.180.20.102 with SMTP id m6mr4859573wie.22.1385168611095; Fri, 22 Nov 2013 17:03:31 -0800 (PST)
Received: by 10.227.134.195 with HTTP; Fri, 22 Nov 2013 17:03:31 -0800 (PST)
In-Reply-To: <24B2A6DE-958C-445C-BE77-8BD1661DC33D@cisco.com>
References: <CAOJ7v-2NSo7_KgARkYMDO6bca7msARL83d9gN3570F6sHoCJ9g@mail.gmail.com> <59A91D84-3D29-47C4-8688-CB60844B15D3@cisco.com> <CABkgnnVu8p9nTaWhQYy8GdXkpa6_GGvZwbv8i=kistG5SnskXg@mail.gmail.com> <24B2A6DE-958C-445C-BE77-8BD1661DC33D@cisco.com>
Date: Fri, 22 Nov 2013 17:03:31 -0800
Message-ID: <CABkgnnWHcPFm9JGGetQ-OUe0apHmEwyDiu_7xfJGp6L17UicaA@mail.gmail.com>
From: Martin Thomson <martin.thomson@gmail.com>
To: "Paul Giralt (pgiralt)" <pgiralt@cisco.com>
Content-Type: text/plain; charset="UTF-8"
Cc: "rtcweb@ietf.org" <rtcweb@ietf.org>
Subject: Re: [rtcweb] Offer/answer for heterogeneous encode/decode
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: Sat, 23 Nov 2013 01:03:40 -0000

On 22 November 2013 16:20, Paul Giralt (pgiralt) <pgiralt@cisco.com> wrote:
> I gave this as an example of a possible way to do it, but that means you need two separate m= lines - one for send and one for receive. Seems strange to do this for something that you really want to be a single bi-directional stream

The bidirectional thing in O/A is the strange way to do things.  Two
lines is pretty intuitive.