>> 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 ultimate objective? why do you think you need to open a >> file inside webrtc core?
>We are modifying the webrtc library to use another transport protocol (based >on ICN). >The problem is that in this preliminary phase we have configure the socket >using static parameters inside a file. >The new socket is implemented in a library that communicates via TCP with an >external daemon. >I want to use IPC, but I don’t have examples about this approach. If this is just for personal experimentation, you can locally disable the sandbox via about:config, and directly (locally) modify the media/mtransport code to use your transport protocol instead of UDP via IPC to the SocketTransportThread in the main process. Note that there's a lot of code that implements ICE to determine what ports are open, etc. That may complicate what you're doing. If you want to do more than personal/local experimentation, much more extensive discussions and work would be required. -- 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