Re: [ppsp] FWI - raw UDP socket access in browsers

Victor Grishchenko <victor.grishchenko@gmail.com> Fri, 07 March 2014 14:55 UTC

Return-Path: <victor.grishchenko@gmail.com>
X-Original-To: ppsp@ietfa.amsl.com
Delivered-To: ppsp@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 86DED1A0256 for <ppsp@ietfa.amsl.com>; Fri, 7 Mar 2014 06:55:25 -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 1xURKLMuPcnO for <ppsp@ietfa.amsl.com>; Fri, 7 Mar 2014 06:55:23 -0800 (PST)
Received: from mail-wg0-x229.google.com (mail-wg0-x229.google.com [IPv6:2a00:1450:400c:c00::229]) by ietfa.amsl.com (Postfix) with ESMTP id 5A94E1A0118 for <ppsp@ietf.org>; Fri, 7 Mar 2014 06:55:23 -0800 (PST)
Received: by mail-wg0-f41.google.com with SMTP id n12so5167387wgh.24 for <ppsp@ietf.org>; Fri, 07 Mar 2014 06:55:18 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Qmxa7dvH+0/krgO7AVNJncYSZ2fkq9UgFI5h7i83/IU=; b=S7pjG6gXJp5kdUquQKkMV/dBiqINFk/QEWffffHvYyn6BUZ3RMBmcu53ZHuo9Z8iG8 9sRkgjiq9llXioa1YBQIm/NUs1UXp64ZtzLC5Gw6XeWZVs50Krsp+rNGurXNkCf5ny8w AW3l2gawFk1hY4kznb/la004SBCPTrH7mcUyi1OGvIa8nzJSUiWcKh5VednOaRaEuIha lkUZCr0YDH9UP5OMarDJq4Pu1y5tiFUypObglR9qNSIY2cCMP1eBpUfy8aLahEdVXyP3 wQPKK/FsUtVfxBvoMvNWb0nwkdKCjdSMMf79AGr0H7UXn/hs2ju9Hkin7lKod/veo4zD gCFA==
X-Received: by 10.194.6.106 with SMTP id z10mr19640454wjz.1.1394204118659; Fri, 07 Mar 2014 06:55:18 -0800 (PST)
MIME-Version: 1.0
Received: by 10.194.152.74 with HTTP; Fri, 7 Mar 2014 06:54:38 -0800 (PST)
In-Reply-To: <CAJYQ-fRK04u88g19EAG9TOSQFWN=tzCLxTacSbsiHzii+YWoSg@mail.gmail.com>
References: <etPan.53170ae3.327b23c6.13b40@akai.jsonified.com> <CAJYQ-fRK04u88g19EAG9TOSQFWN=tzCLxTacSbsiHzii+YWoSg@mail.gmail.com>
From: Victor Grishchenko <victor.grishchenko@gmail.com>
Date: Fri, 07 Mar 2014 18:54:38 +0400
Message-ID: <CAPTHFXzS_xtrG0QmgS_+ARhQj5Kdrh4coKQkho18pMhei4WYKw@mail.gmail.com>
To: Johan Pouwelse <peer2peer@gmail.com>
Content-Type: text/plain; charset="ISO-8859-1"
Archived-At: http://mailarchive.ietf.org/arch/msg/ppsp/2g7-g31K27hZV7Bc4zyLCrkZKVM
Cc: "ppsp@ietf.org" <ppsp@ietf.org>
Subject: Re: [ppsp] FWI - raw UDP socket access in browsers
X-BeenThere: ppsp@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: discussing to draw up peer to peer streaming protocol <ppsp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ppsp>, <mailto:ppsp-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ppsp/>
List-Post: <mailto:ppsp@ietf.org>
List-Help: <mailto:ppsp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ppsp>, <mailto:ppsp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 07 Mar 2014 14:55:25 -0000

Actually, given WebRTC in the browser, UDP is not needed that much.
PPSP can be run over WebRTC, just use larger bins (64KB or so). Except
for LEDBAT, maybe.
But you'll have to keep the tab open to seed, that's uncool.

On 7 March 2014 18:44, Johan Pouwelse <peer2peer@gmail.com> wrote:
> Hi All,
> A plug-in is required for Chrome.
>
> Only "Chrome Apps" have access to the UDP API it seems:
> http://developer.chrome.com/apps/app_network
> For Firefox, is this also "plug-in only"?
>   -j
>
> On 5 March 2014 12:30, Dave Cottlehuber <dch@skunkwerks.at> wrote:
>> Hey folks,
>>
>> I have been following these tickets/features with interest for a while;
>>
>> firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=952927
>> chrome: http://developer.chrome.com/apps/sockets_udp
>>
>> also, http://thenextweb.com/google/2013/06/27/google-adds-its-udp-replacement-quic-network-protocol-to-latest-chrome-build/ is intriguing. Keep an eye on it in https://groups.google.com/a/chromium.org/forum/#!forum/proto-quic
>>
>> A+
>> --
>> Dave Cottlehuber
>> Sent from my PDP11
>>
>> _______________________________________________
>> ppsp mailing list
>> ppsp@ietf.org
>> https://www.ietf.org/mailman/listinfo/ppsp
>
> _______________________________________________
> ppsp mailing list
> ppsp@ietf.org
> https://www.ietf.org/mailman/listinfo/ppsp



-- 
Victor