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

David Jonsson <davidjonssonsweden@gmail.com> Fri, 07 March 2014 16:39 UTC

Return-Path: <davidjonssonsweden@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 836FD1A01E7 for <ppsp@ietfa.amsl.com>; Fri, 7 Mar 2014 08:39:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.999
X-Spam-Level:
X-Spam-Status: No, score=-1.999 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, HTML_MESSAGE=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 496x2yAjngWg for <ppsp@ietfa.amsl.com>; Fri, 7 Mar 2014 08:39:10 -0800 (PST)
Received: from mail-ve0-x22d.google.com (mail-ve0-x22d.google.com [IPv6:2607:f8b0:400c:c01::22d]) by ietfa.amsl.com (Postfix) with ESMTP id D34D31A02B4 for <ppsp@ietf.org>; Fri, 7 Mar 2014 08:39:09 -0800 (PST)
Received: by mail-ve0-f173.google.com with SMTP id oy12so4341725veb.4 for <ppsp@ietf.org>; Fri, 07 Mar 2014 08:39:04 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=UHbQEjwpSG6SQTX7hfxPpjep01+GxdZt4Tlgpea66H0=; b=XI81sIoCuzn/Jory6bIAD1bjtPG0/YrUL8O2lP2UBgGcVg5vbzEsWIJccqjvwi/Sde vBk/XyBq0anMpY6paQjp33G5CxhZKl7Xg44A9uoEenWSObeqREH4uKEEoMufhllwQUmi FBa/1fYj3P9trL8BBUnnDRGct3nyoToQILQb6Iz64s91hqpNawf0vgkIZbR1Qn/PTGrE YQcCuEz92kc324YAsNw9K3ptlkkvHq205+TrNgHywQIjfmwc4WxGUzMlM0rqhn/cpVzL 92PeHJa4Y0ZVkfKc0W8wxHZZgNhPKY0xQ6iPn7i2pAxX4XdfEutMl78aiBTRUKAlGrmu 7mEg==
MIME-Version: 1.0
X-Received: by 10.52.250.236 with SMTP id zf12mr12696538vdc.9.1394210344783; Fri, 07 Mar 2014 08:39:04 -0800 (PST)
Received: by 10.220.154.75 with HTTP; Fri, 7 Mar 2014 08:39:04 -0800 (PST)
Received: by 10.220.154.75 with HTTP; Fri, 7 Mar 2014 08:39:04 -0800 (PST)
In-Reply-To: <CAPTHFXzS_xtrG0QmgS_+ARhQj5Kdrh4coKQkho18pMhei4WYKw@mail.gmail.com>
References: <etPan.53170ae3.327b23c6.13b40@akai.jsonified.com> <CAJYQ-fRK04u88g19EAG9TOSQFWN=tzCLxTacSbsiHzii+YWoSg@mail.gmail.com> <CAPTHFXzS_xtrG0QmgS_+ARhQj5Kdrh4coKQkho18pMhei4WYKw@mail.gmail.com>
Date: Fri, 07 Mar 2014 17:39:04 +0100
Message-ID: <CAJKxeaLS3Y9atZ7M2Qy9rz9NKY_a2y8QoZGQ7sQmA+Y0d-O1wA@mail.gmail.com>
From: David Jonsson <davidjonssonsweden@gmail.com>
To: Victor Grishchenko <victor.grishchenko@gmail.com>
Content-Type: multipart/alternative; boundary="001a1135f1745803a704f406e4dd"
Archived-At: http://mailarchive.ietf.org/arch/msg/ppsp/iDidEuT3QMNguMopuRVVwat7bhs
Cc: 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 16:39:12 -0000

Is there any such WebRTC-implementation to try? Seems like the most
convenient choice.

David
 On Mar 7, 2014 3:55 PM, "Victor Grishchenko" <victor.grishchenko@gmail.com>
wrote:

> 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
>
> _______________________________________________
> ppsp mailing list
> ppsp@ietf.org
> https://www.ietf.org/mailman/listinfo/ppsp
>