0

我目前尝试在树莓上安装 jitsi-meet 但没有成功。

我尝试使用 Rasperian 和 Ubuntu Server 作为基础操作系统。

我安装了 Java 和 nginx 作为先决条件(如此所述)。

但我仍然总是遇到以下错误:

root@ubuntu:/home/ubuntu# apt install jitsi-meet
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 jitsi-meet : Depends: jitsi-videobridge (= 1124-1) but it is not installable
              Depends: jicofo (= 1.0-481-1) but it is not installable
E: Unable to correct problems, you have held broken packages.

任何想法?

4

2 回答 2

1

对于 Ubuntu 18.04 服务器推荐的全新 Jitsi 安装。
服务器规格为:- 4 GB 内存、2 个 CPU 和 20GB SSD 硬盘
之后,您必须在防火墙中启用这些端口,

  1. 22 用于 SSH
  2. 80 用于 HTTP
  3. 443 用于 HTTPS
  4. UDP 10000-20000 用于媒体流量
于 2021-02-18T06:09:23.660 回答
0

我想我找到了原因 - 基于 arm 的系统没有软件包:

https://github.com/jitsi/jitsi-meet/issues/1884

于 2019-11-24T14:18:21.883 回答