gortc/gortcd

meta: feature parity with coturn

ernado opened this issue · 0 comments

TURN specs:

STUN specs:

  • RFC 3489 – "classic" STUN
  • RFC 5389 – base "new" STUN specs
  • RFC 5769 – test vectors for STUN protocol testing
  • RFC 5780 – NAT behavior discovery support
  • RFC 7443 – ALPN support for STUN & TURN
  • RFC 7635 – oAuth third-party TURN/STUN authorization

Supported ICE and related specs:

  • RFC 5245 – ICE
  • RFC 5768 – ICE–SIP
  • RFC 6336 – ICE–IANA Registry
  • RFC 6544 – ICE–TCP
  • RFC 5928 – TURN Resolution Mechanism

The implementation fully supports the following client-to-TURN-server protocols:

Supported relay protocols:

  • UDP (per RFC 5766)
  • TCP (per RFC 6062)

Supported user databases (for user repository, with passwords or keys, if authentication is required):

  • SQLite
  • MySQL
  • PostgreSQL
  • Redis
  • MongoDB