Re: [webkit-dev] Trying to turn WebRTC's code on - MEDIA_STREAM flags

2015-11-12 Thread Eric Carlson
> On Jul 18, 2014, at 3:17 AM, Jacques-Olivier wrote: > > I’m new on this mailing so I’ll start by introducing myself: > My name Jacques-Olivier Haché (J-O), I’m working for Temasys Communication, > and I’m entering the WebKit project to work on the implementation of

Re: [webkit-dev] Trying to turn WebRTC's code on - MEDIA_STREAM flags

2015-11-11 Thread Darin Adler
> On Jul 18, 2014, at 3:17 AM, Jacques-Olivier wrote: > > "__ZN7WebCore11JSNavigator18webkitGetUserMediaEPN3JSC9ExecStateE", > referenced from: > > __ZN7WebCore46jsNavigatorPrototypeFunctionWebkitGetUserMediaEPN3JSC9ExecStateE > in JSNavigator.o >

Re: [webkit-dev] Trying to turn WebRTC's code on - MEDIA_STREAM flags

2014-08-25 Thread Benjamin Poulain
On 8/24/14, 8:37 AM, Alexandre GOUAILLARD wrote: For clarification of the goals and the scope, we intend to provide patches in webkit for webRTC. We would love to see webRTC support in iOS and we understand that having it in apple provided webkit (UIWebView) to comply to apple store rule

Re: [webkit-dev] Trying to turn WebRTC's code on - MEDIA_STREAM flags

2014-08-25 Thread santhosh dhamodharan
hi all, how to unsubscribe On Mon, Aug 25, 2014 at 11:58 AM, Benjamin Poulain benja...@webkit.org wrote: On 8/24/14, 8:37 AM, Alexandre GOUAILLARD wrote: For clarification of the goals and the scope, we intend to provide patches in webkit for webRTC. We would love to see webRTC support in

Re: [webkit-dev] Trying to turn WebRTC's code on - MEDIA_STREAM flags

2014-08-24 Thread Alexandre GOUAILLARD
Benjamin, For clarification of the goals and the scope, we intend to provide patches in webkit for webRTC. We would love to see webRTC support in iOS and we understand that having it in apple provided webkit (UIWebView) to comply to apple store rule 2.17. We understand we do not have complete

Re: [webkit-dev] Trying to turn WebRTC's code on - MEDIA_STREAM flags

2014-07-31 Thread Benjamin Poulain
On 7/30/14, 2:51 AM, Jacques-Olivier wrote: I kept working on getting media_stream to work. I think my understanding of what is happening improved, but I'm still stuck at the same point: I read some more code and did some research about the Supplement and Supplementable classes. I mainly

Re: [webkit-dev] Trying to turn WebRTC's code on - MEDIA_STREAM flags

2014-07-31 Thread Philippe Normand
On Wed, 2014-07-30 at 17:51 +0800, Jacques-Olivier wrote: Hi everyone, me again, I kept working on getting media_stream to work. I think my understanding of what is happening improved, but I’m still stuck at the same point: I read some more code and did some research about the

Re: [webkit-dev] Trying to turn WebRTC's code on - MEDIA_STREAM flags

2014-07-31 Thread Jacques-Olivier
Thanks a lot for all your response, that really helps a lot. My own responses bellow: -- Haché Jacques-Olivier RD Engineer at Temasys Communications Pte Ltd Fr : 06 45 85 48 80 Sg : 9086 3673 On 31 Jul 2014, at 16:34, Benjamin Poulain benja...@webkit.org wrote: On 7/30/14, 2:51 AM,

Re: [webkit-dev] Trying to turn WebRTC's code on - MEDIA_STREAM flags

2014-07-30 Thread Jacques-Olivier
Hi everyone, me again, I kept working on getting media_stream to work. I think my understanding of what is happening improved, but I’m still stuck at the same point: I read some more code and did some research about the Supplement and Supplementable classes. I mainly found this page which

Re: [webkit-dev] Trying to turn WebRTC's code on - MEDIA_STREAM flags

2014-07-29 Thread Jacques-Olivier
Hi everyone, I have some updates regarding my enabling of media_stream and some new question. I managed to build the project with the following options ON: ENABLE_MEDIA_CAPTURE ENABLE_MEDIA_CONTROLS_SCRIPT ENABLE_MEDIA_SOURCE ENABLE_MEDIA_STATISTICS ENABLE_MEDIA_STREAM ENABLE_VIDEO

Re: [webkit-dev] Trying to turn WebRTC's code on - MEDIA_STREAM flags

2014-07-22 Thread Benjamin Poulain
Quick answers inline: On 7/21/14, 9:22 PM, Jacques-Olivier wrote: Note: I already sent this email, but I didn't get any answer, nor can I see the thread in the archives. Therefore I think it was blocked, maybe because of the attachment that I remove this time. I'm new on this mailing so I'll

Re: [webkit-dev] Trying to turn WebRTC's code on - MEDIA_STREAM flags

2014-07-22 Thread Jacques-Olivier
HI Benjamin, Thanks for you answer. I just deleted the XCodeBuild folder and added a couple of files in the project manually. My computer is re-building the project, I will see how it goes. A couple of extra questions: 1) After deleting the XCodeBuild folder, I cannot make my first build

Re: [webkit-dev] Trying to turn WebRTC's code on - MEDIA_STREAM flags

2014-07-22 Thread Alex Christensen
Welcome to WebKit! I have also spent a fair amount of time blindly switching unfamiliar features on and off. You can usually use the ChangeLogs, svn blame and trac.webkit.org to find some information, but I think it would be mutually beneficial if everyone took a moment to update

[webkit-dev] Trying to turn WebRTC's code on - MEDIA_STREAM flags

2014-07-21 Thread Jacques-Olivier
Hi everyone, Note: I already sent this email, but I didn’t get any answer, nor can I see the thread in the archives. Therefore I think it was blocked, maybe because of the attachment that I remove this time. I’m new on this mailing so I’ll start by introducing myself: My name Jacques-Olivier