Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home for chromium.org
« Groups Home
WebRTC is now in Chrome
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  15 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Henrik Andreasson  
View profile  
 More options Jun 17 2011, 4:00 pm
From: Henrik Andreasson <henr...@chromium.org>
Date: Fri, 17 Jun 2011 22:00:19 +0200
Local: Fri, Jun 17 2011 4:00 pm
Subject: WebRTC is now in Chrome

We would like to announce that a new open source project is about to land in
src/third_party/webrtc.

All details about WebRTC in general can be found at http://www.webrtc.org/.
Our goal is to enable Chrome with Real-Time Communications (RTC)
capabilities via simple Javascript APIs. We are working hard to provide full
RTC support in Chrome all the way from WebKit down to the native audio and
video parts. When we are done, any web developer shall be able to create RTC
applications, like the Google Talk client in Gmail, without using any
plugins but only WebRTC components that runs in the sandbox.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
 
View profile  
 More options Jun 20 2011, 10:07 am
From: Paweł Hajdan, Jr. <phajdan...@chromium.org>
Date: Mon, 20 Jun 2011 16:07:13 +0200
Local: Mon, Jun 20 2011 10:07 am
Subject: Re: [chromium-dev] WebRTC is now in Chrome

Just checking: is there a README.chromium file for it, and have you run
"src/tools/licenses.py scan"?

For full reference please read
http://www.chromium.org/developers/adding-3rd-party-libraries

On Fri, Jun 17, 2011 at 22:00, Henrik Andreasson <henr...@chromium.org>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sheridan Rawlins  
View profile  
 More options Jun 20 2011, 1:20 pm
From: Sheridan Rawlins <s...@chromium.org>
Date: Mon, 20 Jun 2011 10:20:53 -0700
Local: Mon, Jun 20 2011 1:20 pm
Subject: Re: [chromium-dev] WebRTC is now in Chrome

When adding a third party as a line in DEPS, is it possible to overlap the
README.chromium and LICENSES (by committing to chromium's tree), or do you
need to check those in upstream? It'd be great if that info (add third_party
DEPS) were added to the adding third party
libraries<http://www.chromium.org/developers/adding-3rd-party-libraries>page,
as I would guess/hope that's the more common/preferred than committing
third party source directly into chromium's tree.

-SCR

On Mon, Jun 20, 2011 at 7:07 AM, Paweł Hajdan, Jr.
<phajdan...@chromium.org>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
 
View profile  
 More options Jun 21 2011, 3:32 am
From: Paweł Hajdan, Jr. <phajdan...@chromium.org>
Date: Tue, 21 Jun 2011 09:32:02 +0200
Local: Tues, Jun 21 2011 3:32 am
Subject: Re: [chromium-dev] WebRTC is now in Chrome

