webrtcftw / goals

Let's use issues to map out goals for this group
22 stars 0 forks source link

STUN/TURN testing tool #4

Open bear opened 9 years ago

DamonOehlman commented 9 years ago

Good call on this, you can get some of the way with STUN testing using the stun package - some simple tests in freeice here: https://github.com/DamonOehlman/freeice/blob/master/test/stun.js

TURN I haven't even started looking into, but you can get some good stuff from the [https://code.google.com/p/coturn/] command-line tools.

fippo commented 9 years ago

http://googlechrome.github.io/webrtc/samples/web/content/peerconnection/trickle-ice/ is pretty good for testing STUN/TURN servers even. This is mostly a documentation issue.

bear commented 9 years ago

Completely agree that it's mostly a doc issue, but i'm wondering if we could make it more helpful doc by having it be a web app that both explains and helps test?