Software:Jitsi

From HandWiki
Short description: Videoconferencing and messaging software
Jitsi
Logo Jitsi.svg
JitsiSchermoInsegnanteManniAlzate.png
Original author(s)Emil Ivov
Developer(s)8x8
Initial release2003; 21 years ago (2003)
Stable release2.10 (build.5550) (February 5, 2017; 7 years ago (2017-02-05)) [±]
Written inJava, JavaScript, TypeScript, Lua
Operating systemLinux, macOS, Windows, Android, iOS
Available inAustrian, English, French, German, Bulgarian, Japanese, Spanish, Italian, Romanian, Greek and 25 more
TypeVoice over IP, instant messaging, videoconferencing
LicenseApache-2.0[1]

Jitsi (from Bulgarian: жици — "wires") is a collection of free and open-source multiplatform voice (VoIP), video conferencing and instant messaging applications for the Web platform, Windows, Linux, macOS, iOS and Android.[2][3][4][5] The Jitsi project began with the Jitsi Desktop (previously known as SIP Communicator). With the growth of WebRTC, the project team focus shifted to the Jitsi Videobridge for allowing web-based multi-party video calling. Later the team added Jitsi Meet, a full video conferencing application that includes web, Android, and iOS clients. Jitsi also operates meet.jit.si, a version of Jitsi Meet hosted by Jitsi for free community use. Other projects include: Jigasi, lib-jitsi-meet, Jidesha, and Jitsi.[6][7][8]

Jitsi has received support from various institutions such as the NLnet Foundation,[9][10] the University of Strasbourg and the Region of Alsace,[11] the European Commission[12] and it has also had multiple participations in the Google Summer of Code program.[13][14]

History

Work on Jitsi (then SIP Communicator) started in 2003 in the context of a student project by Emil Ivov at the University of Strasbourg.[15] It was originally released as an example video phone in the JAIN-SIP stack and later spun off as a standalone project.[16]

BlueJimp (2009–2015)

In 2009, Emil Ivov founded the BlueJimp company, which has employed some of Jitsi's main contributors,[17][18] in order to offer professional support and development services[19] related to the project.

In 2011, after successfully adding support for audio/video communication over XMPP's Jingle extensions, the project was renamed to Jitsi since it was no longer "a SIP only Communicator".[20][21] This name originates from the Bulgarian "жици" (wires).[22]

Jitsi introduced the Videobridge in 2013 to support multiparty video calling with its Jitsi clients using a new Selective Forwarding Unit (SFU) architecture. Later that year initial support was added to the Jitsi Videobridge allowing WebRTC calling from the browser. To demonstrate how Jitsi Videobridge could be used as a production service, BlueJimp offered a free use of its hosted system at meet.jit.si.[23]

On November 4, 2014, "Jitsi + Ostel" scored 6 out of 7 points on the Electronic Frontier Foundation's secure messaging scorecard. They lost a point because there has not been a recent independent code audit.[24]

On February 1, 2015, Hristo Terezov, Ingo Bauersachs and the rest of the team released[25] version 2.6 from their stand at the Free and Open Source Software Developers' European Meeting 2015 event in Brussels. This release includes security fixes, removes support of the deprecated MSN protocol, along with SSLv3 in XMPP. Among other notable improvements, the OS X version bundles a Java 8 runtime, enables echo cancelling by default, and uses the CoreAudio subsystem. The Linux build addresses font issues with the GTK+ native look and feel, and fixes some long-standing issues about microphone level on call setup when using the PulseAudio sound system. This release also adds the embedded Java database Hyper SQL Database to improve performance for users with huge configuration files, a feature which is disabled by default. A full list of changes is available on the project web site.[26]

Ownership by Atlassian (2015–2018)

Atlassian acquired BlueJimp on April 5, 2015. After the acquisition, the new Jitsi team under Atlassian ceased meaningful new development work on the Jitsi Desktop project and expanded its efforts on projects related to the Jitsi Videobridge and Jitsi Meet. Regular contributions from the open source community have maintained the Jitsi Desktop project.[27][28][29]

In 2017, jitsi was added as a widget to Element[30] instant messaging client.

8x8 (2018– )

In October 2018, 8x8 acquired Jitsi from Atlassian.[31]

Primary projects

Video conferencing in Jitsi

The Jitsi open source repository on GitHub currently contains 132 repositories. The major projects include:[32]

Jitsi Meet
Video conferencing server designed for quick installation on Debian/Ubuntu servers
Jitsi Videobridge
WebRTC Selective Forwarding Unit engine for powering multiparty conferences
Jigasi
Server-side application that allows regular SIP clients to join Jitsi Meet conferences hosted by Jitsi Videobridge
lib-jitsi-meet
Low-level JavaScript API for providing a customized UI for Jitsi Meet
Jidesha
Chrome extension for Jitsi Meet
Jitsi
Known as Jitsi Desktop,[33] an audio, video, and chat communicator application that supports protocols such as SIP, XMPP/Jabber, AIM/ICQ, and IRC.

