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
1 answer

WebRTC ondatachannel not triggered

I have a RTCPeerConnection, which is properly established and can forward video and audio. The thing is - this connection should also have a RTCDataChannel, created by the server (jitsi-videobridge). Here's the incoming SDP: v=0 o=-…
Florian Wendelborn
  • 1,667
  • 1
  • 19
  • 29
0
votes
0 answers

Desktop Sharing using Jitsi

Hello There, I just started doing research on Jitsi- VideoBridge and I am developing a desktop sharing application( Live streaming Audio & Video) which can run on all the platforms natively using WebRTC. Jitsi is all written in JAVA and…
user2801184
  • 329
  • 7
  • 27
0
votes
1 answer

Error when run Jitsi for android source

I've got this error when I run Jitsi for android source. I got the source from here The error was 10-17 22:21:07.150: E/AndroidRuntime(14134): FATAL EXCEPTION: main 10-17 22:21:07.150: E/AndroidRuntime(14134): Process: org.jitsi, PID: 14134 10-17…
emanuel
  • 11
0
votes
1 answer

How to add a new ffmpeg codec id to libjitsi

I need to add support for AAC in my Java project that uses libjitsi and I'm getting lost trying to figure out how the org.jitsi.impl.neomedia.codec.FFmpeg.class determines the codec id's that it has internally. For instance CODEC_ID_MP3 exists with…
Paul Gregoire
  • 9,715
  • 11
  • 67
  • 131
0
votes
0 answers

Use Jitsi for my own web app

I want to send real time video streaming to my web page I am making, I make a C and C++ app that use udp, rtp, but I don't have a good perfomance it is so slow, then I try jitsi and it is very wonderfull, I wanted to try jitsy libraries but I can't…
3li6or
  • 1
0
votes
3 answers

Make Jitsi-Meet work with apache on a sub URL

I am trying to make jitsi-meet working on apache server by the suburl "/meet" but i only get the index.html view without possibility to load a room. First i proceeded a package install, stopping nginx and configuring apache virtualhost with…
Waren
  • 1
  • 1
  • 2
0
votes
1 answer

I get "Unexpected token u" while using JitsiMeetExternalAPI

I'm using the External Jitsi API by following this example. The problem is that I get a "Unexpected token u" error. What I see is that the Jitsi External API creates an iframe with a supposed chat room URL. The problem is that the iframe url has a…
ius
  • 1,511
  • 2
  • 15
  • 31
0
votes
1 answer

Error in creating Jitsi windows Installer following http://stackoverflow.com/questions/14495465/installer-for-jitsi-sip-communicator/22658530#22658530

I am trying to make Jitsi installer, following Installer for Jitsi SIP Communicator but facing following error wix-sign-file: [exec] setup.msi: 52.3 MiB / 199.0 MiB = 0.263, 1.2 MiB/s, 2:44 [exec] process_begin: CreateProcess(NULL, rm.exe…
0
votes
2 answers

How to setup eclipse for using jitsi from github on linux?

I want to use the libjitsi project from github on my debian. On their homepage I found a good introduction for cloning the project, setup eclipse and using ant to build the project. If I use make-and-deploy with ant (on the build.xml) I got this…
Muten Roshi
  • 493
  • 2
  • 5
  • 17
0
votes
3 answers

Jitsi Installer Missing .dlls

I have been trying to re-build the Jitsi Source to a WIN X86 .exe which has been working perfectly fine for me but i am facing the issue of when i go to run the installer on any PC it is saying to me if i place the dll with the installer in the…
Matthew
  • 195
  • 2
  • 2
  • 18
0
votes
1 answer

Install jitsi with oracle jdk

recently I UNinstalled OpenJDK and installed Oracle JDK 1.6 on my Linux Mint 16 Device, using this description:_ http://community.linuxmint.com/tutorial/view/1372 But today I've recognized that my messenger jitsi disappeared. It seems it's depending…
Michael Knoppik
  • 203
  • 3
  • 10
0
votes
1 answer

Run Jitsi SIP communicator in eclipse

I am using Jitsi in my application for chat.I downloaded Jitsi source code through SVN into my eclipse.I have to build this project with Ant and start working.I executed the build.xml using Ant and the build was successful.But when i run the project…
vijay
  • 637
  • 3
  • 9
  • 20
0
votes
1 answer

Create jitsi installer that use OSGI Framework

I have problem to create installer for Jitsi, as i read article from here , I didnt get anything exact way to make the installer. Also i tried on ant built (it keep telling me that i dont have make.exe, where should I get this file??) Buildfile:…
dejoong
  • 2,213
  • 5
  • 25
  • 24
-1
votes
0 answers

JITSI with spring boot (Backend Api)

I want to create a video link by open source(JITSI) and in this link want to add the auto record features and password will be there in this. JITSI by spring Boot. I want to add the user restriction and user entered name and pasword then he will…
-1
votes
1 answer

Trying to run jitsi/web image on EKS but facing the "failed to pull and unpack image" issue

Althouth the jitsi/web image is a public image and I was able to run nginx image I was expecting to run the jitsi/web image similarly but faced the above issue.
1 2 3
22
23