由關於「Jitsi Meet」自建私服環境的問題 (已自行解決)可得知,小弟目前正在透過「Jitsi Meet官方提供的資料」自建視訊會議Server,目前遇到,當會議參加者超過一定人數後,就會出現問題:
觀察如下:
以上兩種情況,Server CPU&Mem 皆無超過50%
隨著會議人數增加,持續波動的只有Network
我是希望至少能穩定容納90人,且能分享畫面啦 ...。
(os:但目前似乎有些難度,不曉得是﹝規格﹞問題,還是﹝Config調校﹞問題)
建置環境:
實體機:【CPU:i3-9100 4core 1socket】、【Mem:16G】、【乙太網路線:Cat 5e】
作業系統:CentOS-7
網路頻寬:1 gigabit (1.0 Gbps)
這邊是參考官網的Document Docker:
cp env.example .env
./gen-passwords.sh
mkdir -p ~/.jitsi-meet-cfg/{web/crontabs,web/letsencrypt,transcripts,prosody/config,prosody/prosody-plugins-custom,jicofo,jvb,jigasi,jibri}
docker-compose up -d
其中有修改.env的部分,
# Exposed HTTP port
HTTP_PORT=80
# Exposed HTTPS port
HTTPS_PORT=443
# System time zone
TZ=Asia/Taipei
# IP address of the Docker host
# See the "Running behind NAT or on a LAN environment" section in the Handbook:
# https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker#running-behind-nat-or-on-a-lan-environment
DOCKER_HOST_ADDRESS=192.168.x.x
ENABLE_SCTP=1
ENABLE_COLIBRI_WEBSOCKET=0
ENABLE_XMPP_WEBSOCKET=0
目前也仍持續關注官方提供的論壇(https://community.jitsi.org/)
想詢問,
因為沒有視訊會議相關的建置經驗,因此想來問一下,看是否有板上前輩能指點一二,不勝感激。
維持此建構環境足已,優化Config改善問題
建置環境:
實體機:【CPU:i3-9100 4core 1socket】、【Mem:16G】、【乙太網路線:Cat 5e】
作業系統:CentOS-7
網路頻寬:1 gigabit (1.0 Gbps)
曾經看過官方的建議,在一個多對多的視訊會議室要有良好體驗,建議訂為 35 人,但它並不是實際的上限,只是一個參考值。
您提到的 100 人,是所有人都開視訊與音訊,還是只有少數人員有開呢?這個會跟架構調整有關。
收到!我會立即進行實驗看看,非常感謝
因為我使用的是Docker環境,看來我還得花一些時間,安裝jitsi-videobridge2
「在多個 Ubuntu 18 上安裝 jvb 負載均衡」
還是我可以理解,這篇文章其實是用多個JVB負載均衡呢?(分兩臺Server)
如果是的話,那如下圖,我目前應該是只有一個JVB而已,對吧(?)
那分兩臺Server,還能在同一間房間容納90~100人嗎?(這點我有些疑惑)
其實我看到﹝Damian Minkov﹞的回帖
We are working on increasing the limits, for example right now meet.jit.si is limited to 75 participants at most.
One thing is to have multiple bridges so you can spread the load of a big conference, you need octo enabled. Also we are working on improving UI. We also advice of using and lastN for such situations so you limit the numbers of streams sent to clients.
Currently you cannot create a meeting with 200 people. We have a hard limit of 75 participants, but even more than 35, the experience will suffer. But we are working on adding big meetings with more participants (more than 100).
For such big audiences we recommend livestreaming the meeting and let the rest of the participants watch it on youtube where you can have even millions participants.
都表示 100人大型會議,確實是不太可能的了(至少目前是)
Damian Minkov - Jisti Principal Developer