mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-01 21:50:13 +08:00
Merge pull request #19114 from this-is-name-right/patch-5
translating by this-is-name-right Update and rename sources/tech/20200713 Top 5 Open Source Video Confe…
This commit is contained in:
commit
f08bd1d0a7
@ -1,144 +0,0 @@
|
||||
translating
|
||||
[#]: collector: (lujun9972)
|
||||
[#]: translator: (this-is-name-right)
|
||||
[#]: reviewer: ( )
|
||||
[#]: publisher: ( )
|
||||
[#]: url: ( )
|
||||
[#]: subject: (Top 5 Open Source Video Conferencing Tools for Remote Working and Online Meetings)
|
||||
[#]: via: (https://itsfoss.com/open-source-video-conferencing-tools/)
|
||||
[#]: author: (Ankush Das https://itsfoss.com/author/ankush/)
|
||||
|
||||
Top 5 Open Source Video Conferencing Tools for Remote Working and Online Meetings
|
||||
======
|
||||
|
||||
You will find several video conferencing tools available online. Some are tailored for professional use and some for daily casual conversations.
|
||||
|
||||
However, with hundreds of options to choose from, security and privacy is often a concern when picking a video conferencing app or service. Among the list of options, what’s usually the best and the most secure service?
|
||||
|
||||
Well, all (or most of them) claim to provide the best possible security and privacy. But you know that this cannot be taken at face value.
|
||||
|
||||
Fortunately, at It’s FOSS, we focus on open-source solutions and privacy-friendly options. So, let’s take a look at a list of open-source video conferencing tools that you can utilize.
|
||||
|
||||
### Top Open Source Video Conferencing Solutions
|
||||
|
||||
![][1]
|
||||
|
||||
Most of the video conferencing solutions can be installed on your own servers if you are a small business or enterprise.
|
||||
|
||||
For normal, non-sysadmins, some of these solutions also provide ready-to-use, free, web-based video conferencing service. I’ll mention this information in the description of each item on the list.
|
||||
|
||||
**Note:** The list is in no particular order of ranking.
|
||||
|
||||
#### 1\. Jitsi Meet
|
||||
|
||||
![][2]
|
||||
|
||||
Jitsi Meet is an impressive open-source video conferencing service. You can easily find out more about it on our separate coverage on [Jitsi Meet][3].
|
||||
|
||||
To give you a head start, it offers you free [official public instance][4] to test it and use it for free as long as you need it.
|
||||
|
||||
If you need to host it on your server while customizing some options for your requirements, you can download it from its [official website][5] for your server.
|
||||
|
||||
Even though they offer an electron-based app on Linux, you don’t need to download an app on your desktop to set it up. All you need is a browser and you’re good to go. For mobile, you will find apps for both Android and iOS.
|
||||
|
||||
[Jitsi Meet][5]
|
||||
|
||||
#### 2\. Jami
|
||||
|
||||
![][6]
|
||||
|
||||
Jami is a peer-to-peer based open-source video conferencing solution. It’s good to see a distributed service that does not rely on servers but peer-to-peer connections.
|
||||
|
||||
Of course, a distributed service has its pros and cons. But, it’s free and open-source, that’s what matters.
|
||||
|
||||
Jami is available for Linux, Windows, macOS, Android, and iOS, So, it’s a pure cross-platform solution for secure messaging and video conferencing. You can take a look at their [GitLab page][7] to explore more about it.
|
||||
|
||||
[Jami][8]
|
||||
|
||||
#### 3\. Nextcloud Talk
|
||||
|
||||
![][9]
|
||||
|
||||
[Nextcloud][10] is undoubtedly the open-source Swiss army of remote working tools. We at It’s FOSS utilize Nextcloud. So, if you already have your server set up, [Nextcloud Talk][11] can prove to be an excellent video conferencing and communication tool.
|
||||
|
||||
Of course, if you don’t have your own Nextcloud instance, you will require some technical expertise to set it up and start using Nextcloud Talk.
|
||||
|
||||
[Nextcloud Talk][11]
|
||||
|
||||
#### 4\. Riot.im
|
||||
|
||||
![][12]
|
||||
|
||||
Riot.im (soon going to be rebranded) is already one of the [best open source alternatives to slack][13].
|
||||
|
||||
It gives you the ability to create communities, send text messages, and start video conferences in a group/community. You can use it for free by using any of the public [Matrix servers][14] available.
|
||||
|
||||
If you want your own dedicated decentralized Matrix network, you can also opt for paid hosting plans on [Modular.im][15].
|
||||
|
||||
[Riot.im][16]
|
||||
|
||||
#### 5\. BigBlueButton
|
||||
|
||||
![][17]
|
||||
|
||||
BigBlueButton is an interesting open-source video conferencing option tailored for online learning.
|
||||
|
||||
If you are a teacher or running a school, you might want to try this out. Even though you can try it for free, there will be limitations for the free demo usage. So, it’s best to host it on your own server and you can also integrate it with your other products/services, if any.
|
||||
|
||||
It offers a good set of features that let you easily teach the students. You can explore its [GitHub page][18] to know more about it.
|
||||
|
||||
[BigBlueButton][19]
|
||||
|
||||
#### Additional mention: Wire
|
||||
|
||||
![][20]
|
||||
|
||||
Wire is a quite popular open-source secure messaging platform tailored for business and enterprise users. It also offers video calls or web conferencing options.
|
||||
|
||||
If you wanted a premium open-source option dedicated for your business or your team, you can try Wire and decide to upgrade it after the 30-day trial expires.
|
||||
|
||||
Personally, I love the user experience, but it comes at a cost. So, I’d recommend you to give it a try and explore its [GitHub page][21] before you decide
|
||||
|
||||
[Wire][22]
|
||||
|
||||
### Wrapping Up
|
||||
|
||||
Now that you know some popular open-source web conferencing options, which one do you prefer to use?
|
||||
|
||||
Did I miss any of your favorites? Let me know your thoughts in the comments below!
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://itsfoss.com/open-source-video-conferencing-tools/
|
||||
|
||||
作者:[Ankush Das][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[this-is-name-right](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://itsfoss.com/author/ankush/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2020/07/open-source-video-conferencing-tools.jpg?ssl=1
|
||||
[2]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/06/jitsi-meet-browser-screenshot.png?ssl=1
|
||||
[3]: https://itsfoss.com/jitsi-meet/
|
||||
[4]: https://meet.jit.si/
|
||||
[5]: https://jitsi.org/jitsi-meet/
|
||||
[6]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2020/07/jami-screenshot.png?ssl=1
|
||||
[7]: https://git.jami.net/savoirfairelinux/ring-project
|
||||
[8]: https://jami.net/
|
||||
[9]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2020/07/nextcloud-talk.png?ssl=1
|
||||
[10]: https://itsfoss.com/nextcloud/
|
||||
[11]: https://nextcloud.com/talk/
|
||||
[12]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/07/riot-communication-video.png?ssl=1
|
||||
[13]: https://itsfoss.com/open-source-slack-alternative/
|
||||
[14]: https://matrix.org/
|
||||
[15]: https://modular.im/
|
||||
[16]: https://about.riot.im/
|
||||
[17]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2020/07/big-blue-button.png?ssl=1
|
||||
[18]: https://github.com/bigbluebutton/bigbluebutton
|
||||
[19]: https://itsfoss.com/open-source-video-conferencing-tools/bigbluebutton.org/
|
||||
[20]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2020/07/wire-video-conferencing.png?ssl=1
|
||||
[21]: https://github.com/wireapp
|
||||
[22]: https://wire.com/en/
|
@ -0,0 +1,143 @@
|
||||
[#]: collector: (lujun9972)
|
||||
[#]: translator: (this-is-name-right)
|
||||
[#]: reviewer: ( )
|
||||
[#]: publisher: ( )
|
||||
[#]: url: ( )
|
||||
[#]: subject: (Top 5 Open Source Video Conferencing Tools for Remote Working and Online Meetings)
|
||||
[#]: via: (https://itsfoss.com/open-source-video-conferencing-tools/)
|
||||
[#]: author: (Ankush Das https://itsfoss.com/author/ankush/)
|
||||
|
||||
用于远程工作和在线会议的前5个开源视频会议工具
|
||||
======
|
||||
|
||||
你会在网上找到一些视频会议工具。一些是为专业用户量身定制的,另一些是为了日常闲聊的。
|
||||
|
||||
然而面对着成百上千的选择,当选择视频会议app时安全和隐私是经常是一个重要的点。在所有的这些选择中,哪些是最好最安全的?
|
||||
|
||||
所有这些都要求提供尽可能好的和安全的服务。但是你要知道这可不能只看表面。
|
||||
|
||||
幸运的是在这里,我们关注开源的解决方案和隐私友好的选项。所以我们看看列表上你可以使用的开源视频会议工具。
|
||||
|
||||
### 顶级开源视频会议解决方案
|
||||
|
||||
![][1]
|
||||
|
||||
大多数视频会议解决方案可以被安装在你自己的服务器上,如果你是小商人或者企业。。
|
||||
|
||||
对于正常的非系统管理员来说这些解决方案都可以提供足够使用,免费,基于网络的视频会议服务。我将在列表中每个项目的描述中提及此信息。
|
||||
|
||||
**Note:** 这个表单没有顺序或者排名。
|
||||
|
||||
#### 1\. Jitsi Meet
|
||||
|
||||
![][2]
|
||||
|
||||
Jitsi Meet是一个令我印象深刻的开源视频会议服务 。您可以在我们的单独报道中轻松找到更多信息在[Jitsi Meet][3]。
|
||||
|
||||
为了给你一个好的开始,Jitsi Meet提供免费[official public instance][4]测试和使用只要你需要。
|
||||
|
||||
如果你需要将其托管在您的服务器上,当你定制一些你需要的选项时,你可以从[official website][5]为你的服务器下载它。
|
||||
|
||||
尽管他们提供了基于electron的app,其实你不必下载一个app到你的桌面上为了设置它。所有你需要的只是一个浏览器就足够了。在移动端,安卓和ios都需要寻找app。
|
||||
|
||||
[Jitsi Meet][5]
|
||||
|
||||
#### 2\. Jami
|
||||
|
||||
![][6]
|
||||
|
||||
Jami 是一个基于点对点的开业视频会议解决方案。很高兴看到分布式的服务,这意味着不依靠服务器只是点对点的连接。
|
||||
|
||||
当然了分布式的服务有优点也有缺点。但是它免费和开源,那才是最重要的的。
|
||||
|
||||
Jami有Linux, Windows, macOS, Android, and iOS的版本,所以它是一个完全跨平台的解决方案只为安全传送信息和视频会议。你可以看看他们的[GitLab page][7]浏览更多信息。
|
||||
|
||||
[Jami][8]
|
||||
|
||||
#### 3\. Nextcloud Talk
|
||||
|
||||
![][9]
|
||||
|
||||
[Nextcloud][10]毫无疑问是开源远程 办公工具的瑞士军刀。We at It’s FOSS utilize Nextcloud. 我们在。所以如果你已经配置了服务器 [Nextcloud Talk][11]可以证明是一个优秀视频会议和聊天工具。
|
||||
|
||||
当然了,如果你没有自己的Nextcloud服务器,你将需要一些技术知识来进行设置,然后才能开始使用Nextcloud Talk。
|
||||
|
||||
[Nextcloud Talk][11]
|
||||
|
||||
#### 4\. Riot.im
|
||||
|
||||
![][12]
|
||||
|
||||
Riot.im(不就将会更名)已经是[最好的开源替代品][13]之一。
|
||||
|
||||
它能让你可以创建社区,发送信息,和在一个团体/社区开始视频会议。你可以通过任意一个公共的可使用的[Matrix servers][14]来免费的使用。
|
||||
|
||||
如果你想要自己的专用的去中心化的Matrix网络,你也可以选择付费的托管计划在[Modular.im][15]上。
|
||||
|
||||
[Riot.im][16]
|
||||
|
||||
#### 5\. BigBlueButton
|
||||
|
||||
![][17]
|
||||
|
||||
BigBlueButton是一个有趣的开源视频会议选择,专门为线上学习打造。
|
||||
|
||||
如果你是一个老师或者经营着一个学校,你也许会想试试。即使你可以免费使用,对于免费的版本还是会有使用限制 。所以,最好将其托管到自己的服务器上,并且你也可以把它整合进你其他的产品/服务,如果你有的话。
|
||||
|
||||
它提供了一个好的功能集,能让你很容易的教学生。你可以浏览它的[GitHub page][18]以了解更多信息。
|
||||
|
||||
[BigBlueButton][19]
|
||||
|
||||
#### Additional mention: Wire
|
||||
|
||||
![][20]
|
||||
|
||||
Wire是一个十分流行的开源安全消息平台为商人和企业用户量身打造。它也提供视频电话或者网络会议选项。
|
||||
|
||||
如果您想要为你的商业或者你的团队有保护的专用的高级开源选项,你可以试试Wire并且在试用30天后决定是否升级它。
|
||||
|
||||
就个人而言我喜欢它的用户体验,但是这种体验在你付费后。所以我建议你试试看,并且浏览它的[GitHub page][21]在你决定之前。
|
||||
|
||||
[Wire][22]
|
||||
|
||||
### 总结一下
|
||||
|
||||
现在你知道一些流行开源网络视频会议的选择了,哪一个你更愿意去使用呢?
|
||||
|
||||
我没有提及你最喜欢的那一个吗?请在下面的评论中让我知道你的想法!
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://itsfoss.com/open-source-video-conferencing-tools/
|
||||
|
||||
作者:[Ankush Das][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[this-is-name-right](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://itsfoss.com/author/ankush/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2020/07/open-source-video-conferencing-tools.jpg?ssl=1
|
||||
[2]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/06/jitsi-meet-browser-screenshot.png?ssl=1
|
||||
[3]: https://itsfoss.com/jitsi-meet/
|
||||
[4]: https://meet.jit.si/
|
||||
[5]: https://jitsi.org/jitsi-meet/
|
||||
[6]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2020/07/jami-screenshot.png?ssl=1
|
||||
[7]: https://git.jami.net/savoirfairelinux/ring-project
|
||||
[8]: https://jami.net/
|
||||
[9]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2020/07/nextcloud-talk.png?ssl=1
|
||||
[10]: https://itsfoss.com/nextcloud/
|
||||
[11]: https://nextcloud.com/talk/
|
||||
[12]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/07/riot-communication-video.png?ssl=1
|
||||
[13]: https://itsfoss.com/open-source-slack-alternative/
|
||||
[14]: https://matrix.org/
|
||||
[15]: https://modular.im/
|
||||
[16]: https://about.riot.im/
|
||||
[17]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2020/07/big-blue-button.png?ssl=1
|
||||
[18]: https://github.com/bigbluebutton/bigbluebutton
|
||||
[19]: https://itsfoss.com/open-source-video-conferencing-tools/bigbluebutton.org/
|
||||
[20]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2020/07/wire-video-conferencing.png?ssl=1
|
||||
[21]: https://github.com/wireapp
|
||||
[22]: https://wire.com/en/
|
Loading…
Reference in New Issue
Block a user