Re: [rtcweb] Media forking solution for SIP interoperability (without a media gateway)

Harald Alvestrand <harald@alvestrand.no> Mon, 31 October 2011 01:08 UTC

Return-Path: <harald@alvestrand.no>
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 D479A1F0C54 for <rtcweb@ietfa.amsl.com>; Sun, 30 Oct 2011 18:08:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -110.561
X-Spam-Level:
X-Spam-Status: No, score=-110.561 tagged_above=-999 required=5 tests=[AWL=0.038, BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8, 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 i4V6yZo2trkO for <rtcweb@ietfa.amsl.com>; Sun, 30 Oct 2011 18:08:36 -0700 (PDT)
Received: from eikenes.alvestrand.no (eikenes.alvestrand.no [158.38.152.233]) by ietfa.amsl.com (Postfix) with ESMTP id 33EB31F0C3E for <rtcweb@ietf.org>; Sun, 30 Oct 2011 18:08:36 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by eikenes.alvestrand.no (Postfix) with ESMTP id 43FC639E088; Mon, 31 Oct 2011 02:08:34 +0100 (CET)
X-Virus-Scanned: Debian amavisd-new at eikenes.alvestrand.no
Received: from eikenes.alvestrand.no ([127.0.0.1]) by localhost (eikenes.alvestrand.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2e2bXAC0+AOW; Mon, 31 Oct 2011 02:08:33 +0100 (CET)
Received: from [192.168.6.21] (unknown [24.104.44.194]) by eikenes.alvestrand.no (Postfix) with ESMTPS id 2969239E038; Mon, 31 Oct 2011 02:08:32 +0100 (CET)
Message-ID: <4EADF511.2040403@alvestrand.no>
Date: Sun, 30 Oct 2011 18:08:33 -0700
From: Harald Alvestrand <harald@alvestrand.no>
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110921 Thunderbird/3.1.15
MIME-Version: 1.0
To: Cullen Jennings <fluffy@cisco.com>
References: <CALiegfkikmpi55ePUo=AQCQvorv4_6v2ByTCdL=V_=umcCEpUA@mail.gmail.com> <7F2072F1E0DE894DA4B517B93C6A05852235717390@ESESSCMS0356.eemea.ericsson.se> <3BBCA56E-CA6E-4585-8EBB-ED6EDFED789F@cisco.com>
In-Reply-To: <3BBCA56E-CA6E-4585-8EBB-ED6EDFED789F@cisco.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Cc: "rtcweb@ietf.org" <rtcweb@ietf.org>
Subject: Re: [rtcweb] Media forking solution for SIP interoperability (without a media gateway)
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: Mon, 31 Oct 2011 01:08:36 -0000

On 10/30/2011 11:41 AM, Cullen Jennings wrote:
> On Oct 30, 2011, at 9:58 , Christer Holmberg wrote:
>
>> In my opinion a better solution is to create a new PeerConnection for every new early dialog, which uses the *same* address/candidate parameters as the "parent" PeerConnection.
> Hmm we should talk about this - I have a hard time seeing how that is going to work. I was working on the assumption that  PeerConnection could deal with more than one offer/answer pair at a time. Given the current WebRTC API and something like ROAP - it seems like that should just work.
I think having a single PeerConnection object send media to multiple 
peers at the same time breaks the model we've been working from.

It may be reasonable to give a PeerConnection the ability to switch from 
one remote peer to another remote peer (to support 180-like things), but 
I don't think it's reasonable to have it connected to multiple remote peers.

So if we support real forking, we'll have to create multiple 
PeerConnections to do that.