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
0
votes
0 answers

how to verify nginx SSL that is forwarding to another nginx that also needs verifying (jitsi)

I am trying to have a subdomain go to a Jitsi Video Chat service on a VM I'm running on my local homelab by way of an nginx reverse proxy. Currently this is how I'm trying to achieve this: I have my subdomain CNAME'd and pointed to a dynamic DNS…
russellaugust
  • 358
  • 3
  • 17
0
votes
1 answer

Jitsi multiple streams handling

I have a Jitsi instance that I would like to share with 50 people for an event. I will mute everyone to make sure that only one or two people are talking at the same time but I wonder if I need to ask people to cut the video too (which would be sad…
Martin Delille
  • 11,360
  • 15
  • 65
  • 132
0
votes
1 answer

virtual host setup shows default apache2 page

I have setup a new virtual host on my ubuntu 16.04 machine but it redirects me to apache's default virtual host (which is disabled). Below is the contents of the apache virtual hosts config file; VirtualHost configuration: *:80 …
0
votes
1 answer

Jitsi VideoBridge debug using eclipse

Hello all as I wanted to play with the jitsi-videobridge source code I downloaded the souce from git-hub and I want to run it using eclipse IDE such that I can Know how the calls are made inside the jvb but I'm unable to build the maven project in…
geeker
  • 237
  • 2
  • 13
0
votes
1 answer

Configure nginx to run Jitsi on Debian 10

I am running an out of the box Debian GNU/Linux 10 (buster) with nginx and this nginx config file: /etc/nginx/sites-available/example.abc.de server { server_name example.abc.de; root /var/www/example.abc.de/; index index.html; listen…
wintermeyer
  • 8,178
  • 8
  • 39
  • 85
0
votes
1 answer

jitsi cannot share certain applications (screensharing)

the problem I'll be describing might be caused by different reasons: on linux opensuse leap 15.1 gnome (wayland) I can share e.g. mupdf but not evince or libreoffice in chromium jitsi session with screen share application window another…
jfmay
  • 13
  • 3
0
votes
1 answer

How can I disable avatar in jitsi meet

I am using jitsi meet in my android app. but I would like to disable the view where is shows user avatar, I do not want to change it , just completely hide that view. I know we can make change by modifying interface_config.js , but not sure , which…
mW3
  • 189
  • 3
  • 25
0
votes
2 answers

What are the prerequisites for jitsi-meet?

I currently try to install jitsi-meet on a raspberry but don't succeed. I tried to use Rasperian and Ubuntu Server as base OS. I installed Java and nginx as prerequisites (as noted here). But I still always get to following…
rdmueller
  • 10,742
  • 10
  • 69
  • 126
0
votes
0 answers

Audio/ Video calling in android with jitsi

I am working on a chat application on which I have to do the video/Audio call. After lots of R&D I have found to go with Jitsi platform. I am referring to the Atalk code so I am having some NDK issues which is a bit difficult for me to solve. I am…
0
votes
1 answer

How to Fix "Cannot read property 'substr' of null" on call to initJitsiConference

I'm attempting to integrate lib-jitsi-meet into an Angular (version 7) application and, when calling initJitsiConference with an established JitsiConnection, am receiving a compile error at the xmpp.js level. The source is taken directly from the…
Drew Thompson
  • 56
  • 1
  • 8
0
votes
2 answers

Unable to understand the navigation in jitsi

I want to make a conferencing app using Jitsi and add some of my own pages in it. Is it possible to navigate between my pages and jitsi conferencing page. I've tried to understand the code and flow in the lib-jitsi-meet repository. Here's the github…
0
votes
1 answer

Need helpt to run libjitsi example

I am trying to use libjitsi to stream some audio, but I can't get it to work. I'm on Windows 10. Here's what I've done: Clone https://github.com/jitsi/libjitsi.git Import into Eclipse as a Maven project. Everything compiles fine. I eventually…
Ken DeLong
  • 929
  • 2
  • 8
  • 27
0
votes
2 answers

Issue when starting Jitsi video call activity

I am able to run Jitsi video calling android sdk successfully when I add the main video calling activity as the launcher activity of the application, video is getting connected smooth and no worries . However when I changed to the code to calling…
Royce Raju Beena
  • 711
  • 4
  • 20
0
votes
0 answers

Jitsi server in Docker enviroment conectivity from mobile client

I have installed jitsi environment in Docker. The docker-compose command creates the 4 containers and everything seems to work fine. I can even make a conference between several members, in my local network, every member points its web browser to…
daniel
  • 41
  • 1
  • 6
0
votes
1 answer

Openfire and Spark : unable to connect

We installed the last version (4.2.3) of Openfire on locahost to test it before run in production in our local domain. When we try to connect with Spark 2.7.7, Spark 2.8.3 or even tried another client like Jitsi 2.10.5550, it responds "wrong…
Meloman
  • 3,558
  • 3
  • 41
  • 51