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:

345 questions
26
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,401
  • 3
  • 31
  • 54
16
votes
1 answer

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
  • 623
  • 2
  • 9
  • 23
11
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,972
  • 13
  • 28
10
votes
1 answer

Generating JWT tokens

Could anyone provide me an example for generating jwt tokens with three headers given as (alg, kid, typ) that has the format: { "alg": "RS256", "kid": "vpaas-magic-cookie-1fc542a3e4414a44b2611668195e2bfe/4f4910", "typ": "JWT" } under…
Amar.linsila
  • 273
  • 1
  • 2
  • 13
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
  • 3
  • 13
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
  • 567
  • 7
  • 25
8
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
  • 83
  • 1
  • 1
  • 3
7
votes
3 answers

No static method delimiterOffset in class Lokhttp3/internal/Util

I am using jitsi library for video connection. It works fine when installed for the first time but it crashes if a user already has application and updates it from play store. Logs from crash says: No static method…
Shubham Anand
  • 551
  • 2
  • 7
  • 19
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
  • 370
  • 2
  • 11
  • 40
6
votes
0 answers

React-Native Jitsi Meet 'null is not an object (evaluating 'JitsiMeetModule.call)' Error

I am new to react-native and Jitsi-Meet. I a trying to develop a video-call app using Jitsi Meet. I applied everything as in the descriptions on official website but I get the errors in the pics. here are some of my codes on my Jitsi.js component…
Serkan AKMAN
  • 1,044
  • 2
  • 8
  • 21
6
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
  • 81
  • 1
  • 3
5
votes
1 answer

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
  • 2,047
  • 21
  • 39
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
  • 1,127
  • 4
  • 17
  • 27
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…
Archer
  • 79
  • 1
  • 6
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
  • 10
1
2 3
22 23