webrtcftw / goals

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

STUN/TURN how-to for configuration #3

Open bear opened 9 years ago

fippo commented 9 years ago

Just had a discussion on IRC again. Installing and running TURN servers is still one of the major blockers. https://www.webrtc-experiment.com/docs/TURN-server-installation-guide.html is not bad, but it doesn't explain much about the background and how to verify that your installation works etc

NesheR16 commented 9 years ago

wish there were more support channels available. as newbie to STUN/TURN server, it is impossible to understand this from current few guides on line.

feross commented 9 years ago

Has anyone tried Twilio's STUN/TURN service? https://www.twilio.com/stun-turn

They say you can just instantiate your RTCPeerConnection object with the config their API give you and things will just work.

fippo commented 9 years ago

you can do the same with our turn servers if you ask us for the secret and send us money... :-)

Expect an blog post from me on "it is not as simple as installing a TURN server" this week.

szimek commented 9 years ago

@fippo I hope it won't only say that it's not simple, but also how to do it properly :) Maybe then I'll finally add TURN server to sharedrop.io...

@feross I had no idea that Twilio has its own STUN/TURN service - looks pretty interesting.

feross commented 9 years ago

@fippo looking forward! On Mon, Jan 12, 2015 at 12:38 AM Szymon Nowak notifications@github.com wrote:

@fippo https://github.com/fippo I hope it won't only say that it's not simple, but also how to do it properly :) Maybe then I'll finally add TURN server to sharedrop.io...

— Reply to this email directly or view it on GitHub https://github.com/webrtcftw/goals/issues/3#issuecomment-69540742.

fippo commented 9 years ago

@feross: https://blog.andyet.com/2015/01/14/turn-for-webrtc -- doesn't say how to do it properly (other than: invest alot of time in your ops infrastructure) though.