一、安裝軟體包
apt update二、配置coturnapt install coturn
1、複製dtls、tls支援的證書檔案:
cp /usr/share/coturn/examples/etc/turn_server_cert.pem /etc/turn_server_cert.pemcp /usr/share/coturn/examples/etc/turn_server_pkey.pem /etc/turn_server_pkey.pem
listening-port=3478tls-listening-port=5349
listening-ip=內網位址
relay-ip=內網位址
external-ip=外網位址
server-name=外網位址
realm=外網位址
lt-cred-mech
user=使用者名稱:密碼
userdb=/var/lib/turn/turndb
cert=/etc/turn_server_cert.pem
pkey=/etc/turn_server_pkey.pem
no-stdout-log
log-file=/var/tmp/turnserver.log
pidfile="/var/run/turnserver.pid"
turnserver_enabled=1三、完成安裝
1、重啟coturn
service coturn restart2、埠開放
3、測試驗證
turnadmin -a -u test -r 外網位址(網域名稱) -p test測試結果turnutils_uclient 外網位址(網域名稱) -u test -w test
然後就可以去使用了,如下:
var configuration = ]結束了,謝謝!};
ubuntu16 04 安裝配置環境
sudo apt get remove libreoffice commonsudo apt get remove libreoffice commonsudo apt get install vim參考 兩篇部落格,主要 基本是 參考了第一篇部落格,因為我沒編譯cuda,自己嘗試編譯了一下帶cud...
ubuntu16 04 安裝配置python3 6
在ubuntu下,時不時會有這個錯誤的。add apt repository command not found 這個是缺少程式,安裝一下就可以了。只是不知道安裝的名字。按以下命令走一趟就可以的了。sudo apt get install software properties common pyt...
Ubuntu 16 04 安裝配置OpenNI2
如果有時間的話可以用這個主頁的編譯方式,本文主要是針對其linux的安裝方式,進行編譯。一 安裝依賴 python 2.6 3.x 或者用apt安裝 sudo apt get install python libusb 1.0.x 或者用apt安裝 sudo apt get install libu...