Jitsi Meet

Jitsi Meet —— 安全、简单和可扩展的视频会议,您可以将其用作独立应用程序或嵌入到 Web 应用程序中。(Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.)

Jitsi Meet -- 安全、简单和可扩展的视频会议

Jitsi Meet 是一个开源(Apache)WebRTC JavaScript 应用程序,它使用 Jitsi Videobridge 提供高质量、安全和可扩展的视频会议。您可以在VoIP用户大会的会议 #482上看到 Jitsi Meet 的运作情况。

Jitsi Meet 客户端在您的浏览器中运行,无需在您的计算机上安装任何内容。您也可以通过 https://meet.jit.si 自行试用。

Jitsi Meet 可实现高效协作。它允许用户流式传输其桌面或仅某些窗口。它还支持使用 Etherpad 进行共享文档编辑。

安装

在客户端,无需安装。您只需将浏览器指向部署的 URL 即可。本节介绍如何在服务器上安装 Jitsi Meet 套件并托管您自己的会议服务。

安装 Jitsi Meet 是一种非常简单的体验。对于基于 Debian 的系统,我们建议遵循使用包系统(package system)的快速安装文档。您还可以在该教程视频中看到该过程的演示。

对于其他系统,或者如果您希望手动安装所有组件,请参阅详细的手册安装说明

也可以使用Docker安装。 请参阅说明

下载

您可以下载 Debian/Ubuntu 二进制文件:

您可以下载源档案(由 make source-package 生成):

移动应用

您还可以在此处注册我们的公开 Beta 测试:

发行说明

此存储库中维护了 Jitsi Meet 的发行说明。

开发

对于 Web 开发,请参见此处,对于移动设备,请参见此处

贡献

如果您想为 Jitsi Meet 做出贡献,首先,谢谢!请参阅我们的贡献准则

嵌入外部应用程序

Jitsi Meet 通过使用 Jitsi Meet API 提供了一种非常灵活的嵌入外部应用程序的方式。

安全

对于该主题的复杂性,此处的安全性部分开始显得过于简洁,因此我们在此处创建了一篇涵盖该主题的文章:https://jitsi.org/security

该文档中有关端到端加密的部分可能会成为关注的关键点之一:https://jitsi.org/security/#e2ee

安全问题

有关报告 Jitsi Meet 中的安全漏洞的信息,请参阅 SECURITY.md

致谢

Jitsi Meet 最初是使用 Jitsi Videobridge 的示例会议应用程序。它最初是由 ESTOS 的开发商 Philipp Hancke 开发的,然后他将其贡献给了社区,在社区中联合力量继续开发!


(The second edition revised by vz on 2020.08.02)

Overview

Name With Ownerjitsi/jitsi-meet
Primary LanguageTypeScript
Program languageMakefile (Language Count: 13)
PlatformAndroid, iOS, Linux, Docker
License:Apache License 2.0
Release Count15810
Last Release Name7956 (Posted on 2024-04-23 13:45:03)
First Release Name214 (Posted on 2014-10-22 13:18:38)
Created At2013-12-16 12:51:09
Pushed At2024-04-23 13:45:22
Last Commit At2024-04-22 15:42:12
Stargazers Count21.7k
Watchers Count514
Fork Count6.5k
Commits Count12.2k
Has Issues Enabled
Issues Count6133
Issue Open Count128
Pull Requests Count7165
Pull Requests Open Count42
Pull Requests Close Count1269
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

Jitsi Meet - Secure, Simple and Scalable Video Conferences

Jitsi Meet is an open-source (Apache) WebRTC JavaScript application that uses Jitsi Videobridge to provide high quality, secure and scalable video conferences. Jitsi Meet in action can be seen at here at the session #482 of the VoIP Users Conference.

The Jitsi Meet client runs in your browser, without installing anything on your computer. You can try it out at https://meet.jit.si .

Jitsi Meet allows very efficient collaboration. Users can stream their desktop or only some windows. It also supports shared document editing with Etherpad.

Installation

On the client side, no installation is necessary. You just point your browser to the URL of your deployment. This section is about installing a Jitsi Meet suite on your server and hosting your own conferencing service.

Installing Jitsi Meet is a simple experience. For Debian-based system, following the quick-install document, which uses the package system. You can also see a demonstration of the process in this tutorial video.

For other systems, or if you wish to install all components manually, see the detailed manual installation instructions.

Download

To the top