Discover and explore top open-source AI tools and projects—updated daily.
jitsiServer-side gateway for Jitsi Meet, linking SIP clients to conferences
Top 55.6% on SourcePulse
Jigasi is a server-side application that bridges SIP clients into Jitsi Meet conferences and provides transcription services. It targets developers and administrators of Jitsi Meet deployments looking to integrate traditional telephony or add real-time speech-to-text capabilities to their video conferences.
How It Works
Jigasi acts as a SIP user agent, registering with a SIP server to enable incoming and outgoing calls to Jitsi Meet conferences. It handles XMPP signaling, ICE negotiation, DTLS/SRTP encryption, and multi-SSRC management for SIP clients. For transcription, it processes audio streams from conferences and forwards them to various speech-to-text services.
Quick Start & Requirements
git clone https://github.com/jitsi/jigasi.git), build with Maven (mvn install -Dassembly.skipAssembly=false), and extract the appropriate zip archive.Highlighted Details
Maintenance & Community
Jigasi is part of the Jitsi project, a widely used open-source conferencing suite. Community support is available through Jitsi's channels.
Licensing & Compatibility
Jigasi is released under the Apache License 2.0, allowing for commercial use and integration into closed-source projects.
Limitations & Caveats
The setup process involves complex configuration of both SIP and XMPP servers. Transcription service integration requires separate setup and potential API costs. The project is primarily documented through its README, with limited separate documentation.
1 week ago
1 day
vocodedev