首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >bigbluebutton安装问题

bigbluebutton安装问题
EN

Stack Overflow用户
提问于 2020-05-14 20:52:34
回答 1查看 1.5K关注 0票数 1

我正在尝试安装bigbluebutton。我正在使用此链接http://docs.bigbluebutton.org/2.2/install.html执行安装过程

如果您在installation部分访问上面提到的链接,您会发现

代码语言:javascript
复制
$ 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。

EN

回答 1

Stack Overflow用户

发布于 2021-11-23 12:35:37

首先添加bigbluebutton/支持存储库

代码语言:javascript
复制
sudo add-apt-repository ppa:bigbluebutton/support

然后安装bbb-webrtc-sfu

代码语言:javascript
复制
sudo apt-get install bbb-webrtc-sfu

之后请检查etherpad是否已停止

代码语言:javascript
复制
systemctl check etherpad
票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/61797856

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档