On Mon, Jun 20, 2011 at 19:20, Sheridan Rawlins <s...@chromium.org> wrote:
> When adding a third party as a line in DEPS, is it possible to overlap the
> README.chromium and LICENSES (by committing to chromium's tree), or do you
> need to check those in upstream?

You can have a third_party/webrtc directory with README.chromium file in the
main svn repo, and fetch the upstream repo via DEPS to
third_party/webrtc/src. Then in README.chromium you can set the path to the
license file to say src/LICENSE and it should work.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Larson (Google)  
View profile  
 More options Jun 21 2011, 10:25 pm
From: "Mark Larson (Google)" <m...@chromium.org>
Date: Tue, 21 Jun 2011 19:25:29 -0700
Local: Tues, Jun 21 2011 10:25 pm
Subject: Re: [chromium-dev] WebRTC is now in Chrome

Actually, we don't need to check a README into another directory. We just
need to update /trunk/src/tools/licenses.py with logic to find the
LICENSE/COPYING files for webrtc.

See SPECIAL_CASES in
http://src.chromium.org/viewvc/chrome/trunk/src/tools/licenses.py?rev...

On Tue, Jun 21, 2011 at 00:32, Paweł Hajdan, Jr. <phajdan...@chromium.org>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Abd-El-Malek  
View profile  
 More options Jun 22 2011, 12:35 pm
From: John Abd-El-Malek <j...@chromium.org>
Date: Wed, 22 Jun 2011 09:35:01 -0700
Local: Wed, Jun 22 2011 12:35 pm
Subject: Re: [chromium-dev] WebRTC is now in Chrome

Congrats on the launch!

I just noticed that the code in third_party/webrtc directly includes code
from chrome (I mean all of the chrome code, not just src/chrome, i.e. also
src/base, src/content)
http://codesearch.google.com/codesearch#search/&exact_package=chromiu...

This is a layering violation since chrome consumes webrtc and modules lower
down in the chain can't include code from their consumers. The good news is
that this is pretty easy to fix. The usual pattern is to have an embedder
API that chrome implements. Before using the third_party code, it's given a
pointer to the embedder's implementation of the API.

On Fri, Jun 17, 2011 at 1:00 PM, Henrik Andreasson <henr...@chromium.org>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brett Wilson  
View profile  
 More options Jun 22 2011, 12:40 pm
From: Brett Wilson <bre...@chromium.org>
Date: Wed, 22 Jun 2011 09:40:24 -0700
Local: Wed, Jun 22 2011 12:40 pm
Subject: Re: [chromium-dev] WebRTC is now in Chrome

On Wed, Jun 22, 2011 at 9:35 AM, John Abd-El-Malek <j...@chromium.org> wrote:
> Congrats on the launch!
> I just noticed that the code in third_party/webrtc directly includes code
> from chrome (I mean all of the chrome code, not just src/chrome, i.e. also
> src/base, src/content)
> http://codesearch.google.com/codesearch#search/&exact_package=chromiu...
> This is a layering violation since chrome consumes webrtc and modules lower
> down in the chain can't include code from their consumers. The good news is
> that this is pretty easy to fix. The usual pattern is to have an embedder
> API that chrome implements. Before using the third_party code, it's given a
> pointer to the embedder's implementation of the API.

This also makes making certain changes to base exceedingly difficult
because of the circular dependency. For example, you include
base/values. This means that nobody can now change any part of
base/values since webrtc is pulled at a specific revision from a
different repository. In the past this has had a significant impact on
our ability to make improvements, and we've worked hard to reduce the
instances of these dependencies.

Brett


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Darin Fisher  
View profile  
 More options Jun 22 2011, 12:41 pm
From: Darin Fisher <da...@chromium.org>
Date: Wed, 22 Jun 2011 09:41:25 -0700
Local: Wed, Jun 22 2011 12:41 pm
Subject: Re: [chromium-dev] WebRTC is now in Chrome

On Wed, Jun 22, 2011 at 9:35 AM, John Abd-El-Malek <j...@chromium.org> wrote:
> Congrats on the launch!

> I just noticed that the code in third_party/webrtc directly includes code
> from chrome (I mean all of the chrome code, not just src/chrome, i.e. also
> src/base, src/content)

> http://codesearch.google.com/codesearch#search/&exact_package=chromiu...

Hmm, this also looks like another copy of libjingle.  Don't we already have
a copy of libjingle at src/third_party/libjingle/.  Is it a temporary state
that we have a second copy of that library (w/ mods)?  I'm sure this has
something to do with how development had to exist on a branch up until now.

-Darin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Darin Fisher  
View profile  
 More options Jun 22 2011, 12:42 pm
From: Darin Fisher <da...@chromium.org>
Date: Wed, 22 Jun 2011 09:42:26 -0700
Local: Wed, Jun 22 2011 12:42 pm
Subject: Re: [chromium-dev] WebRTC is now in Chrome

Yes, this needs to be a top priority to fix.

-Darin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brett Wilson  
View profile  
 More options Jun 22 2011, 12:42 pm
From: Brett Wilson <bre...@chromium.org>
Date: Wed, 22 Jun 2011 09:42:48 -0700
Local: Wed, Jun 22 2011 12:42 pm
Subject: Re: [chromium-dev] WebRTC is now in Chrome

I see the base/values usage is from libjingle which you didn't write.
But the same problem applies to your content includes. Actually, it's
worse since content changes much faster than base.

Brett


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adam Barth  
View profile  
 More options Jun 22 2011, 12:51 pm
From: Adam Barth <aba...@chromium.org>
Date: Wed, 22 Jun 2011 09:51:13 -0700
Local: Wed, Jun 22 2011 12:51 pm
Subject: Re: [chromium-dev] WebRTC is now in Chrome

On Wed, Jun 22, 2011 at 9:41 AM, Darin Fisher <da...@chromium.org> wrote:
> On Wed, Jun 22, 2011 at 9:35 AM, John Abd-El-Malek <j...@chromium.org> wrote:

>> Congrats on the launch!
>> I just noticed that the code in third_party/webrtc directly includes code
>> from chrome (I mean all of the chrome code, not just src/chrome, i.e. also
>> src/base, src/content)

>> http://codesearch.google.com/codesearch#search/&exact_package=chromiu...

> Hmm, this also looks like another copy of libjingle.  Don't we already have
> a copy of libjingle at src/third_party/libjingle/.  Is it a temporary state
> that we have a second copy of that library (w/ mods)?  I'm sure this has
> something to do with how development had to exist on a branch up until now.

There also appears to be another copy of libvpx inside webrtc.

Adam


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Abd-El-Malek  
View profile  
 More options Jun 22 2011, 1:04 pm
From: John Abd-El-Malek <jabdelma...@google.com>
Date: Wed, 22 Jun 2011 10:04:45 -0700
Local: Wed, Jun 22 2011 1:04 pm
Subject: Re: [chromium-dev] WebRTC is now in Chrome

(just to clarify, it looks like libjingle was modified to depend on base
(and net) when it depended on content)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Achraf52  
View profile  
 More options Jun 24 2011, 7:10 am
From: Achraf52 <almouloudi.ach...@gmail.com>
Date: Fri, 24 Jun 2011 04:10:36 -0700 (PDT)
Local: Fri, Jun 24 2011 7:10 am
Subject: Re: WebRTC is now in Chrome
Hi,

My idea is to have an Flash or HTML5 app integrated on Chrome to have
it used on video chat using Gmail or Gtalk but also add an API to
allow developers to integrate it in their applications and an option
to deactivate it on the browser options if it makes it slow on old
computers .

Thanks .


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dmitry Matveev  
View profile  
 More options Jul 5 2011, 10:17 am
From: Dmitry Matveev <dmm1...@gmail.com>
Date: Tue, 5 Jul 2011 07:17:14 -0700 (PDT)
Local: Tues, Jul 5 2011 10:17 am
Subject: Re: WebRTC is now in Chrome
Hello Chromium developers,

At first I would like to thank you all for such an awesome browser!

I am new to this project, but WebRTC is extremely interesting subject
for me.
Unfortunately I could not find /src/third_party/webrtc directory in my
today's git clone. Is there probably another repo with WebRTC
integrated?

I would like to see the changes in WebKit and in the browser as well..
Is it planned to integrate WebRTC into original WebKit our Chromium
will use its own WebKit tree?

Best regards,
Dmitry

On 18 июн, 00:00, Henrik Andreasson <henr...@chromium.org> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathan Dixon  
View profile  
 More options Jul 5 2011, 10:30 am
From: Jonathan Dixon <j...@chromium.org>
Date: Tue, 5 Jul 2011 15:30:15 +0100
Local: Tues, Jul 5 2011 10:30 am
Subject: Re: [chromium-dev] Re: WebRTC is now in Chrome

On 5 July 2011 15:17, Dmitry Matveev <dmm1...@gmail.com> wrote:

> Hello Chromium developers,

> At first I would like to thank you all for such an awesome browser!

> I am new to this project, but WebRTC is extremely interesting subject
> for me.
> Unfortunately I could not find /src/third_party/webrtc directory in my
> today's git clone. Is there probably another repo with WebRTC
> integrated?

> webrtc would not normally arrive via git. Have you run gclient config /

gclient sync as per http://dev.chromium.org/developers/how-tos/get-the-code
 ?

If needed, you can track down the source repo by studying
http://src.chromium.org/viewvc/chrome/trunk/src/DEPS?revision=91502&v...
-- looks like it points to http://webrtc.googlecode.com/svn/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »