Re: [rtcweb] Proposed text - remote recording use case

Hadriel Kaplan <HKaplan@acmepacket.com> Tue, 13 September 2011 14:35 UTC

Return-Path: <HKaplan@acmepacket.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 450AD21F8B0F for <rtcweb@ietfa.amsl.com>; Tue, 13 Sep 2011 07:35:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.506
X-Spam-Level:
X-Spam-Status: No, score=-2.506 tagged_above=-999 required=5 tests=[AWL=0.093, BAYES_00=-2.599]
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 Ry2d-wuf40nw for <rtcweb@ietfa.amsl.com>; Tue, 13 Sep 2011 07:35:53 -0700 (PDT)
Received: from etmail.acmepacket.com (etmail.acmepacket.com [216.41.24.6]) by ietfa.amsl.com (Postfix) with ESMTP id 9959421F8B0C for <rtcweb@ietf.org>; Tue, 13 Sep 2011 07:35:53 -0700 (PDT)
Received: from MAIL2.acmepacket.com (10.0.0.22) by etmail.acmepacket.com (216.41.24.6) with Microsoft SMTP Server (TLS) id 8.2.254.0; Tue, 13 Sep 2011 10:37:58 -0400
Received: from MAIL1.acmepacket.com ([169.254.1.150]) by Mail2.acmepacket.com ([169.254.2.157]) with mapi id 14.01.0270.001; Tue, 13 Sep 2011 10:37:58 -0400
From: Hadriel Kaplan <HKaplan@acmepacket.com>
To: Ravindran Parthasarathi <pravindran@sonusnet.com>
Thread-Topic: [rtcweb] Proposed text - remote recording use case
Thread-Index: AQHMciK7XwUojQUk70aUevXP868dwg==
Date: Tue, 13 Sep 2011 14:37:58 +0000
Message-ID: <8357A942-21EA-4209-82DB-ADFCEB5F32EF@acmepacket.com>
References: <A444A0F8084434499206E78C106220CA0B04921B16@MCHP058A.global-ad.net> <2E239D6FCD033C4BAF15F386A979BF510F09ED@sonusinmail02.sonusnet.com>
In-Reply-To: <2E239D6FCD033C4BAF15F386A979BF510F09ED@sonusinmail02.sonusnet.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [216.41.24.34]
Content-Type: text/plain; charset="us-ascii"
Content-ID: <4BDCDEB88FA3B5468BD2405D63AC4071@acmepacket.com>
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Brightmail-Tracker: AAAAAQAAAWE=
Cc: "<rtcweb@ietf.org>" <rtcweb@ietf.org>
Subject: Re: [rtcweb] Proposed text - remote recording use case
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, 13 Sep 2011 14:35:54 -0000

inline...

On Sep 11, 2011, at 4:29 PM, Ravindran Parthasarathi wrote:

> New requirements:
> Fyy1: The browser MUST be able to send in real-time to an another
> browser/session recording server(SRS) that are being transmitted to and
> received from remote browser.

That doesn't make sense in English - *what* needs to be sent in real-time?  Removing the word "media" broke the meaning.  Also, the media it needs to replicate/fork may not be to/from another "remote browser" - it could be to/from a remote gateway, SIP UA, whatever.  Really what you want to say is to/from a "remote peer".
Same issues/comments go for the next requirement.

> 
> Ayy1: The web application MUST be able to ask the browser to transmit in
> real-time to another browser/session recording server(SRS) that are
> being transmitted to and received from remote browser.

Same as above.

> As I asked in the meeting (but couldn't discuss due to time constraint),
> it is possible for browser to do the signaling directly to the SRS
> without going through original webserver. The signaling towards
> recording is not required to be SIP but it shall be websocket (let
> discuss separately). Here, the advantageous in this model is that the
> recording signaling hop is reduced to 1 hop (browser to SRS)  from 2
> hops (browser to webserver, webserver to SRS).
> 

Actually, I don't think it is possible for the rtcweb browser to properly do SIPREC, even if it had a SIP stack to do it with.  The reason is the browser doesn't know the full call metadata.  The browser doesn't know the calling/called party info, for example.  Even the javascript itself may not know it, depending on how the application provider does their logic.  They could decide to have some state/logic be handled by the web server, rather than all in the javascript.  For example the javascript may just display a list of friends using aliases or icons, and the web server may be the only one who knows what the friend's AoR/URI actually is for that alias.  

-hadriel