Jitsi Meet

Jitsi Meet
Repositorygithub.com/jitsi/jitsi-meet
TypeVideoconferencing
LicenseApache-2.0
Websitejitsi.org/jitsi-meet/
Jitsi Meet Android application

Jitsi Meet is an open source JavaScript WebRTC application used primarily for video conferencing. In addition to audio and video, screen sharing is available, and new members can be invited via a generated link. The interface is accessible via web browser or with a mobile app.[34] The Jitsi Meet server software can be downloaded and installed on Linux-based computers.[35] Jitsi owner 8x8 maintains a free public-use server for up to 100 participants at meet.jit.si.[36]

Key Features of Jitsi Meet

  • Jitsi implemented end-to-end encryption (E2EE) with dynamic key management in 2021.[37] The original static E2EE configurations[38] that were initially required while the dynamic key management system was first implemented have since been deprecated and removed and additional support for mobile applications added.[39] In addition, the Jitsi Videobridge (JVB) adds an additional layer of TLS encryption at the transport layer between the server and the desktop/mobile/API clients for enhanced security.
  • Recording: Jitsi offers the ability to record meetings by streaming them to youtube. Self-installed Jitsi Meet deployments need to install and set up Jibri to support this capability.[40] The client also has the capability to save a local recording.
  • Using only a standards compliant web browser to run Jitsi Meet in a browser, no additional client software besides a browser is required to join a Jitsi meeting.[41]

Jitsi Videobridge

Jitsi Videobridge is a video conferencing solution supporting WebRTC that allows multiuser video communication. It is a Selective Forwarding Unit (SFU) and only forwards the selected streams to other participating users in the video conference call, therefore, CPU horsepower is not that critical for performance.[42][43]

Jitsi Desktop

Jitsi spawned some sister projects such as the Jitsi Videobridge Selective Forwarding Unit (SFU) and Jitsi Meet, a video and web conferencing application. To prevent misunderstanding due to the increasing popularity of these other Jitsi projects, the Jitsi client application was rebranded as Jitsi Desktop.

Originally the project was mostly used as an experimentation tool because of its support for IPv6.[44][45] Through the years, as the project gathered members, it also added support for protocols other than SIP.

Jitsi Desktop is no longer actively maintained by the Jitsi team, but it is still maintained by the community.[33]

Features

Jitsi Desktop's conference call window on Mac OS X

