0

現在、ラズベリーに jitsi-meet をインストールしようとしていますが、成功しません。

Rasperian と Ubuntu Server をベース OS として使用しようとしました。

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 および 20 GB の SSD ハードディスク
その後、ファイアウォールでこれらのポートを有効にする必要があります。

  1. SSH の場合は 22
  2. HTTP の場合は 80
  3. HTTPS の場合は 443
  4. メディア トラフィック用の UDP 10000 ~ 20000
于 2021-02-18T06:09:23.660 に答える