Hello,
> On Feb 10, 2017, at 14:02,
gaura...@gmail.com wrote:
> Can you please confirm if Firefox is/will be supporting WebRTC over TCP? As we are developing video streaming over webRTC this feature would be much needed, this is currently available on Chrome but not on firefox. UDP is available on FF however its blocked with several corporates due to firewall port blocking issues.
Firefox supports already TURN over TCP. So if you have TURN server outside of the corporate network which offers its relay service via TCP that should work already.
If you are referring to ICE TCP that is being tracked in bug 1176382. It has been implemented for quite some time now and should work as long as multi-process support is off (check about:support <about:support>). The last pieces needed for ICE TCP to also work with multi-process landed in Firefox 53. You can give it a try if you manually switch the user pref media.peerconnection.ice.tcp on about:config <about:config> to true and restart your browser.
If you prefer to wait we are about to turn ICE TCP on by default in Firefox 54, which is being tracked in bug 1335939.
Best regards
Nils Ohlmeier