Testing Webrtc through http proxy (CONNECT)

1,464 views
Skip to first unread message

Dr Alex Gouaillard

unread,
Mar 2, 2015, 11:53:47 PM3/2/15
to discuss...@googlegroups.com
Dear all,
I'd like to test Webrtc in connection with http proxy tunneling using the CONNECT method.

Q1: I am under the impression that both chrome and Firefox support this, but that stand alone versions of libwebrtc used by both browsers do not. Can anybody from the respective browser team comment?

Q2: how do both browser do for unit testing of this feature? Is there a specific code, test or class one could point me to?

Thanks in advance.

Alex.

Sent from my iPhone

Gustavo Garcia

unread,
Mar 3, 2015, 12:08:12 AM3/3/15
to discuss...@googlegroups.com
* Chrome supports it
* Firefox supports it in Aurora and Nightly, not in Stable yet

The support for HTTP CONNECT with TURN-TCP and ICE-TCP is included in the Google codebase.

If you are really talking about unit tests you can take a look at the patch we sent for Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=949703    Unit tests are very implementation specific, those are nICEr unit tests(nICEr is the Firefox ICE library).

In addition I recommend you to test the most common network configurations of your partners (authentication, blocked ports, pac files...). 

Regards,



--

---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Kaiduan Xie

unread,
Mar 3, 2015, 10:09:23 AM3/3/15
to discuss...@googlegroups.com
Alex,

The native code supports HTTP/S proxy, the code is in 


The following code uses it,


In Chrome browser, all I/O, hardware related operations are conducted in browser process, so the network related code is not in webrtc native.

/Kaiduan
Reply all
Reply to author
Forward
0 new messages