Re: [rtcweb] draft-ibc-rtcweb-sip-vs-websocket

Tim Panton <tim@phonefromhere.com> Thu, 15 September 2011 09:46 UTC

Return-Path: <tim@phonefromhere.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 23B3121F849D for <rtcweb@ietfa.amsl.com>; Thu, 15 Sep 2011 02:46:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.572
X-Spam-Level:
X-Spam-Status: No, score=-2.572 tagged_above=-999 required=5 tests=[AWL=0.027, 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 R-oZbR8IV10p for <rtcweb@ietfa.amsl.com>; Thu, 15 Sep 2011 02:46:29 -0700 (PDT)
Received: from zimbra.westhawk.co.uk (zimbra.westhawk.co.uk [192.67.4.167]) by ietfa.amsl.com (Postfix) with ESMTP id 6835421F8497 for <rtcweb@ietf.org>; Thu, 15 Sep 2011 02:46:29 -0700 (PDT)
Received: from [192.168.0.14] (unknown [93.89.81.113]) by zimbra.westhawk.co.uk (Postfix) with ESMTP id EC09437A902; Thu, 15 Sep 2011 11:01:29 +0100 (BST)
Mime-Version: 1.0 (Apple Message framework v1084)
Content-Type: text/plain; charset="us-ascii"
From: Tim Panton <tim@phonefromhere.com>
In-Reply-To: <2E239D6FCD033C4BAF15F386A979BF510F0B8A@sonusinmail02.sonusnet.com>
Date: Thu, 15 Sep 2011 10:48:33 +0100
Content-Transfer-Encoding: quoted-printable
Message-Id: <4E4270DE-5CC3-4089-874A-FDFFB12156E7@phonefromhere.com>
References: <CALiegfk6BhtzErXOQM8iSV7FC6isYUwOS1KPYCw_M1vEcNP6eQ@mail.gmail.com><2E239D6FCD033C4BAF15F386A979BF510F0B37@sonusinmail02.sonusnet.com><E44893DD4E290745BB608EB23FDDB7620AEC41@008-AM1MPN1-043.mgdnok.nokia.com><BLU152-W91B8D02E434D6209F379393050@phx.gbl><2E239D6FCD033C4BAF15F386A979BF510F0B39@sonusinmail02.sonusnet.com> <CALiegf=K+PbGz9eEgKzKjHFCc2n=26JKZQnMzmnCRhvoWz046A@mail.gmail.com> <2E239D6FCD033C4BAF15F386A979BF510F0B8A@sonusinmail02.sonusnet.com>
To: Ravindran Parthasarathi <pravindran@sonusnet.com>
X-Mailer: Apple Mail (2.1084)
Cc: rtcweb@ietf.org
Subject: Re: [rtcweb] draft-ibc-rtcweb-sip-vs-websocket
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: Thu, 15 Sep 2011 09:46:30 -0000

It is worth pointing out that even with a signalling  protocol agnostic webRTC you 
wouldn't _have_ to implement your signalling protocol in javascript.

Browsers support other plugin languages - specifically it would be possible to implement
a classic full UDP SIP stack as a java applet and delegate the media handling to the webRTC layer.

Chrome is moving towards support for native plugins, but it isn't clear that they
would be suitable for this use.

Tim. (speaking for himself)


On 14 Sep 2011, at 11:03, Ravindran Parthasarathi wrote:

> Hi Inaki,
> 
> <snip> 
> 
> The fact that there are other alternatives for signaling in the web does not mean that using SIP is invalid.
> If I want to build a SIP phone in a web, why should I use libjingle rather than SIP protocol? Why should I code a complex server behaving as a gateway between Jingle and SIP protocols?
> 
> Any protocol conversion (i.e. from Jingle to SIP) means loss of features. Our draft proposes the contrary: no protocol conversion (just SIP), and just transport protocol conversion (as already exists in SIP when bridging UDP/TCP/TLS-TCP/SCTP...).
> </snip> 
> 
> I agree with your problem statement. I have raised the same concern in http://www.ietf.org/mail-archive/web/rtcweb/current/msg00845.html. IMO, your solution is a workaround and we will end-up with your solution in case signaling protocol is not standardized as part of RTCWeb.
> 
> Thanks
> Partha
> 
> _______________________________________________
> rtcweb mailing list
> rtcweb@ietf.org
> https://www.ietf.org/mailman/listinfo/rtcweb