Jitsi supports multiple operating systems, including Windows as well as Unix-like systems such as Linux, Mac OS X and BSD. The mobile apps can be downloaded on the App Store for iOS and on the Google Play Store and F-droid platform for Android.[5] It also includes:[46]

  • Attended and blind call transfer
  • Auto away
  • Auto re-connect
  • Auto answer and auto forward
  • Call recording
  • Call encryption with SRTP and ZRTP
  • Conference calls
  • Direct media connection establishment with the ICE protocol
  • Desktop Streaming
  • Encrypted password storage using a master password
  • File transfer for XMPP, AIM/ICQ, Windows Live Messenger, YIM
  • Instant messaging encryption with OTR (end-to-end encrypted)
  • IPv6 support for SIP and XMPP
  • Media relaying with the TURN protocol
  • Message waiting indication (RFC 3842)
  • Voice and video calls for SIP and XMPP using H.264 and H.263 or VP8[47] for video encoding
  • Wideband audio with SILK, G.722, Speex and Opus[47]
  • DTMF support with SIP INFO, RTP (RFC 2833/RFC 4733), In-band
  • Zeroconf via mDNS/DNS-SD (à la Apple's Bonjour)
  • DNSSEC
  • Group video support (Jitsi Videobridge)[48]
  • Packet loss concealment with the SILK and Opus codecs[49][50]

Reception

In an April 2020 test of video conferencing services, US product review owned by the The New York Times Wirecutter recommended Jitsi Meet as one of its two picks (after the more feature-rich Cisco Webex which it found preferable for large groups and enterprises), stating that Jitsi was "easy to use and reliable" and that "in our testing, the video quality and audio quality were both great — noticeably sharper and crisper than on Zoom or Webex".[51]

In a follow-up review in November 2020, Wirecutter lowered its previous rating, stating that Jitsi was, other than Google Hangouts, "the best, easiest-to-use free services you can find", but also pointed out that "the video and audio quality were both acceptable, though our panelists rated them among the lowest of all the services we tested".[52]

Jitsi has been well adopted in not-for-profit tech sector as default alternative to corporate tools. In mid-March 2020 popular Lyon-based tech NGO Framasoft reported that their Jitsi servers were even overloaded by use of state institutions. Jitsi has been test-used as Wikimedia Meet in Wikimedia Foundation on Wikimedia Cloud Services since spring 2020, with high adoption rates initially but mixed reviews.[53]

See also

References

  1. "jitsi/jitsi-meet". https://github.com/jitsi/jitsi-meet/blob/master/LICENSE. 
  2. "[jitsi-dev] Switching to the Apache Licenses". http://lists.jitsi.org/pipermail/dev/2015-June/024439.html. 
  3. Gaj, Piotr; Kwiecień, Andrzej; Sawicki, Michał (2017-05-27) (in en). Computer Networks: 24th International Conference, CN 2017, Lądek Zdrój, Poland, June 20–23, 2017, Proceedings. Springer. ISBN 9783319597676. https://books.google.com/books?id=GtwlDwAAQBAJ&q=jitsi&pg=PA250. 
  4. "Useful Technologies for Hosting Online Meetings". business.com. https://www.business.com/articles/online-meeting-technologies/. 
  5. 5.0 5.1 "Jitsi.org – develop and deploy full-featured video conferencing" (in en-US). https://jitsi.org/. 
  6. "SIP Communicator Renamed to Jitsi | The Kamailio SIP Server Project" (in en-US). 18 March 2011. https://www.kamailio.org/w/2011/03/sip-communicator-renamed-to-jitsi/. 
  7. Jurzik, Mela Eckenfels, Heike. "Meeting Place » Linux Magazine" (in en-US). http://www.linux-magazine.com/Issues/2016/183/Video-Conferencing. 
  8. "Jitsi – innovative open source voice and video conferencing – LinuxLinks" (in en-GB). LinuxLinks. https://www.linuxlinks.com/jitsi-innovative-open-source-voice-and-video-conferencing/. 
  9. "NLnet; SIP Comm Phone". Nlnet.nl. http://nlnet.nl/project/sip-comm/. 
  10. "NLnet; SIP Comm Desktop". Nlnet.nl. http://nlnet.nl/project/sip-comm2/. 
  11. "La région récompense un jeune informaticien". 20minutes.fr. May 3, 2013. https://www.20minutes.fr/article/167556/Strasbourg-La-region-recompense-un-jeune-informaticien.php. 
  12. "Winning over the classroom with Jitsi" (in en-US). 2021-04-07. https://jitsi.org/blog/winning-over-the-classroom-with-jitsi/. 
  13. "SIP Communicator GSoC'10 home page". https://socghop.appspot.com/gsoc/org/home/google/gsoc2010/sipcomm. 
  14. "SIP Communicator GSoC'09 home page". https://socghop.appspot.com/gsoc/org/home/google/gsoc2009/sipcomm. 
  15. "SIP Communicator: Interview with Emil Ivov". Gulli.com. https://www.gulli.com/news/sip-communicator-interview-2009-07-15. 
  16. "Original Jitsi release announcement". Java.net. https://java.net/nonav/projects/jitsi/lists/dev/archive/2003-06/message/1. 
  17. "Jitsi Contributors – Ohloh". March 26, 2010. http://www.ohloh.net/p/SIPCommunicator/contributors. 
  18. "Jitsi Team and Contributors". Jitsi.org. https://jitsi.org/index.php/Development/TeamAndContributors. 
  19. "Main / Solutions". BlueJimp. http://bluejimp.com/index.php/Main/Solutions. 
  20. "About Jitsi". Jitsi.org. https://jitsi.org/index.php/Main/About. 
  21. "Renaming to Jitsi. Step 1: The Site". Java.net. http://java.net/nonav/projects/jitsi/lists/dev/archive/2011-03/message/70. 
  22. "(How do you spell Jitsi and what does it mean?". Jitsi. https://desktop.jitsi.org/Documentation/FAQ.html#spelling. 
  23. "Atlassian's HipChat gets group video chats" (in en-US). TechCrunch. https://techcrunch.com/2016/08/18/atlassians-hipchat-gets-group-video-chats/. 
  24. "Secure Messaging Scorecard. Which apps and tools actually keep your messages safe?". Electronic Frontier Foundation. 2014-11-04. https://www.eff.org/secure-messaging-scorecard. 
  25. "Jitsi 2.6 release notice on the Jitsi-users mailing list". Jitsi.org. http://lists.jitsi.org/pipermail/users/2015-February/008562.html. 
  26. "Jitsi build 5390 release notes". Jitsi.org. https://download.jitsi.org/jitsi/windows/updates/. 
  27. Spencer, Leon. "Atlassian acquires video conferencing company Blue Jimp | ZDNet" (in en). ZDNet. https://www.zdnet.com/article/atlassian-acquires-video-conferencing-company-blue-jimp/. 
  28. "Atlassian Launches Group Video Conferencing for HipChat" (in en). PCMAG. https://www.pcmag.com/news/347059/atlassian-launches-group-video-conferencing-for-hipchat. 
  29. "Atlassian acquires Blue Jimp & Jitsi.org – Atlassian Blog" (in en-US). Atlassian Blog. 2015-04-22. https://www.atlassian.com/blog/archives/atlassian-acquires-blue-jimp-jitsi-org. 
  30. "Introducing Matrix Widgets – including Jitsi video conferencing!" (in en). https://matrix.org/blog/2017/08/23/introducing-matrix-widgets. 
  31. "Atlassian sells Jitsi, an open-source videoconferencing tool it acquired in 2015, to 8×8" (in en-US). 29 October 2018. https://social.techcrunch.com/2018/10/29/atlassian-sells-jitsi-an-open-source-videoconferencing-tool-it-acquired-in-2015-to-8x8/. [yes|permanent dead link|dead link}}]
  32. "Jitsi" (in en). https://github.com/jitsi. 
  33. 33.0 33.1 "FAQ – Jitsi Meet" (in en-US). https://jitsi.org/user-faq/. 
  34. "Top Ten VoIP Apps For Consumers | VoIP Review" (in en-US). VoIP Review. 2018-01-28. https://voip.review/2018/01/28/top-ten-voip-apps/. 
  35. "How to Create Your Own Video Conference Server using Jitsi Meet on Ubuntu 18.04 LTS" (in en-US). https://www.howtoforge.com/tutorial/how-to-create-your-own-video-conference-using-jitsi-meet-on-ubuntu-1804/. 
  36. "Jitsi Meet". https://meet.jit.si/. 
  37. Ivov, Emil; Corretgé, Saúl Ibarra (24 August 2021). "End-to-End Encryption in Jitsi Meet". Jitsi. https://jitsi.org/wp-content/uploads/2021/08/jitsi-e2ee-1.0.pdf. 
  38. "Does Jitsi support end-to-end encryption?". https://jitsi.org/e2ee-in-jitsi/. 
  39. "A stepping stone towards end-to-end encryption on mobile". 17 June 2022. https://jitsi.org/blog/a-stepping-stone-towards-end-to-end-encryption-on-mobile/. 
  40. "Jitsi User FAQ | Video Conferencing Software FAQ". https://jitsi.org/user-faq/. 
  41. "Jitsi Meet | Me and my Shadow" (in en). https://myshadow.org/resources/jitsi-meet-chrome-and-chromium?locale=en. 
  42. Dimitris, Kanellopoulos (2015-08-14) (in en). Emerging Research on Networked Multimedia Communication Systems. IGI Global. ISBN 9781466688513. https://books.google.com/books?id=3wt4CgAAQBAJ&q=Jitsi+Videobridge&pg=PA350. 
  43. "jitsi/jitsi-videobridge" (in en). https://github.com/jitsi/jitsi-videobridge. 
  44. Ivov, Emil; Noël, Thomas (2004). "Optimizing SIP Application Layer Mobility over IPv6 Using Layer 2 Triggers". Emcho.com. http://emcho.com/mypapers/sip-and-l2-triggers.pdf. 
  45. "NEMO Basic Support, Multi-Domiciliation et Découverte de Services" (in fr). Lsiit-cnrs.unistra.fr. https://lsiit-cnrs.unistra.fr/rp-fr/index.php/DemoIPv6Nemo. 
  46. Jitsi feature list with information on supported protocols
  47. 47.0 47.1 "Jitsi changelog". Jitsi.org. https://download.jitsi.org/jitsi/changelogs/changelog-4506.html. 
  48. "News". Jitsi. https://jitsi.org/Main/News. 
  49. "Jitsi: commits@jitsi.java.net: Archive — Project Kenai". Java.net. https://java.net/nonav/projects/jitsi/lists/commits/archive/2013-04/message/192. 
  50. "opus-codec.org". opus-codec.org. http://opus-codec.org/. 
  51. Keough, Ben (2020-04-20). "Best Video Conferencing 2020" (in en). https://thewirecutter.com/reviews/best-video-conferencing-service/. 
  52. Keough, Ben (2020-11-05). "The Best Videoconferencing Service" (in en). https://www.nytimes.com/wirecutter/reviews/best-video-conferencing-service/. 
  53. "Wikimedia Meet" (in en). https://meta.wikimedia.org/wiki/Wikimedia_Meet. 

External links