STUN/TURN server for WebRTC testing

Hi,

To properly the firewall-traversal part of WebRTC, I'll need to have a
STUN and likely a TURN server that can be contacted:
http://dev.w3.org/2011/webrtc/editor/webrtc.html#rtcpeerconnection-interface

There is a publicly available STUN server made available by Google:
http://io13webrtc.appspot.com/#52 (stun.l.google.com:19302) but I
understand we don't want to reply on external services in our test
cases.

I guess that integrating at least a STUN server in WPT (e.G. with
https://github.com/jtriley/pystun) should be reasonably doable, but it
might be expanding the capabilities of WPT beyond what was envisioned
for the project.

I would welcome guidance on this.

Thanks,

Dom

Received on Wednesday, 12 February 2014 13:23:40 UTC