How to secure a TURN server for WebRTC?

前端 未结 1 1081
耶瑟儿~
耶瑟儿~ 2021-02-20 07:36

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 us

1条回答
  •  Happy的楠姐
    2021-02-20 08:18

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

    Supported TURN authentication mechanisms:

    • 'classic' long-term credentials mechanism;
    • TURN REST API (a modification of the long-term mechanism, for time-limited secret-based authentication, for WebRTC applications: http://tools.ietf.org/html/draft-uberti-behave-turn-rest-00)
    • experimental third-party oAuth-based client authorization option

    0 讨论(0)
提交回复
热议问题