我正在尝试安装bigbluebutton。我正在使用此链接http://docs.bigbluebutton.org/2.2/install.html执行安装过程
如果您在installation部分访问上面提到的链接,您会发现
$ sudo bbb-conf --status
red5 ——————————————————► [✔ - active]
nginx —————————————————► [✔ - active]
freeswitch ————————————► [✔ - active]
redis-server ——————————► [✔ - active]
bbb-apps-akka —————————► [✔ - active]
bbb-transcode-akka ————► [✔ - active]
bbb-fsesl-akka ————————► [✔ - active]
tomcat7 ———————————————► [✔ - active]
mongod ————————————————► [✔ - active]
bbb-html5 —————————————► [✔ - active]
bbb-webrtc-sfu ————————► [✔ - active]
kurento-media-server ——► [✔ - active]
etherpad ——————————————► [✔ - active]
bbb-web ———————————————► [✔ - active]
bbb-lti ———————————————► [✔ - active]
when i did it on my ubuntu 16.04
i get this
root@ubuntu:/home/ubuntu# sudo bbb-conf --status
nginx —————————————————► [✔ - active]
freeswitch ————————————► [✔ - active]
redis-server ——————————► [✔ - active]
bbb-apps-akka —————————► [✔ - active]
bbb-transcode-akka ————► [✔ - active]
bbb-fsesl-akka ————————► [✔ - active]
red5 ——————————————————► [✔ - active]
tomcat7 ———————————————► [✔ - active]
mongod ————————————————► [✔ - active]
bbb-html5 —————————————► [✔ - active]
bbb-webrtc-sfu ————————► [✘ - failed]
kurento-media-server ——► [✔ - active]
etherpad ——————————————► [✘ - failed]
bbb-web ———————————————► [✔ - active]意思是在我身边的bbb-web-rtc-sfu和etherpad是failed.please,让我知道它们失败的原因,以及我如何解决这个问题,这样我才能在我的ubuntu16.04上成功运行bigbluebutton。
发布于 2021-11-23 12:35:37
首先添加bigbluebutton/支持存储库
sudo add-apt-repository ppa:bigbluebutton/support然后安装bbb-webrtc-sfu
sudo apt-get install bbb-webrtc-sfu之后请检查etherpad是否已停止
systemctl check etherpadhttps://stackoverflow.com/questions/61797856
复制相似问题