Re: [rtcweb] Data transfer

Magnus Westerlund <magnus.westerlund@ericsson.com> Fri, 16 September 2011 14:07 UTC

Return-Path: <magnus.westerlund@ericsson.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 69F0521F8C29 for <rtcweb@ietfa.amsl.com>; Fri, 16 Sep 2011 07:07:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -106.354
X-Spam-Level:
X-Spam-Status: No, score=-106.354 tagged_above=-999 required=5 tests=[AWL=-0.055, BAYES_00=-2.599, MIME_8BIT_HEADER=0.3, RCVD_IN_DNSWL_MED=-4, 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 uc1PweBOHRZO for <rtcweb@ietfa.amsl.com>; Fri, 16 Sep 2011 07:07:36 -0700 (PDT)
Received: from mailgw10.se.ericsson.net (mailgw10.se.ericsson.net [193.180.251.61]) by ietfa.amsl.com (Postfix) with ESMTP id 5459621F8C0C for <rtcweb@ietf.org>; Fri, 16 Sep 2011 07:07:36 -0700 (PDT)
X-AuditID: c1b4fb3d-b7c47ae000000b17-0b-4e7358ad3045
Received: from esessmw0237.eemea.ericsson.se (Unknown_Domain [153.88.253.125]) by mailgw10.se.ericsson.net (Symantec Mail Security) with SMTP id E1.C5.02839.DA8537E4; Fri, 16 Sep 2011 16:09:50 +0200 (CEST)
Received: from [127.0.0.1] (153.88.115.8) by esessmw0237.eemea.ericsson.se (153.88.115.91) with Microsoft SMTP Server id 8.3.137.0; Fri, 16 Sep 2011 16:09:49 +0200
Message-ID: <4E7358AC.8030509@ericsson.com>
Date: Fri, 16 Sep 2011 16:09:48 +0200
From: Magnus Westerlund <magnus.westerlund@ericsson.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2
MIME-Version: 1.0
To: Iñaki Baz Castillo <ibc@aliax.net>
References: <1C8B5EFA-2205-4B67-A800-4961FD6B116C@edvina.net> <CALiegfnOx9VeW6vmoHHV2Aopo1ECK7Ud51Lo0o0pAVBi=6LRjQ@mail.gmail.com>
In-Reply-To: <CALiegfnOx9VeW6vmoHHV2Aopo1ECK7Ud51Lo0o0pAVBi=6LRjQ@mail.gmail.com>
X-Enigmail-Version: 1.3.1
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 8bit
X-Brightmail-Tracker: AAAAAA==
Cc: "rtcweb@ietf.org" <rtcweb@ietf.org>
Subject: Re: [rtcweb] Data transfer
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: Fri, 16 Sep 2011 14:07:37 -0000

On 2011-09-16 16:01, Iñaki Baz Castillo wrote:
> 2011/9/16 Olle E. Johansson <oej@edvina.net>:
>> "The goal is to enable innovation on
>>
>>   top of a set of basic components.  One core component is to enable
>>   real-time media like audio and video, a second is to enable data
>>   transfer directly between clients."
>>
>> Most of the discussions on the list has been about the media. What are the
>> ideas for data transfer? Applications?
> 
> Hi. Just my opinion:
> 
> Having WebSocket protocol I don't see the need for a separate/specific
> data transfer protocol within WebRTC. WebSocket already allows
> bidirectional traffic for carrying long text or binary data (I means
> even GigaBytes of data).
> 
> Also, HTML5 offers some cool features for "downloading" data received
> by the JavaScript code. See a demo:
> 
>   http://html5-demos.appspot.com/static/a.download.html
> 

The argument for having a peer to peer unreliable datagram channel has
been two:

1) Minimal delay by direct peer-to-peer connection instead of going
through a central server. This as you can't normally establish a
websocket connection to a browser behind a NAT/FW.

2) Scalability by not requiring a server or having to handle the data
flows at all on the server side.

As an individual I think these arguments are good, and assuming we can
find a reasonable solution that fulfills the requirements we should
specify it.

Cheers

Magnus Westerlund

----------------------------------------------------------------------
Multimedia Technologies, Ericsson Research EAB/TVM
----------------------------------------------------------------------
Ericsson AB                | Phone  +46 10 7148287
Färögatan 6                | Mobile +46 73 0949079
SE-164 80 Stockholm, Sweden| mailto: magnus.westerlund@ericsson.com
----------------------------------------------------------------------