Re: Compile webrtc from source in firefox

2018-08-04 Thread Kevin Brosnan
Mozilla's webrtc code is from webrtc.org. Their introductory resources are
a good place to start, https://webrtc.org/start/

Kevin Brosnan

On Sat, Aug 4, 2018, 15:50  wrote:

> Hi,
> I don't understand which webrtc code is used by firefox builder.
> I need to modify the webrtc part and recompile it to be used by firefox.
> any help?
>
> Angelo
> ___
> dev-platform mailing list
> dev-platform@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-platform
>
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Compile webrtc from source in firefox

2018-07-06 Thread Nils Ohlmeier


> On Jul 6, 2018, at 01:15, amantell...@gmail.com wrote:
> 
> Il giorno giovedì 5 luglio 2018 10:17:32 UTC+2, amant...@gmail.com ha scritto:
>> Hi,
>> I don't understand which webrtc code is used by firefox builder.
>> I need to modify the webrtc part and recompile it to be used by firefox.
>> any help?
>> 
>> Angelo
> 
> Hi,
> I tried to break webrtc to understand if it is compiled or not (in particular 
> media/webrtc/trunk/webrtc/pc/channel.cc), but i did not receive errors.
> so I think that firefox used an external library about webrtc?

No Firefox does not use an external library for webrtc.
You can take a look here 
https://searchfox.org/mozilla-central/source/media/webrtc/trunk/moz.build 
 to 
get an idea which WebRTC files get compiled into Firefox.

Since this discussion has reached pretty low levels of WebRTC it might be time 
to move this conversation to dev-media, which has more expert subscribers then 
this generic mailing list.

Best
  Nils Ohlmeier



signature.asc
Description: Message signed with OpenPGP
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Compile webrtc from source in firefox

2018-07-06 Thread Randell Jesup
>Il giorno giovedì 5 luglio 2018 10:17:32 UTC+2, amant...@gmail.com ha scritto:
>> Hi,
>> I don't understand which webrtc code is used by firefox builder.
>> I need to modify the webrtc part and recompile it to be used by firefox.
>> any help?

>I tried to break webrtc to understand if it is compiled or not (in
>particular media/webrtc/trunk/webrtc/pc/channel.cc), but i did not receive
>errors.

We don't use (or compile) all the imported webrtc code.

-- 
Randell Jesup, Mozilla Corp
remove "news" for personal email
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Compile webrtc from source in firefox

2018-07-06 Thread amantellini
Il giorno giovedì 5 luglio 2018 10:17:32 UTC+2, amant...@gmail.com ha scritto:
> Hi,
> I don't understand which webrtc code is used by firefox builder.
> I need to modify the webrtc part and recompile it to be used by firefox.
> any help?
> 
> Angelo

Hi,
I tried to break webrtc to understand if it is compiled or not (in particular 
media/webrtc/trunk/webrtc/pc/channel.cc), but i did not receive errors.
so I think that firefox used an external library about webrtc?
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Compile webrtc from source in firefox

2018-07-05 Thread Nils Ohlmeier
> On Jul 5, 2018, at 10:34, Jean-Yves Avenard  wrote:
> On 05/07/2018 10:17, amantell...@gmail.com wrote:
>> Hi,
>> I don't understand which webrtc code is used by firefox builder.
>> I need to modify the webrtc part and recompile it to be used by firefox.
>> any help?
>> 
>> 
> 
> Firefox use its own copy, the code is found in media/webrtc

Firefox uses a stripped down version of the webrtc.org  
code. You can find the code in media/webrtc/trunk, e.g. 
https://searchfox.org/mozilla-central/source/media/webrtc/trunk 

Everything in media/webrtc, but outside of the trunk subdirectory is Mozilla’s 
own code, which is not part of the webrtc.org  code base.
Note: the code used in Firefox is also several versions behind current 
webrtc.org  (right now Firefox is at version 57).

Best
  Nils Ohlmeier




signature.asc
Description: Message signed with OpenPGP
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Compile webrtc from source in firefox

2018-07-05 Thread Jean-Yves Avenard




On 05/07/2018 10:17, amantell...@gmail.com wrote:

Hi,
I don't understand which webrtc code is used by firefox builder.
I need to modify the webrtc part and recompile it to be used by firefox.
any help?




Firefox use its own copy, the code is found in media/webrtc
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Compile webrtc from source in firefox

2018-07-05 Thread amantellini
Hi,
I don't understand which webrtc code is used by firefox builder.
I need to modify the webrtc part and recompile it to be used by firefox.
any help?

Angelo
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform