Re: open socket and read file inside Webrtc

2018-07-06 Thread amantellini
Il giorno giovedì 5 luglio 2018 19:21:51 UTC+2, Jean-Yves Avenard ha scritto: > Hi > > > On 05/07/2018 10:16, amantell...@gmail.com wrote: > > I want to open a file inside webrtc core part. > > > > > > If you could extend the reasons on the why it would allow us to help you. > > What is your ul

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

Re: open socket and read file inside Webrtc

2018-07-05 Thread amantellini
I want to open a file inside webrtc core part. Il giorno mercoledì 4 luglio 2018 21:53:22 UTC+2, Adam Roach ha scritto: > On 7/4/18 7:24 AM, amantell...@gmail.com wrote: > > Hi, > > I'm very new with firefox (as developer, of course). > > I need to open a file and tcp sockets inside webrtc. > > I

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

open socket and read file inside Webrtc

2018-07-04 Thread amantellini
Hi, I'm very new with firefox (as developer, of course). I need to open a file and tcp sockets inside webrtc. I read the following link https://wiki.mozilla.org/Security/Sandbox#File_System_Restrictions there is the sandbox that does not permit to open sockets or file descriptors. could you give me