Questions tagged [jitsi]

Jitsi is a free and open source VoIP, videoconferencing and instant messaging application for Windows, Linux and Mac OS X.

Jitsi is an audio/video Internet phone and instant messenger written in Java. It supports some of the most popular instant messaging and telephony protocols such as SIP, Jabber/XMPP (and hence Facebook and Google Talk), AIM, ICQ, MSN, Yahoo! Messenger.

The development of Jitsi started at the University of Strasbourg (France) in 2003 by Emil Ivov. Originally the project was known as SIP Communicator. Throughout the years our community has grown to include members and contributors from Brazil, Bulgaria, Cameroon, China, Estonia, France, Germany, India, Japan, Romania, Spain, Switzerland, UK, USA, and others. In 2011 it has been renamed to Jitsi.

Jitsi is based on the OSGi architecture using the Felix implementation from Apache. This makes it very extensible and particularly developer friendly.

Resources:

287 questions
19
votes
0 answers

Jitsi Videobridge Negotiation

I am trying to integrate Jitsi Videobridge into my existing WebRTC application. Right now the signaling is relatively straightforward, offer, answer, candidates and we're off and running. I cannot find straightforward documentation or tutorials on…
Ternary
  • 2,305
  • 3
  • 29
  • 52
11
votes
0 answers

Is there any sample code of working with Jitsi Videobridge (without lib-jitsi-meet) in existence?

TL;DR: working on a WebRTC-based webinar platform, which should allow 1000 of people in a room, Jitsi Meet does the job but forces a connection (and a server thread) for each-oh-each, which is 1,000,000 threads on a server -> not going to work.…
Mikhail Novikov
  • 455
  • 7
  • 23
10
votes
3 answers

Jitsi server hardware requirements on test environment

We are implementing secure videoconferencing/chat using Jitsi. We could not find any hardware requirements for a Jitsi server. Could you please share your thoughts regarding the hardware requirements for a Jitsi server in test as well as production…
syed
  • 189
  • 1
  • 12
10
votes
2 answers

How do I play Opus encoded audio in Java?

When playing back the decoded audio, I've managed to produce a variety of sounds from gurgling to screeching to demonic chants. The closest of which sounds similar to being played in fast-forward and playback only lasts about 15 seconds. I've tried…
Justin
  • 1,874
  • 12
  • 26
9
votes
2 answers

Jitsi - Playing a WAV file during call - If possible, mix with audio

I am customizing Jitsi to play a Wav file when a call is in progress. I am facing trouble doing it, and would appreciate if you can help me out. I can switch the data source before the call starts, by using a custom AudioFileMediaDevice and…
Paramesh
  • 517
  • 6
  • 24
7
votes
0 answers

Creating a Windows Installer for Jitsi Desktop using Ubuntu

I have implemented a few changes in Jitsi and trying to generate a windows installer file but I am not getting any information regarding how can I do it using Ubuntu/Windows. I am using Ubuntu 19.10. Tried? I've tried implementing using this…
Jamshaid
  • 202
  • 5
  • 26
7
votes
2 answers

how to embed jitsi with my web application using REST API CALL?

I have made a web application which allows any user to chat using sockets. Now I want to use jitsi to make video calls. All users on my application are authenticated users. When a user clicks on the call button in chat window, I want to launch Jitsi…
Nadeem
  • 73
  • 1
  • 1
  • 3
5
votes
2 answers

Adding authentication to Jitsi Meet

I would like to add the ability to only allow authenticated users to create a conference in Jitsi Meet. I see the external API's jwt param, config.tokenAuthUrl and the lib-jitsi-meet tokens document but I'm very confused on how to put it all…
Kerry Ritter
  • 921
  • 4
  • 14
  • 25
5
votes
3 answers

Jitsi Meet Installation on Windows

I have been checking out Jitsi Meet platform. It seems promising to be used in my project. I am unable to install Jitsi Meet on Windows server. There is no proper documentation available for installation on Windows platform. Please share the…
user1537762
  • 79
  • 1
  • 5
5
votes
0 answers

Jitsi and ffplay

I'm playing with jitsi. Got examples form source code. I modified it a bit. Here is what I've got. I am trying to play the transmitted stream in VLC of ffplay or any other player, but I cannot. I use these application parameters to run the code:…
Nikita
  • 194
  • 3
  • 9
5
votes
1 answer

Installer for Jitsi SIP Communicator

I have to create installer for Jitsi SIP Communicator after I have done changes in it. I have searched on net and found some steps as given below: SOFTWARE REQUIREMENTS Cygwin: include libs "make, gcc &…
Surjit
  • 355
  • 1
  • 4
  • 13
4
votes
0 answers

How to restrict user to turn on Audio and Video in Jitsi conference call?

I want to restrict certain user to turn on Audio and Video option in Jitsi meet activity. I am able to mute Audio and Video but user can turn them on back. I want to completely restrict them to turn them on. Here is code snippet I…
Kuls
  • 1,899
  • 15
  • 36
4
votes
1 answer

Ant Media, Jitsi and Janus Which one is best to start live voice stream one to many in Mobile Applications?

I want to build a mobile application where one of the participating users can broadcast audio at a time to other participants can only listen audio, Ant Media, Jitsi and Janus Which one is best to start live voice stream one to many in Mobile…
Zero Cool
  • 228
  • 2
  • 10
4
votes
4 answers

How to fix this Duplicate class error during build?

I am trying to have both jitsi and opentok in my android application, and switch them accordingingly. These are my build.gradle(app) dependencies //opentok dependency used implementation files('libs/opentok-android-sdk-2.15.2.aar') //jitsi…
Sohail
  • 61
  • 3
4
votes
0 answers

Jitsi getting error in console - Error: Focus error, retry after

I am using jitsi for the first time. I used this repository to install it. But it is not working fine. I am not able to connect two clients through this. In console I am getting following error [JitsiMeetJS.js] : …
arjuncc
  • 3,057
  • 4
  • 38
  • 71
1
2 3
19 20