基本硬體要求及防火牆設定
同步教室基本要求
Linux 核心4.x 主機,8核CPU,記憶體16G,500GB的硬碟空間(如果不需要錄影只要準備50GB)中華電信光世代250M以上的網路。
我們建議要用實體機器,會比虚擬機器有較好的會議體驗。
防火牆設定
同步教室
同步教室安裝前,請先確認防火牆設定,在系統安裝好後,測通前請網管人員,開啟由外對內的埠口(port)如下:
TCP/IP port 80 for HTTP
TCP/IP port 443 for HTTPS
UDP ports 16384 to 32768
TCP/IP port 22 for SSH (給連線管理用)
註1: 22 TCP - if you access you server using SSH (change the port accordingly if it's not 22)
註2: 有一個比較特別是 UDP : 16384 到 32768 。
Setup and configure your firewall
The following ports need to be open in your firewall, to allow traffic to the Jitsi Meet server:
80 TCP - for HTTP
443 TCP - for general access to Meet
10000 UDP - for general network video/audio communications
3478 UDP - for quering the stun server (coturn, optional, needs config.js change to enable it)
5349 TCP - for fallback network video/audio communications over TCP (when UDP is blocked for example), served by coturn
穿透伺服器(TURN)
對流量較大的用戶,或校內無法穿透防火牆的單位;我們會協助架設穿透伺服器。它的硬體需求不需要太高,基本只要4核心、8G即可。
相對於它的較低的硬體需求,它需要穏定及高流量的頻寬,建議可以架設在雲端,但要注意防火牆的設定(參考以下)。
另外,TURN伺服器的防火牆埠口如下:
TCP/UDP: 3478, (coturn listening port)
TCP/UDP: 443, (TLS listening port)
UDP: 49152-65535, (中繼用)
另外,TCP/IP port 80 給其它網站服器及 22 給連線管理用。
關於 TURN,我們另外在進階應用中有說明。