jbescoyez
jbescoyez

Reputation: 1393

How to secure a TURN server for WebRTC?

I've just installed rfc5766-turn-server (https://code.google.com/p/rfc5766-turn-server/) on an Amazon server in order to relay my WebRTC calls.

Since authentication username and password will be distributed to every client in WebRTC iceServers, how can I ensure that only my clients use my TURN to relay their call?

Upvotes: 14

Views: 11197

Answers (1)

Abdulrazak Alkl
Abdulrazak Alkl

Reputation: 923

You can use this instead https://code.google.com/p/coturn/. It's evolved from rfc5766-turn-server project.

Supported TURN authentication mechanisms:

Upvotes: 8

Related Questions