How to create stun turn server instance using AWS EC2

后端 未结 2 635
庸人自扰
庸人自扰 2020-12-13 10:48

Actually i wants to use my own stun/Turn server instance and i want to use Amazon EC2 .If anybody has any idea regarding this please share with me the steps to create or any

2条回答
  •  时光取名叫无心
    2020-12-13 10:59

    One method to install a turnserver on Amazon EC2 would be to choose Debian and to install the coturn package, which is the successor of the RFC5766-server.

    The configuration file at /etc/turnserver.conf includes EC2 specific instructions. The information provided within this file is very exhaustive in general and should answer the majority of configuration questions.

    Once configured, the coturn server can be stopped an started however you would any other service.

提交回复
热议问题