mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
选题[tech]: 20210927 5 open source alternatives to Zoom
sources/tech/20210927 5 open source alternatives to Zoom.md
This commit is contained in:
parent
ad1d308e28
commit
82d04264df
71
sources/tech/20210927 5 open source alternatives to Zoom.md
Normal file
71
sources/tech/20210927 5 open source alternatives to Zoom.md
Normal file
@ -0,0 +1,71 @@
|
||||
[#]: subject: "5 open source alternatives to Zoom"
|
||||
[#]: via: "https://opensource.com/article/21/9/alternatives-zoom"
|
||||
[#]: author: "Seth Kenlon https://opensource.com/users/seth"
|
||||
[#]: collector: "lujun9972"
|
||||
[#]: translator: " "
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
5 open source alternatives to Zoom
|
||||
======
|
||||
Try one of these open source video conferencing services.
|
||||
![Two people chatting via a video conference app][1]
|
||||
|
||||
I recently attended the [Practical Open Source Information POSI][2] conference, which was held on a free and open source video conferencing platform. As I attended a series of excellent talks about practical uses of open source software, I realized how commonplace video conferencing had become over the past few years.
|
||||
|
||||
If open source does anything, it provides choice, and now that more and more workers have the freedom of working remotely, having an option in the way you connect makes a lot of sense.
|
||||
|
||||
Sometimes, you need a full-featured video conferencing application with moderation, a presentation mode, and breakout rooms, while other times, all you want to do is make a quick call to a friend so that you can see each other's faces.
|
||||
|
||||
### Jitsi
|
||||
|
||||
[Jitsi][3] is an easy, casual, but robust video calling platform. You can self host it or use it on the public instance at [meet.jit.si][4]. It's got customizable URLs that make it easy to share links with friends you want to meet with, in-call chat, administrative controls, and call recording. It's very actively developed and has a whole collection of new features being tested and released each year. It's the platform Opensource.com uses for our weekly meetings.
|
||||
|
||||
### Signal
|
||||
|
||||
[Signal][5] is already a popular security-focused chat application, and it recently added [group video calls][6] to its features. The video calls are great for simple meetings, and because you can only meet with other people in your Signal contact list, there's no concern over unwanted guests at your video call party. There's also no back and forth "phone tag" as you try to locate the virtual room you're supposed to be meeting in. It all happens in Signal, so there's no guesswork required.
|
||||
|
||||
Signal itself is pretty intuitive, and the video feature fits neatly into its existing conventions. In short, as long as your contacts are using Signal, this is a no-effort video calling platform. This is the application I use for personal contacts, and I regularly use its video calling feature to connect to friends and family.
|
||||
|
||||
### P2p.chat
|
||||
|
||||
[P2p.chat][7] is the easiest of them all, in both design and implementation. Working through Web Real-Time Communication (WebRTC), p2p.chat is a web application that allows you to connect directly to the person you're calling, with no host server required. There's not much to the p2p.chat interface, but that's another part of its appeal. There's no administrative control or presentation mode because p2p.chat is very much the "vidphone" promised in sci-fi: A casual, no-effort person-to-person (or people-to-people) video call with somebody far away.
|
||||
|
||||
You use custom URLs to create a meeting space dynamically, so they're relatively easy to remember (aside from the small randomized part) and type. I use p2p.chat with friends who aren't on Signal, and it's never let me down.
|
||||
|
||||
### BigBlueButton
|
||||
|
||||
Designed for classrooms, conferences, and presentations, [BigBlueButton][8] is the solution you're looking for if you need strict admin controls and extreme flexibility. With BigBlueButton, you can mute all participants, block and kick a participant, create breakout rooms, create a collaborative whiteboard, share screens, give presentations, and record sessions. Participants can raise a digital hand for attention and set their status as a non-verbal method of communication. It's easy to use, but it's a serious platform for focused and very large groups. I've attended a few technical conferences using BigBlueButton, including the [Practical Open Source Information (POSI)][2] conference.
|
||||
|
||||
### Wire
|
||||
|
||||
[Wire][9] is an excellent choice for corporate customers looking for a hosted video chat and groupware client. Licensed under the [AGPL][10], this open source project is available for desktop and server, Android, and iOS. It features video calling, messaging, and file sharing, so even a remote meeting essentially has all the conveniences of meeting in person. You can try Wire for free for a limited time and then purchase a support contract for your company. Alternately, you can host it yourself.
|
||||
|
||||
### Open source video chat
|
||||
|
||||
There's no reason to settle for proprietary video calling hosted by companies you may not fully trust. The open source options available today are great for keeping in touch with all the people in your professional and personal life. Try one of these solutions the next time you want to meet with friends.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://opensource.com/article/21/9/alternatives-zoom
|
||||
|
||||
作者:[Seth Kenlon][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://opensource.com/users/seth
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://opensource.com/sites/default/files/styles/image-full-size/public/lead-images/chat_video_conference_talk_team.png?itok=t2_7fEH0 (Two people chatting via a video conference app)
|
||||
[2]: https://opensource.org/posicfp
|
||||
[3]: http://jitsi.org
|
||||
[4]: http://meet.jit.si
|
||||
[5]: https://signal.org
|
||||
[6]: https://support.signal.org/hc/en-us/articles/360052977792-Group-Calling-Voice-or-Video-with-Screen-Sharing
|
||||
[7]: https://p2p.chat/
|
||||
[8]: https://bigbluebutton.org/
|
||||
[9]: https://wire.com/en/
|
||||
[10]: https://opensource.org/licenses/AGPL-3.0
|
Loading…
Reference in New Issue
Block a user