Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
WebRTC in WebKit and ICE/TURN implementation status
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
  4 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
 
Kaiduan Xie  
View profile  
 More options Aug 29 2012, 2:28 pm
From: Kaiduan Xie <kaidu...@gmail.com>
Date: Wed, 29 Aug 2012 14:28:18 -0400
Local: Wed, Aug 29 2012 2:28 pm
Subject: WebRTC in WebKit and ICE/TURN implementation status
Hi,

Had Google contributed WebRTC source code to WebKit? If yes, where is
the code path in WebKit? Does it have the functionality covered in
PeerConnection00 specification? Does Google keep the code of WebRTC in
WebKit synchronized with the Google internal implementation on daily
basis? If no, how frequently Google contribute the internal
implementation back to WebKit?

As far as I know from this mail list, Google WebRTC ICE/TURN
implementation does not closely follow rfc 5245 (ICE) and rfc 5766
(TURN), and Google is working on it,  can Google provide update on
this? How close it is to finish?

Thanks a lot for help,

/Kaiduan


 
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.
Vikas  
View profile  
 More options Aug 29 2012, 6:43 pm
From: Vikas <vikasmarw...@webrtc.org>
Date: Wed, 29 Aug 2012 15:43:48 -0700 (PDT)
Local: Wed, Aug 29 2012 6:43 pm
Subject: Re: WebRTC in WebKit and ICE/TURN implementation status

On Aug 29, 11:28 am, Kaiduan Xie <kaidu...@gmail.com> wrote:

> Hi,

> Had Google contributed WebRTC source code to WebKit? If yes, where is
> the code path in WebKit? Does it have the functionality covered in
> PeerConnection00 specification? Does Google keep the code of WebRTC in
> WebKit synchronized with the Google internal implementation on daily
> basis? If no, how frequently Google contribute the internal
> implementation back to WebKit?

Yes we have WebRTC source code in WebKit. You can goto https://trac.webkit.org/
and search for PeerConnection. It does include PeerConnection00
specification. We do try to keep the code synchronized.

> As far as I know from this mail list, Google WebRTC ICE/TURN
> implementation does not closely follow rfc 5245 (ICE) and rfc 5766
> (TURN), and Google is working on it,  can Google provide update on
> this? How close it is to finish?

That is correct, we are currently working on it and it will be out
soon.


 
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.
Kaiduan Xie  
View profile  
 More options Aug 29 2012, 10:20 pm
From: Kaiduan Xie <kaidu...@gmail.com>
Date: Wed, 29 Aug 2012 22:20:50 -0400
Local: Wed, Aug 29 2012 10:20 pm
Subject: Re: [discuss-webrtc] Re: WebRTC in WebKit and ICE/TURN implementation status
Thank you Vikas for the response.

However, I am puzzled by the following finding,

https://trac.webkit.org/browser/trunk/Source/WebCore/Modules/mediastr...

            OwnPtr<PeerConnection00Handler> m_peerHandler;

https://trac.webkit.org/browser/trunk/Source/WebCore/Modules/mediastr...

Here all operations are redirected to PeerConnection00Handler.

However,

https://trac.webkit.org/browser/trunk/Source/WebCore/platform/mediast...
https://trac.webkit.org/browser/trunk/Source/WebCore/platform/mediast...

// Dummy implementations below for ports that build with MEDIA_STREAM
enabled by default.

All the function in the PeerConnection00Handler are dummy.

Did I follow the right path?

Also I did not find the libjingle/STUN/ICE code in WebKit source, are
they in different repository?

Thanks,

/Kaiduan


 
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.
ᛏᚮᛘᛘᚤ Tommy Widenflycht  
View profile  
 More options Aug 30 2012, 4:20 am
From: Tommy Widenflycht (ᛏᚮᛘᛘᚤ) <tom...@google.com>
Date: Thu, 30 Aug 2012 10:20:08 +0200
Local: Thurs, Aug 30 2012 4:20 am
Subject: Re: [discuss-webrtc] Re: WebRTC in WebKit and ICE/TURN implementation status

See inline for answers but first a short comment regarding webkit: We (aka
Google) does not have an internal repository for WebKit, what you see on
WebKit.org is what we have.

No, you should look here instead:

https://trac.webkit.org/browser/trunk/Source/WebCore/platform/mediast...
chromium*/PeerConnection00Handler.cpp

> Also I did not find the libjingle/STUN/ICE code in WebKit source, are
> they in different repository?

WebKit does not know anything about network protocols etc, that code comes
from webrtc.org in chromium.

--
Tommy Widenflycht | Senior Software Engineer | tom...@google.com | +46
734162531
Google Sweden AB, Kungsbron 2, SE-11122 Stockholm, Sweden
Org. nr. 556656-6880

 
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 »